i tried to install your addon but it failed.
When i tried to run the SecurityPro_installer.php, i got this error message:
"Fatal error: Call to a member function add_current_page() on a non-object in /home/mysite/public_html/includes/application_top.php on line 312"
And now i can´t access my site, always say the same "fatal error"...
Do you know what is? Any tips how to resolve?
Here is the application_top.php:
// 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();
Ah, if possible, in nexts updates, please write an "manual installation instructions". Autoinstallers really "sucks".
Like my case, if was provided an manual installation instructions, i could "UN-install" it, but with autoinstaller i can´t do this.
PS: Running on linux server, oscommerce RC2a
Cheers
James
Edited by Mildway, 24 June 2009 - 04:50 PM.










