Posted by: Anonymous
[ip: 75.119.116.93]
on August 17, 2008 03:57 AM
Even though we're running up-to-date php, my hosting provider apparently has JSON compiled as a dynamic library. All DrasticGrid reports is that it failed to refresh the grid. Adding:
dl ('json.so');
to the preamble of my grid scripts fixes the problem.
DrasticGrid has poor error handling.
Posted by: Anonymous [ip: 75.119.116.93] on August 17, 2008 03:57 AMdl ('json.so');
to the preamble of my grid scripts fixes the problem.
#