Yukino
1-12-07, 01:02 AM
Ok, i just installed the most recent version of cubecart, all seemed to be going well, all files were installed correctly and all my tables were built properly. but i am have the following issue.
i entered my root path correctly and i double checked it in the /includes/global file just to be. yet every time i go to log onto my admincp i get the following errors:
Warning: session_start() [function.session-start]: open(/var/php_sessions/sess_04685e335980e933fb7ff977951e9148, O_RDWR) failed: No such file or directory (2) in /hermes/web05/b2987/pow.aex/htdocs/store/admin/includes/auth.inc.php on line 45
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /hermes/web05/b2987/pow.aex/htdocs/store/admin/includes/auth.inc.php:45) in /hermes/web05/b2987/pow.aex/htdocs/store/admin/includes/auth.inc.php on line 45
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /hermes/web05/b2987/pow.aex/htdocs/store/admin/includes/auth.inc.php:45) in /hermes/web05/b2987/pow.aex/htdocs/store/admin/includes/auth.inc.php on line 45
Warning: Cannot modify header information - headers already sent by (output started at /hermes/web05/b2987/pow.aex/htdocs/store/admin/includes/auth.inc.php:45) in /hermes/web05/b2987/pow.aex/htdocs/store/admin/includes/auth.inc.php on line 49
this /hermes/web05/b2987/pow.aex/htdocs/ is NOT the root path that i entered upon install and that shows in my global file. how do i resolve this? this error does not occur when i just access my store main page. that is fine. only for the admincp
and another error is that at the bottom of every page i have the following:
Warning: Unknown(): open(/var/php_sessions/sess_04685e335980e933fb7ff977951e9148, O_RDWR) failed: No such file or directory (2) in Unknown on line 0
Warning: Unknown(): Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/var/php_sessions) in Unknown on line 0
the following is my global settings, in my cubecart includes files, the part in bold is what my root path is supposed to be but as you can see in the error i posted above it's not showing up that way.
<?php
$glob['dbdatabase'] = 'aex5';
$glob['dbhost'] = 'mysql12.powweb.com';
$glob['dbpassword'] = 'password';
$glob['dbprefix'] = 'aestore_';
$glob['dbusername'] = 'user';
$glob['installed'] = '1';
$glob['rootDir'] = '/home/users/web/b2987/pow.aex/htdocs/store';
$glob['rootRel'] = '/store/';
$glob['storeURL'] = 'http://www.anime-extreme.net/store';
?>
um. HELP?!
i entered my root path correctly and i double checked it in the /includes/global file just to be. yet every time i go to log onto my admincp i get the following errors:
Warning: session_start() [function.session-start]: open(/var/php_sessions/sess_04685e335980e933fb7ff977951e9148, O_RDWR) failed: No such file or directory (2) in /hermes/web05/b2987/pow.aex/htdocs/store/admin/includes/auth.inc.php on line 45
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /hermes/web05/b2987/pow.aex/htdocs/store/admin/includes/auth.inc.php:45) in /hermes/web05/b2987/pow.aex/htdocs/store/admin/includes/auth.inc.php on line 45
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /hermes/web05/b2987/pow.aex/htdocs/store/admin/includes/auth.inc.php:45) in /hermes/web05/b2987/pow.aex/htdocs/store/admin/includes/auth.inc.php on line 45
Warning: Cannot modify header information - headers already sent by (output started at /hermes/web05/b2987/pow.aex/htdocs/store/admin/includes/auth.inc.php:45) in /hermes/web05/b2987/pow.aex/htdocs/store/admin/includes/auth.inc.php on line 49
this /hermes/web05/b2987/pow.aex/htdocs/ is NOT the root path that i entered upon install and that shows in my global file. how do i resolve this? this error does not occur when i just access my store main page. that is fine. only for the admincp
and another error is that at the bottom of every page i have the following:
Warning: Unknown(): open(/var/php_sessions/sess_04685e335980e933fb7ff977951e9148, O_RDWR) failed: No such file or directory (2) in Unknown on line 0
Warning: Unknown(): Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/var/php_sessions) in Unknown on line 0
the following is my global settings, in my cubecart includes files, the part in bold is what my root path is supposed to be but as you can see in the error i posted above it's not showing up that way.
<?php
$glob['dbdatabase'] = 'aex5';
$glob['dbhost'] = 'mysql12.powweb.com';
$glob['dbpassword'] = 'password';
$glob['dbprefix'] = 'aestore_';
$glob['dbusername'] = 'user';
$glob['installed'] = '1';
$glob['rootDir'] = '/home/users/web/b2987/pow.aex/htdocs/store';
$glob['rootRel'] = '/store/';
$glob['storeURL'] = 'http://www.anime-extreme.net/store';
?>
um. HELP?!