Client doesn't work, rarely translated, and a lot of php errors. 7/10, thanks anyway :)
Last edited by JordanEllis; 17-09-12 at 01:21 AM. Reason: Client error
Put on top of global.php:
error_reporting(E_ALL);
(It's a temporary fix, you have to get knowledge of php to fix such things)
Add this in your core;
error_reporting(0);
ini_set('display_errors', 0);
And my phpretro edit work on iis :D @drabbo.nl
I wonder why passwords aren't hashed? o_O