Site crashed

This forum is for general questions about extensions for Joomla! 2.5.

Moderators: pe7er, General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.
Locked
toprank
Joomla! Apprentice
Joomla! Apprentice
Posts: 5
Joined: Fri Jan 18, 2013 6:20 pm

Site crashed

Post by toprank » Fri Jan 18, 2013 6:24 pm

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

puneet1101
Joomla! Apprentice
Joomla! Apprentice
Posts: 25
Joined: Fri Dec 14, 2012 6:39 pm

Re: Site crashed

Post by puneet1101 » Fri Jan 18, 2013 6:43 pm

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.
Thank You,
Puneet Singhal

toprank
Joomla! Apprentice
Joomla! Apprentice
Posts: 5
Joined: Fri Jan 18, 2013 6:20 pm

Re: Site crashed

Post by toprank » Sat Jan 19, 2013 6:35 am

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.


Locked

Return to “Extensions for Joomla! 2.5”