
Alessandro Quintiliani - 2017-02-01 14:00:17 -
In reply to message 1 from weverbergh
hello weverbergh
sorry, I mispelled the object reference name in the comments while moving from my test package onto the definitive package.
As in index.php the MultiDump class is instantiated by calling (go to row n° 150)
$odmp = new MultiDump();
and $odmp is the reference used in the rest of the script,
the same name reference must be used inside dbConnSettings.php;
so in your dbConnSettings.php script, just replace to all of your database settings
$dmpo with $odmp
and it should work. Let me know if you still encounter problems or not, so I can update the comments with this modification.
Regards
Alessandro Quintiliani