Firebird pagination error

QuestionsFirebird pagination error
Emmanuel Sanchez asked 5 years ago

Hi, I’ve a problem with the grid working with firebird database.

It shows an error when you advance to the second page (as shown in the screenshot), for page number 2. But when you advance to page 3 it does it ok, then with page 4 shows the error again.

I’ve seen in the browser inspector but I don’t see any network activity when it shows the error, like it was’nt getting any data.

Can you help me please?

Regards, Emmanuel

pagination error

View post on imgur.com

https://gist.github.com/oscaremmanuel/363271082dd6a2aeb3dc6b91fd17289b

 

1 Answers
Abu Ghufran Staff answered 5 years ago

This kindof error is usually due to non-unicode data.

You can specify charset then it will perform utf8 conversion manually. e.g.

$g->charset = “latin1”;

_________________________
Abu Ghufran - Dev Team
Grid 4 PHP Framework
 
Your Answer

5 + 18 =

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?