Hello all,
First, the requisite information:
XOOPS Version: 2.0.14
Module Name/Version: WordpressME / 0.3.3
PHP Version: 4.3.9
MySQL Version: 4.1.12
Web Server Software (Apache/IIS/Other): Apache v2
Operating System: RedHat Enterprise Linux 4
Theme you are using: default
Custom template: (Yes/No) No
A full description of the issue:
I successfully installed XOOPS and the base installation works great. My problem started when I attempted to add the WordpressME module. I downloaded the module from the repository page and unpacked it into the directory "/var/www/html/xoops/modules/wordpress/". I logged into XOOPS as admin and went to the "modules" page. I used the "install" button to install Wordpress and it looked as if everything went well. I used phpMyAdmin to look at the XOOPS database and it went from 31 tables to 43 tables (all have the wp prefix for wordpress). The modules page shows that the Wordpress module is active. I went to the main page and clicked the Wordpress button and I get the following error:
"Error establishing the database connection! This probably means that the connection information in your wp-config.php file is incorrect. Double check it and try again."
I looked in the file "/var/www/html/xoops/modules/wordpress/wp-config.php" and the following 4 lines:
define('xoops', XOOPS_DB_NAME);
define('xoops_admin', XOOPS_DB_USER);
define('*****', XOOPS_DB_PASS);
define('localhost', XOOPS_DB_HOST);
Everything looks correct but I keep getting this error.
Any help that anybody can provide will be greatly appreciated.
Thanks in advance for reading