I have installed the MySQL db and copied the drupal folder to IIS virtual directory, checked the Uname and Pass for my SQL via SQYog and they are working. PHP installation on IIS is also working. The virtual directory i created i tested is working.
i substituted necessary info --> $db_url = 'mysql://agent:myPassword@localhost/drupal';
Just installed drupal 4.7 beta on a test site (well I haven't installed it yet), because I got the error
Parse error: parse error, unexpected T_STRING in /home/benofsky/public_html/site/sites/default/settings.php on line 115
when I access it at site.benofskypark.com. There is no trailing slash in base_url, mysql is correct, and all the tables are loaded.
Ben
Benofsky Park.com
I placed the quotes.module in the modules directory. looked for a quotes setting and didn't notice that it was outside the admin/settings list.
I created content quote node and got error that database table didn't exist. Installed tables from my own version of drupal cause I couldn't see how they got there. I thought I must have mistakenly deleted them from the db ---- then!!!! I found the dang quotes "install" function. Clicked install but tables already exist. At one time the quotes block was available, now not