fx_bulk_update

Questionsfx_bulk_update
Hubert asked 11 years ago

I've just installed your new lib.

I've never got error messages in grid but with this function I've got.

It updates only small sets of bulks but always after few updates gets pop-up JavaScript alert with "500 : Internal Server Error. Status: error"

2 Answers
Abu Ghufran answered 11 years ago

Turn errors on. Goto jqgrid_dist.php make it 'on'
ini_set("display_errors","on"); // changed from off to on

And check firebug's response for error message. If some updates are working, others should work too.

Hubert answered 11 years ago

Thanks it helped to solve the problem

Your Answer

9 + 20 =

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?