kennycheung Posted November 25, 2006 Posted November 25, 2006 Hi expertise while I entered into admin page, i got the below error and cannot run the admin page, pls help Warning: session_save_path in /var/www/web32/web/catalog/admin/includes/functions/sessions.php on line 110 Warning: session_start in /var/www/web32/web/catalog/admin/includes/functions/sessions.php on line 67 Warning: session_start in /var/www/web32/web/catalog/admin/includes/functions/sessions.php on line 67 Fatal error: Cannot re-assign $this in /var/www/web32/web/catalog/admin/includes/classes/upload.php on line 31 rgds Kenny
Avec Posted November 26, 2006 Posted November 26, 2006 Do a search on "reassign $this" Here is one thread Cannot go to Admin Page
♥Vger Posted November 26, 2006 Posted November 26, 2006 You are getting the "Cannot reassign $this" error because you are using an old and outdated version of osCommerce. You need to download and install the latest version from downloads at www.oscommerce.com The other error is caused by an incorrect session save path in your admin panel, under Configuration > Sessions. To solve this and save sessions in the database (recommended) edit both configure.php files to that the last line reads 'mysql' where indicated. Vger
Recommended Posts
Archived
This topic is now archived and is closed to further replies.