Page 1 of 1

Failed Module Installation

Posted: Tue Feb 06, 2007 9:02 am
by Owen
Hi,

I'm runnning CMSMS 1.0.4 (fresh install rather than an upgrade) on some shared hosting.  I went to install the capatcha module last night and it all went horribly wrong.  The module install failed, and I just got a 404 page in my browser.  Now the admin panel has lost it's skin, and trying to open the modules page to remove the failed module results in:

Warning: main(lib/classes/module/class.captcha.php): failed to open stream: No such file or directory in /path/to/home/public_html/modules/Captcha/Captcha.module.php on line 32

Fatal error: main(): Failed opening required 'lib/classes/module/class.captcha.php' (include_path='.:/usr/share/php') in /path/to/home/public_html/modules/Captcha/Captcha.module.php on line 32


Anybody got any suggestions for getting around this?

Thanks,

Owen.

Re: Failed Module Installation

Posted: Tue Feb 06, 2007 11:14 am
by Dee
Make sure lib/classes/module/class.captcha.php is present inside the Captcha module directory.
(Delete the modules/Captcha directory on the server and upload it again from the zip archive).

Regards,
D

Re: Failed Module Installation

Posted: Tue Feb 06, 2007 8:33 pm
by Owen
worked like a charm,

Thanks  :)