How do I enable error messages in Grid4php?
I neeed them, trying to solve a HTTP 500 error:
http://www.isaac.dk/kartoteker/deltagere-webinar.php
tia
2 Answers
Hello,
You can edit lib/inc/jqgrid_dist.php and set:
ini_set("display_errors","on"); // changed from off to on
Alternate, You can check php error log file from apache error log folder.
Hello Abu, Thank you for at fast answer. But it dont help me that much đ – it gives lots of Warnings, so it is hard to see, which of them are giving the problem. On https://isaac.dk/baser/ I have installed the demo from the Full v2.6.3 as a clean install, the only adjustment is database information in config.php. Can you give me a hint?
Your Answer