Joomla does work but Moodle doesn't.
- It says:
Error: Database connection failed.
It is possible that the database is overloaded or otherwise not running properly.
The site administrator should also check that the database details have been correctly specified in config.php
- The directories are: /var/www, /var/www/moodle and /var/www/jommla.
- configuration.php for Joomla: (It works!)
$mosConfig_live_site = 'http://www.serverxxx.org/joomla';
- config.php for moodle: (It doesn't work!)
$CFG->dirroot = '/var/www/moodle';
Could anyone help me?
Thanks,
Carlos