PHP/Ajax DataGrid never displays on the page on real webserver, ONLY localhost :(
... But when I upload it to the rea开发者_JAVA百科l server over at winhost.com, the datagrid doesn'r even get displayed on the page!!!! What gives!? EXACT SAME CODE, both running on 2 servers that both support the grid script, but script only works on localhost, and not on real server!? ARGH, Does anyone know what could do this?
Thanks! :)
the code:
Try
- Is configurations files
php.ini
&httpd.conf
are they same on both servers? - is permissions are same?
- check log (
apache.log
ormysql.log
) files to see errors and debug
精彩评论