Guest Posted June 3, 2010 Posted June 3, 2010 Hi Everyone, I have a two fold problem. When trying to access the catalog I get this error: Languages Error! Unable to determine the page link! When I try to access the admin I get these errors: Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/content/c/h/d/chdun2/html/xxx/catalog/admin/includes/functions/general.php:126) in /home/content/c/h/d/chdun2/html/xxx/catalog/admin/includes/functions/sessions.php on line 102 Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/content/c/h/d/chdun2/html/xxx/catalog/admin/includes/functions/general.php:126) in /home/content/c/h/d/chdun2/html/xxx/catalog/admin/includes/functions/sessions.php on line 102 Warning: Cannot modify header information - headers already sent by (output started at /home/content/c/h/d/chdun2/html/xxx/catalog/admin/includes/functions/general.php:126) in /home/content/c/h/d/chdun2/html/xxx/catalog/admin/includes/functions/general.php on line 147 I have looked EVERYWHERE for a solution but have come up empty handed. The OSC version is defined in the application_top.php as: // define the project version define('PROJECT_VERSION', 'osCommerce 2.2-MS2'); ANYONE with some insight into this problem ? Thank you in advance for your time. Chris
bobsi18 Posted June 3, 2010 Posted June 3, 2010 Hi Everyone, I have a two fold problem. When trying to access the catalog I get this error: Languages Error! Unable to determine the page link! When I try to access the admin I get these errors: Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/content/c/h/d/chdun2/html/xxx/catalog/admin/includes/functions/general.php:126) in /home/content/c/h/d/chdun2/html/xxx/catalog/admin/includes/functions/sessions.php on line 102 Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/content/c/h/d/chdun2/html/xxx/catalog/admin/includes/functions/general.php:126) in /home/content/c/h/d/chdun2/html/xxx/catalog/admin/includes/functions/sessions.php on line 102 Warning: Cannot modify header information - headers already sent by (output started at /home/content/c/h/d/chdun2/html/xxx/catalog/admin/includes/functions/general.php:126) in /home/content/c/h/d/chdun2/html/xxx/catalog/admin/includes/functions/general.php on line 147 I have looked EVERYWHERE for a solution but have come up empty handed. The OSC version is defined in the application_top.php as: // define the project version define('PROJECT_VERSION', 'osCommerce 2.2-MS2'); ANYONE with some insight into this problem ? Thank you in advance for your time. Chris I've just moved my site from a PHP4/MYSQL4 environment to a PHP5/MYSQL5 environment, and the page link error was one that I came across. BOX_HEADING_LANGUAGES Error! Unable to determine the page link! To fix, I needed to do a search and replace of ALL instances of $HTTP_SERVER_VARS with $_SERVER $HTTP_GET_VARS with $_GET $HTTP_POST_VARS with $_POST Not sure about the admin side, sorry!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.