Jump to content

Employees


Recommended Posts

switch on php errors - may help you track what is going wrong

If you open /config/config.inc.php you will see a line as follows at the top of the file;

@ini_set('display_errors', 'off');

If you change this to
@ini_set('display_errors', 'on'); 



Just remember to turn this off in a live environment

Link to comment
Share on other sites

×
×
  • Create New...