by Daroca » Fri Jun 18, 2010 4:34 am
I just tried to display 30 records per page and it gave a different message, looks like the issue is on the server side(?):
Notice: MySQL server has gone away in /myserver/www/xataface/Dataface/Table.php on line 975
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /myserver/www/xataface/Dataface/Table.php on line 978
Fatal error: Error performing mysql query to get column information from table 'movies'. The mysql error returned was : 'MySQL server has gone away'.
On line 477 of file /myserver/www/xataface/Dataface/Table.php in function printStackTrace()
On line 2349 of file /myserver/www/xataface/Dataface/Table.php in function Dataface_Table(movies,Resource id #11,)
On line 879 of file /myserver/www/xataface/Dataface/Application.php in function loadTable(movies)
On line 1594 of file /myserver/www/xataface/Dataface/Application.php in function handleRequest()
On line 6 of file /myserver/www/dbase/index.php in function display()
in /myserver/www/xataface/Dataface/Table.php on line 477
Then I tried 10 records per page and it was worse:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
But, there's only two tables on the three that returns errors, the third one works just fine.
Could it be the table content? special characters, accents maybe? I'll try again in a couple of days just to be sure this is not an error from the server, by the way I couldn't find the error log to post here but I'll try to do that.
Thanks for your help!