Page 1 of 1

Site crashed

Posted: Fri Jan 18, 2013 6:24 pm
by toprank
This is the warning I get after I have tried to uninstall a paypal module.
My site wont open now. I would like to just remove any thing related to the module. I try to remove it in the extensions manager, but it says to do it manually.
Any help would be a life saver. I am a complete novice.
site: toprankwrestling.com


Warning: require_once(/home/content/21/10068421/html/administrator/components/com_shellmanager/core/framework.php) [function.require-once]: failed to open stream: No such file or directory in /home/content/21/10068421/html/modules/mod_subscription_module/mod_subscription_module.php on line 13

Fatal error: require_once() [function.require]: Failed opening required '/home/content/21/10068421/html/administrator/components/com_shellmanager/core/framework.php' (include_path='.:/usr/local/php5_3/lib/php') in /home/content/21/10068421/html/modules/mod_subscription_module/mod_subscription_module.php on line 13

Re: Site crashed

Posted: Fri Jan 18, 2013 6:43 pm
by puneet1101
Hello,

I think you are not able to access your backend also.

Step 1:- Please open your database and select the database table with name "#__extensions".

Step 2:- Now select the row which has type = module and element = mod_subscription_module

Step 3:- Then set the value of enabled as, enabled = 0

Step 4:- Now, you can access your backend and uninstall 'mod_subscription_module' from Extension Manager.

Note:- If you are unable to get appropriate row in the step 2, then you can execute following query into your database:-

update #__extensions set enabled = 0 where type = 'module' and element = 'mod_subscription_module'

Note:- replace #_ in above query by prefix of your database table.
Feel free to ask queries.

Re: Site crashed

Posted: Sat Jan 19, 2013 6:35 am
by toprank
I actually had to change the Force SSL =1 to Force ssl =0 in my config.php to gain access to the back end. I then followed your uninstall steps for any subscription and paypal mods I had installed. Thank you for the guidance. All fixed.