pttk Posted March 18, 2008 Posted March 18, 2008 Hi, The admin work OK, but when run \catalog\index.php send blank page. In application_top.php stop run in this code: // navigation history if (tep_session_is_registered('navigation')) { if (PHP_VERSION < 4) { $broken_navigation = $navigation; $navigation = new navigationHistory; $navigation->unserialize($broken_navigation); } } else { tep_session_register('navigation'); $navigation = new navigationHistory; } $navigation->add_current_page(); Any idea? PTTK
[email protected] Posted May 11, 2008 Posted May 11, 2008 I have the same problem, does anybody know how to fix this???
Recommended Posts
Archived
This topic is now archived and is closed to further replies.