abspro Posted July 10, 2003 Share Posted July 10, 2003 Hi! Loacl install (localhost) - Latest version of MySQL and PHP (downloaded and installed two weeks ago). First error: Had to change global registry settings in php.ini file to on (would not show anything when I opened catalog/install/index.php) Had to manually make/import the oscommerce database with sql statements given in install text (renamed the database comedybase). Then I got these errormessages: Get these error messages: Step 2: osCommerce Configuration Warning: fopen(c:/inetpub/wwwroot/oscom/catalog/includes/configure.php): failed to open stream: Permission denied in c:inetpubwwwrootoscomcataloginstalltemplatespagesinstall_5.php on line 114 Warning: fputs(): supplied argument is not a valid stream resource in c:inetpubwwwrootoscomcataloginstalltemplatespagesinstall_5.php on line 115 Warning: fclose(): supplied argument is not a valid stream resource in c:inetpubwwwrootoscomcataloginstalltemplatespagesinstall_5.php on line 116 Warning: fopen(c:/inetpub/wwwroot/oscom/catalog/admin/includes/configure.php): failed to open stream: No such file or directory in c:inetpubwwwrootoscomcataloginstalltemplatespagesinstall_5.php on line 164 Warning: fputs(): supplied argument is not a valid stream resource in c:inetpubwwwrootoscomcataloginstalltemplatespagesinstall_5.php on line 165 Warning: fclose(): supplied argument is not a valid stream resource in c:inetpubwwwrootoscomcataloginstalltemplatespagesinstall_5.php on line 166 The configuration was successful! When I try to see catalog og admin area nothing works! Please help! Regards from Snow :-) Link to comment Share on other sites More sharing options...
Wizzud Posted July 11, 2003 Share Posted July 11, 2003 Check that the access on includes/configure.php is not set to Read Only. Regards, Wizzud "It is better to remain silent and be thought a fool, than to open your mouth and remove all doubt." Link to comment Share on other sites More sharing options...
abspro Posted July 11, 2003 Author Share Posted July 11, 2003 Hi! You are absolutely right! Changed the write permissions (thought I had done this, but only for administrator (me) - had to give all users write permissions). Everything works wonderfully now! Thanks, and happy summer! :-) Link to comment Share on other sites More sharing options...
Netsmo Posted July 12, 2003 Share Posted July 12, 2003 Check that the access on includes/configure.php is not set to Read Only. I have almost same errors: Warning: fopen("c:/programmi/easyphp/www/catalog/catalog/admin/includes/configure.php", "w") - No such file or directory in c:programmieasyphpwwwcatalogcataloginstalltemplatespagesinstall_5.php on line 164 Warning: fputs(): supplied argument is not a valid File-Handle resource in c:programmieasyphpwwwcatalogcataloginstalltemplatespagesinstall_5.php on line 165 Warning: fclose(): supplied argument is not a valid File-Handle resource in c:programmieasyphpwwwcatalogcataloginstalltemplatespagesinstall_5.php on line 166 and OsCommerce work only in the CATALOG way, if I try to connect to ADMINISTRATION, I have this page error: Warning: Access denied for user: 'mysql@localhost' (Using password: NO) in c:programmieasyphpwwwcatalogadminincludesfunctionsdatabase.php on line 19 Warning: MySQL Connection Failed: Access denied for user: 'mysql@localhost' (Using password: NO) in c:programmieasyphpwwwcatalogadminincludesfunctionsdatabase.php on line 19 Unable to connect to database server I have a XP PRO too, with Easyphp installed on, and includes/configuration.php file is NOT read only...what happen? :shock: Ciao Netsmo FC Link to comment Share on other sites More sharing options...
Wizzud Posted July 14, 2003 Share Posted July 14, 2003 Check your paths - you have 2 levels of 'catalog' (.../catalog/cataslog/...) in your error messages, is this actually the path to where you loaded osCommerce? You have to set up a user account in mySql before running the installation, and then use that account (with password) when installing osCommerce. Whatever you are currently entering for user id and password is being rejected by mySql. Regards, Wizzud "It is better to remain silent and be thought a fool, than to open your mouth and remove all doubt." Link to comment Share on other sites More sharing options...
Netsmo Posted July 14, 2003 Share Posted July 14, 2003 Check your paths - you have 2 levels of 'catalog' (.../catalog/cataslog/...) in your error messages, is this actually the path to where you loaded osCommerce?You have to set up a user account in mySql before running the installation, and then use that account (with password) when installing osCommerce. Whatever you are currently entering for user id and password is being rejected by mySql. Ok, thanks....I have already read well the directory in the www directory and have fixed all the problems, now all is running...but have new problems that I have put into this forum in another post :-) PS - I try to register me as new user, but when I click on "Sign Up" button into user registration page, the program says to me that don't found email or password...but I want to register, not to log in! have a good day and thanks for reply, Netsmo FC Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.