the apprentice webmaster Posted April 14, 2006 Share Posted April 14, 2006 guys i am trying the oscommerce thing , but when i run the script i get this message Warning: Installation directory exists at: C:/Program Files/xampp/htdocs/catalog/install. Please remove this directory for security reasons. so guys i have a file inside the catalog folder like catalog\ instal\instal.php should i deletes the instal.php to get rid of the warnings so guys pls help thx for everything Quote Link to comment https://forums.phpfreaks.com/topic/7392-help-with-oscommerce-can-anyone-help-me-please/ Share on other sites More sharing options...
wildteen88 Posted April 14, 2006 Share Posted April 14, 2006 Either delete or rename the install folder and everthing will be all fine. This is not a PHP error message but an error message being produced by oscommerce.Now make sure you have ran through the required steps oscommerce may need to be fully installed, to chekc you mighjt want to read through the documentation, then just delete or rename the install folder. You're best of just deleting the install folder for added security. Quote Link to comment https://forums.phpfreaks.com/topic/7392-help-with-oscommerce-can-anyone-help-me-please/#findComment-26919 Share on other sites More sharing options...
the apprentice webmaster Posted April 15, 2006 Author Share Posted April 15, 2006 [!--quoteo(post=364741:date=Apr 14 2006, 06:09 AM:name=wildteen88)--][div class=\'quotetop\']QUOTE(wildteen88 @ Apr 14 2006, 06:09 AM) [snapback]364741[/snapback][/div][div class=\'quotemain\'][!--quotec--]Either delete or rename the install folder and everthing will be all fine. This is not a PHP error message but an error message being produced by oscommerce.Now make sure you have ran through the required steps oscommerce may need to be fully installed, to chekc you mighjt want to read through the documentation, then just delete or rename the install folder. You're best of just deleting the install folder for added security.[/quote]hi i'm back and maybe ya can help me some more , i delete the instal problem , but the warning is still there now i am getting this new warning message [b]Warning: session_start() [function.session-start]: open(/tmp\sess_ed0bafd7234ed64ebd2a5b0e428bf060, O_RDWR) failed: No such file or directory (2) in C:\Program Files\xampp\htdocs\catalog\includes\functions\sessions.php on line 97Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at C:\Program Files\xampp\htdocs\catalog\includes\functions\sessions.php:97) in C:\Program Files\xampp\htdocs\catalog\includes\functions\sessions.php on line 97Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at C:\Program Files\xampp\htdocs\catalog\includes\functions\sessions.php:97) in C:\Program Files\xampp\htdocs\catalog\includes\functions\sessions.php on line 97Warning Warning: Installation directory exists at: C:/Program Files/xampp/htdocs/catalog/install. Please remove this directory for security reasons.Warning Warning: I am able to write to the configuration file: C:/Program Files/xampp/htdocs/catalog/includes/configure.php. This is a potential security risk - please set the right user permissions on this file.Warning Warning: The sessions directory does not exist: /tmp. Sessions will not work until this directory is created.[/b]pls anyone help , i'll be waiting for any advice thx once again Quote Link to comment https://forums.phpfreaks.com/topic/7392-help-with-oscommerce-can-anyone-help-me-please/#findComment-27171 Share on other sites More sharing options...
Advancewebsoft Posted July 1, 2006 Share Posted July 1, 2006 Hello,To remove these messages, first of all1) Make sure you have a /tmp directory, it exists. The /tmp directory is specified in a php.ini file, and if you're using Osc Ms2.2 in the admin->Configuration->Sessions.2) To remove the session error you could also use the define('STORE_SESSIONS', 'mysql'); in the catalog/includes/configure.php file.3) Delete the installation directory4) As you're using windows, make your catalog/includes/configure.php - non writable, set 'read-only' checkbox in the file atrributes.Good luck. Quote Link to comment https://forums.phpfreaks.com/topic/7392-help-with-oscommerce-can-anyone-help-me-please/#findComment-51792 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.