Guest Posted July 26, 2003 Posted July 26, 2003 Hi, I am using server IIS 5, PHP4. oscommerce-2.2ms2. I get "database import was successful" but when I come to step 7 in the install proces, I get the error: ############ Warning: fopen("d:/home/hnt6d124/catalog/includes/configure.php", "w") - Permission denied in d:homehnt6d124cataloginstalltemplatespagesinstall_7.php on line 209 Warning: Supplied argument is not a valid File-Handle resource in d:homehnt6d124cataloginstalltemplatespagesinstall_7.php on line 210 Warning: Supplied argument is not a valid File-Handle resource in d:homehnt6d124cataloginstalltemplatespagesinstall_7.php on line 211 Warning: fopen("d:/home/hnt6d124/catalog/admin/includes/configure.php", "w") - Permission denied in d:homehnt6d124cataloginstalltemplatespagesinstall_7.php on line 259 Warning: Supplied argument is not a valid File-Handle resource in d:homehnt6d124cataloginstalltemplatespagesinstall_7.php on line 260 Warning: Supplied argument is not a valid File-Handle resource in d:homehnt6d124cataloginstalltemplatespagesinstall_7.php on line 261 ############ Followed with: The configuration was successful! When I then click on "Catalog" I get the error: CGI Error The specified CGI application misbehaved by not returning a complete set of HTTP headers. The headers it did return are If I click on "Administration Tool" I get the error: Warning: Access denied for user: 'mysql@localhost' (Using password: NO) in d:homehnt6d124catalogadminincludesfunctionsdatabase.php on line 19 Warning: MySQL Connection Failed: Access denied for user: 'mysql@localhost' (Using password: NO) in d:homehnt6d124catalogadminincludesfunctionsdatabase.php on line 19 Unable to connect to database server! Can someone please tell me whats wrong and what I have to do?? Tobbe
Guest Posted July 26, 2003 Posted July 26, 2003 you need to make configure.php writable by the webserver
Guest Posted July 26, 2003 Posted July 26, 2003 I can now log in and administrate the site but when I try to go to the Online Catalog, I get the error: Directory Listing Denied This Virtual Directory does not allow contents to be listed. Maybe it has to do with the configure.php ! Can someone please tell me what I have to do there, I dont understand. Tobbe
Guest Posted July 26, 2003 Posted July 26, 2003 Add index.php to the end of the URL, e.g. http://www.yourdomain.com/catalog/index.php Long term, you probably want to add DirectoryIndex index.php to your .htaccess file. If you cannot use a .htaccess file, then ask your host to change it in httpd.conf. Good luck, Matt
Guest Posted July 26, 2003 Posted July 26, 2003 If I add the index.php to the URL, I get this: CGI Error The specified CGI application misbehaved by not returning a complete set of HTTP headers. The headers it did return are Tobbe
Guest Posted July 28, 2003 Posted July 28, 2003 I think you need to verify that the paths you specified are tight.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.