json data not loading

json data not loading

paampaam Posts: 2Questions: 0Answers: 0
edited November 2012 in General
I am extracting the data from server, and showing it in the table. The data seems to be loaded fine. But when i move to next page it gives error because of one specific record. And it says Fatal error: Call to a member function getCreatedAt() on a non-object in C:\Users\Kamran\Documents\skipso\plugins\nyserdaUIPlugin\modules\sfGuardUser\templates\_actionTable.php on line 8. Its same being used for other records. When i remove this code it seems to work fine. I do not understand where does the problem lies. Same code working for other records but not for one. Can anybody please help me about that?

Replies

  • allanallan Posts: 63,532Questions: 1Answers: 10,475 Site admin
    No idea I'm afraid without being able to see it. But it sounds like a PHP issue rather than DataTables (Javascript), so you would be best asking on StackOverflow or similar.

    Allan
This discussion has been closed.