Here is my current configuration:
MySQL 4.1.9
PHP 5.03
2000 Advanced Server with IIS
I'm only trying to install PhotoPost using its own db and registration. I'm not even trying to integrate it with something like vBulletin right now. All of the PhotoPost files have full permissions.
After I press the Configure PhotoPost button on step 4, I get the following errors:
Warning: Invalid argument supplied for foreach() in D:\Website\gallery\install.php on line 1301
Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in D:\Website\gallery\forums\vb2.php on line 341
When I next go to the admin page, all links are referencing
www.domain.com (really that, exact url, not my url!). Therefore, logging in just fails since there is not a
www.domain.com. Its as if the values I am entering are not even getting accepted. Maybe that is what the error messages are indicating. I think
www.domain.com is a default that first gets set in the database. Then maybe the error messages mean that my actual values are not getting set. Maybe I don't have permissions setup correctly on the database???
All suggestion are appreciated,
sebuck