minhtuyen Posted August 25, 2005 Share Posted August 25, 2005 Hi All, I installed apache2.0, php5.0, mysql4.0. But many errors as: session_auto_start, /tmp,... While i show main page, This error as: Fatal error: main() [function.main]: The script tried to execute a method or access a property of an incomplete object. Please ensure that the class definition "navigationHistory" of the object you are trying to operate on was loaded _before_ unserialize() gets called or provide a __autoload() function to load the class definition in E:\Webserver\oscommerce\includes\application_top.php on line 309 While i show admin page, thi error as: Fatal error: Cannot re-assign $this in E:\Webserver\oscommerce\admin\includes\classes\upload.php on line 31 Please, help me. Thanks Link to comment Share on other sites More sharing options...
♥Vger Posted August 25, 2005 Share Posted August 25, 2005 php5 compatibility problem: admin\includes\classes\upload.php on line 31 change: $this = null; to this: unset($this); Vger Link to comment Share on other sites More sharing options...
minhtuyen Posted August 26, 2005 Author Share Posted August 26, 2005 Dear Vger, But Error of main page, how do you edit in php.ini? Plesase help me. Link to comment Share on other sites More sharing options...
♥Vger Posted August 26, 2005 Share Posted August 26, 2005 Make sure that in php.ini that Safe Mode is set to 'off' Vger Link to comment Share on other sites More sharing options...
DuFF1 Posted August 27, 2005 Share Posted August 27, 2005 Make sure that in php.ini that Safe Mode is set to 'off' Vger <{POST_SNAPBACK}> It's already off in my case... Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.