Page 1 of 1

Can not install modules

Posted: Thu Jan 23, 2014 6:42 am
by phdev
Hi,
I just installed my first CMSMS 1.11.9, in a godaddy account. Its running MySQL 5.5.32-cll-lve, PHP 5.4.22.

When I go to Module Manager and try to install a module, I get
Fatal error: Class 'ADODB2_' not found in /home/<domain>/public_html/lib/adodb_lite/adodb.inc.php on line 161

In some cases, refreshing the webpage completes the install. In most cases it does not. I am specifically trying to install SimpleSlider 0.3.

All the previous posts I've seen on this issue, have not helped so far.

How can I resolve this?

Thanks
-phdev

================

----------------------------------------------

Cms Version: 1.11.9

Installed Modules:
◾CMSMailer: 5.2.2
◾CMSPrinting: 1.0.5
◾FileManager: 1.4.3
◾MenuManager: 1.8.6
◾MicroTiny: 1.2.5
◾ModuleManager: 1.5.5
◾News: 2.13
◾Search: 1.7.11
◾ThemeManager: 1.1.8


Config Information:
◾php_memory_limit:
◾process_whole_template:
◾max_upload_size: 32000000
◾url_rewriting: none
◾page_extension:
◾query_var: page
◾image_manipulation_prog: GD
◾auto_alias_content: true
◾locale:
◾default_encoding: utf-8
◾admin_encoding: utf-8
◾set_names: true


Php Information:
◾phpversion: 5.4.23
◾md5_function: On (True)
◾gd_version: 2
◾tempnam_function: On (True)
◾magic_quotes_runtime: Off (False)
◾E_STRICT: 0
◾E_DEPRECATED: 0
◾memory_limit: 64M
◾max_execution_time: 120
◾output_buffering: On
◾safe_mode: Off (False)
◾file_uploads: On (True)
◾post_max_size: 48M
◾upload_max_filesize: 32M
◾session_save_path: /tmp (0700)
◾session_use_cookies: On (True)
◾xml_function: On (True)
◾xmlreader_class: On (True)


Server Information:
◾Server Api: cgi-fcgi
◾Server Db Type: MySQL (mysqli)
◾Server Db Version: 5.5.32
◾Server Db Grants: Found a "GRANT ALL" statement that appears to be suitable
◾Server Time Diff: No filesystem time difference found

Re: Can not install modules

Posted: Thu Jan 23, 2014 3:58 pm
by JohnnyB
Post the text only version of the your System Information from the CMS Site Admin. That might help us help you.

Re: Can not install modules

Posted: Fri Jan 24, 2014 10:54 pm
by phdev
Added System information to original post.

thanks

Re: Can not install modules

Posted: Sat Jan 25, 2014 12:38 pm
by velden
Looks like a unstable installation (I hate those which sometimes work).

Did you happen to do a checksum check after uploading the files (or does Godaddy offer an installer for CMSMS?)

You can do it anyway: Site Admin -> System Administration
Then download the checksum file for your version from http://www.cmsmadesimple.org/downloads/

Note that some checks may fail as you should have removed the /install folder and maybe already updated some core modules. But if you did not update those and see suspicious checksum errors it could be caused by files that corrupted during FTP upload.

General troubleshooting tips http://docs.cmsmadesimple.org/troubleshooting/tips

Re: Can not install modules

Posted: Sat Jan 25, 2014 6:16 pm
by phdev
The original installation was done by godaddy.. I uninstalled that and followed the cPanel steps to reinstall. All checksums are correct, but I still get the same error.

Re: Can not install modules

Posted: Sun Jan 26, 2014 5:35 pm
by M@rtijn
Not sure if this really helps to solve the error, but if you manually download the module .xml from the Forge and install that, does that work?

Re: Can not install modules

Posted: Sun Jan 26, 2014 5:45 pm
by calguy1000
Check your config.php file.

There needs to be an entry that defines the 'dbms'... usually this is 'mysqli'
i.e: $config['dbms'] = 'mysqli';