Guest Posted November 27, 2008 Share Posted November 27, 2008 Hello, Whan i enter my index it works but after i click anything, to go to whaterev other page it gives me this: Fatal error: Call to a member function add_current_page() on a non-object in /home/bestdisc/public_html/catalog/includes/application_top.php on line 312 What can i do to make it work? Link to comment Share on other sites More sharing options...
Guest Posted November 27, 2008 Share Posted November 27, 2008 I did a search for that error and the solution was found here On a simple base just replace this in the application_top.php: Replace if (tep_session_is_registered('navigation')) { with if (tep_session_is_registered('navigation') && is_object($navigation)) { Many thanks to the replyers on this forum. You ROCK thanks Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.