I installed a module and it said it needed a copuple of items in order to work and it would install them. It broke the site and the backend. How do I disable this module via FTP? I have seen this as a method to fix other module breaking the site problems. I have cpanel access if that can help me?
Some of the content now shows this message;
Warning: include_once(/home/gonebutn/public_html/lib/adodb_lite/adodbSQL_drivers//_datadict.inc) [function.include-once]: failed to open stream: No such file or directory in /home/gonebutn/public_html/lib/adodb_lite/adodb.inc.php on line 158
Warning: include_once() [function.include]: Failed opening '/home/gonebutn/public_html/lib/adodb_lite/adodbSQL_drivers//_datadict.inc' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/gonebutn/public_html/lib/adodb_lite/adodb.inc.php on line 158
Fatal error: Class 'ADODB2_' not found in /home/gonebutn/public_html/lib/adodb_lite/adodb.inc.php on line 161
SOLVED - How do I disable a module using FTP?
SOLVED - How do I disable a module using FTP?
Last edited by JJmac193 on Mon Nov 28, 2011 4:45 am, edited 3 times in total.
-
- Support Guru
- Posts: 8169
- Joined: Tue Oct 19, 2004 6:44 pm
Re: How do I disable a module using FTP?
Find the offending module, and just rename the directory containing the module source files. it will be in the modules/ directory of your install.
i.e: mv SomeModule SomeBadule.bad
i.e: mv SomeModule SomeBadule.bad
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Re: SOlVED - How do I disable a module using FTP?
