LondonTown Posted May 5, 2009 Posted May 5, 2009 I have just uploaded Ultimate Seo Urls Version 2.7 by faaliyet manually and have managed to install it sucesfully I think, as I can see "SEO URL" in my configuration in admin, that works perfectly fine. However when I got to www.myshop.com it comes up with this php error message. Fatal error: Call to a member function add_current_page() on a non-object in /home/a0000000/public_html/includes/application_top.php on line 320 I went to line 320 in the code and this is what it says below. I can't understand why I can still access admin area but not my shop // navigation history <-------------- Line 319 if (tep_session_is_registered('navigation')) { <-------------- Line 320 if (PHP_VERSION < 4) { <-------------- Line 321 etc etc $broken_navigation = $navigation; $navigation = new navigationHistory; $navigation->unserialize($broken_navigation); } } else { tep_session_register('navigation'); $navigation = new navigationHistory; } $navigation->add_current_page();
germ Posted May 5, 2009 Posted May 5, 2009 Look at the links in my posts here: Click Me If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there >
LondonTown Posted May 6, 2009 Author Posted May 6, 2009 Look at the links in my posts here: Click Me Thanks got it working now :)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.