When a PHP error occurs in jQuery Mobile, jQuery Mobile issues a popup box that reads "Page Error."
This is great, but not conducive to debugging because I can't see what the error is. How can I see the PHP error in jQuery Mobile?
|
When a PHP error occurs in jQuery Mobile, jQuery Mobile issues a popup box that reads "Page Error." This is great, but not conducive to debugging because I can't see what the error is. How can I see the PHP error in jQuery Mobile? |
|||||||
|
Check the logTypically, all php errors are logged. The location of the log depends on your operating system. For example, on Ubuntu and Mac OS the log is located at You can find out where your log is and change the location of the log by searching your php.ini file for |
|||
|
|