I can see now that the data_base_ call is missing username and password ig grabs from this line of code"
| Code: : |
require('../../configuration.php');
|
On this page:
modules/mod_moolet_online/mod_moolet_online.inc.php
should be line 24.
Do you have the ability to edit that page?
If so I would change
../../configuration.php
to
configuration.php
then work up the ladder until it works, like this
configuration.php
../configuration.php
../../../configuration.php
../../../../configuration.php
../../../../../configuration.php
let me know what the results are please