Error Reporting Issue (Bug?)

QuestionsError Reporting Issue (Bug?)
Bill asked 11 years ago

Abu,

The grid works fine on my local LAMP server. However, the /lib/inc/jqgrid_dist.php script contains a line that will crash on some servers:

error_reporting(E_ALL & ~E_NOTICE & ~E_DEPRECATED);

I corrected the problem by changing the statement to:

error_reporting(E_ALL & ~E_NOTICE);

Hope this helps — Bill

1 Answers
Abu Ghufran answered 11 years ago

Thanks for updating.

Your Answer

1 + 0 =

Login with your Social Id:

OR, enter

Attach code here and paste link in question.
Attach screenshot here and paste link in question.



How useful was this discussion?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate it.

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?