Guest Posted March 13, 2003 Share Posted March 13, 2003 At the end of installation I always get warning message: fopen("c:..catalogcataloginstalltemplatespagesinstall_5.php") line 164 No such afile or directory I can not open -Administration Tool-- Shall I change something? Thankss Ema :roll: Link to comment Share on other sites More sharing options...
toolcrazy Posted March 13, 2003 Share Posted March 13, 2003 Check all your paths in both configure.php files. Also go to: http://wiki.oscommerce.com And check out there error page. Steve ------------------------- Link to comment Share on other sites More sharing options...
Guest Posted March 13, 2003 Share Posted March 13, 2003 1046 - Aucune base n'a ?t? s?lectionn?e select configuration_key as cfgKey, configuration_value as cfgValue from configuration [TEP STOP] what do you think about this new one?I haven't found anything in configuration.php first steps :roll: Link to comment Share on other sites More sharing options...
rudyparker Posted March 19, 2003 Share Posted March 19, 2003 Hi Emma, I get the same problem as you do. Has it been resolved? Let me know if you find a sollution and I will let you know if I find one. Thanks, -Rudy Link to comment Share on other sites More sharing options...
rudyparker Posted March 19, 2003 Share Posted March 19, 2003 Hi Ema, I have the same problem as you do. Has it been resolved? Let me know if you find a sollution and I will let you know if I find one. Thanks, -Rudy Link to comment Share on other sites More sharing options...
Druide Posted March 19, 2003 Share Posted March 19, 2003 search for define('STORE_SESSIONS', ''); // leave empty '' for default handler or set to 'mysql' make it define('STORE_SESSIONS', 'mysql'); // leave empty '' for default handler or set to 'mysql' Robert We all need to learn it once, how hard it may seem when you look at it, also you will master it someday ;) Link to comment Share on other sites More sharing options...
rudyparker Posted March 19, 2003 Share Posted March 19, 2003 I am not sure which file you would have us change this code in? Link to comment Share on other sites More sharing options...
toolcrazy Posted March 19, 2003 Share Posted March 19, 2003 search for define('STORE_SESSIONS', ''); // leave empty '' for default handler or set to 'mysql' make it define('STORE_SESSIONS', 'mysql'); // leave empty '' for default handler or set to 'mysql' /catalog/includes/configure.php /admin/includes/configure.php At the bottom Steve ------------------------- Link to comment Share on other sites More sharing options...
rudyparker Posted March 19, 2003 Share Posted March 19, 2003 Hi Ema, If you are still having problems I want to suggest the following: Go the the following url and follow instructions very carefully. http://guide.oscdox.com/Installation_Guide...nstructions.htm Make sure you install the osCommerse version that is recommended in the instructions. Then proceed to upload your files in the manner that is suggested and make sure your permissions are set right on the crucial configure files. After I did this my problem went away and I can now successfully acess the ADMINISTRATION area without getting an error. I hope this helps. Let me know! Thanks, -Rudy Link to comment Share on other sites More sharing options...
wapboy Posted March 24, 2003 Share Posted March 24, 2003 Thanks for the response, Your advice did cure the fpopen error I was getting on the Session file, but didn't fix the Database Connection error. I had to change the following stuff in the two files you mentioned to get the database working under Admin:- define('DB_SERVER', 'localhost'); define('DB_SERVER_USERNAME', 'root'); define('DB_SERVER_PASSWORD', ''); define('DB_DATABASE', 'catalog'); define('USE_PCONNECT', 'false'); define('STORE_SESSIONS', 'mysql'); Paul Link to comment Share on other sites More sharing options...
Guest Posted March 29, 2003 Share Posted March 29, 2003 All my problems came from the root... I used to install in www/oscommerce/catalog/admin/ the right path is www/catalog/admin/ www = your web server directory ciaoo Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.