02-23-2018, 03:00 AM
The users folder has a error in the init.php require.
Lots of them have require_once 'init.php';
And need to say:
require_once '../users/init.php';
So it can be copied to the usersc folder and be modified.
Thanks
RJ
Lots of them have require_once 'init.php';
And need to say:
require_once '../users/init.php';
So it can be copied to the usersc folder and be modified.
Thanks
RJ