Page 1 of 1

My Site is down Please help

Posted: Fri Mar 11, 2016 11:57 pm
by smush
Hello

I was wanting to get seo friendly urls for such urls as index.php?route=affiliate/login
In the previous thread I posted someone suggested this SEO Friendly URLS extension:
http://www.opencart.com/index.php?route ... n_id=24846

but the extension wouldn't install as it kept saying could not connect as (FTP Username) so I then downloaded FTP Fix extension:
http://www.opencart.com/index.php?route ... n_id=18892
this was successful and so was the second attempt at the SEO Friendly URLS extension

I then went to enable them and add the SEO extension as a module then my site went down and has been down since.
I've tried deleting the files that were created after installing the SEO Friendly URLS extension but it has not fixed my problem I cannot visit my site or reach the admin panel only Cpanel

Error Log says:
[11-Mar-2016 15:29:48 UTC] PHP Fatal error: Call to a member function getModule() on a non-object in /home/unigear2u/public_html/catalog/controller/common/headertop.php on line 54

I really need this site working for Saturday as I am going to an event.
Thank you for any help

Re: My Site is down Please help

Posted: Sat Mar 12, 2016 12:29 am
by ocart777
you can try go to "system/modification/" and delete all file except index.html. go to your admin panel and see if that work, if not try to refresh the page 2 times. and also the error log you have there was not from the opencart core

Re: My Site is down Please help

Posted: Sat Mar 12, 2016 12:36 am
by smush
Unfortunately that hasn't worked.
What do you mean by the error log I have was not from the opencart core?

Thank you

Re: My Site is down Please help

Posted: Sat Mar 12, 2016 2:13 am
by IP_CAM
headertop.php is not default OC, it must be some extension.
Ernie
openshop.li

Re: My Site is down Please help

Posted: Sat Mar 12, 2016 2:52 am
by smush
Yes I know about headertop.php but that file isn't the issue it was already there on my last site backup

Re: My Site is down Please help

Posted: Sat Mar 12, 2016 6:57 am
by Randem

Re: My Site is down Please help

Posted: Sat Mar 12, 2016 10:15 am
by Burt65
smush wrote:Yes I know about headertop.php but that file isn't the issue it was already there on my last site backup
Yes, but maybe the two last extension you just added, could have create a conflict with one of your previous extension. That's why you are getting that error now.

Re: My Site is down Please help

Posted: Sun Mar 13, 2016 8:54 am
by IP_CAM
But this file CREATES the problem, according to your error message:

PHP Fatal error: Call to a member function getModule() on a non-object in /home/unigear2u/public_html/catalog/controller/common/headertop.php on line 54

Ernie