grid error

Questionsgrid error
ramakrishna asked 11 years ago

A PHP Error was encountered

Severity: Notice

Message: Use of undefined constant E_DEPRECATED – assumed 'E_DEPRECATED'

Filename: inc/jqgrid_dist.php

Line Number: 10

4 Answers
ramakrishna answered 11 years ago

A PHP Error was encountered

Severity: Notice

Message: Use of undefined constant E_DEPRECATED – assumed 'E_DEPRECATED'

Filename: inc/jqgrid_dist.php

Line Number: 10

can u plz let know the solution

Abu Ghufran answered 11 years ago

Seems like you are using older version of PHP that does not support this constant.
For the fix, open jqgrid_dist.php and remove it from start of file.

ramakrishna answered 11 years ago

ya i'm removing ..now that grid is not open..
can u plz send me the screen shoot how will remove and what will remove

Thank u..

Abu Ghufran answered 11 years ago

Hello,

Just replace

error_reporting(E_ALL & ~E_NOTICE & ~E_DEPRECATED);

with

error_reporting(E_ALL & ~E_NOTICE);

It will solve the issue.

Your Answer

20 + 12 =

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?