05-20-2017, 03:02 PM
I've applied this patch and now with:
I can check error message on a failed query. Thanks!
To get this working I modified a line in users/init.php:
Changing this line in usersc/init.php will not do anything.
Code:
echo $db->errorString();
I can check error message on a failed query. Thanks!
To get this working I modified a line in users/init.php:
Code:
require_once $abs_us_root.$us_url_root.'usersc/classes/DB.php';
Changing this line in usersc/init.php will not do anything.