This runs fine from a regular computer, however when I run it on a blackberry, it doesn't seem to connect properly. The page itself loads, but it gives me the your database is out of date message, and none of the dropdowns load, so you can't log in.
Initially It looked like it was a permissions issue, as when I checked the log file for mysql, it was listing the connecting blackberry as odbc@localhost denied. I went back and forth and could not get past this, until I created an anonymous account. Now it no longer gives the error in the log file, but still won't work. I enabled error disply in php, and on the blackberry it has lots errors on the page. I can't figure out whether the problem is an incompatibility with the blackberry, or something with the php, or something with the sql. I've tested other php based apps, and they work with no problems on the blackberry, and if just do a simple connect to the database, it tells me it connects with no issue, and the log file reflects this as well. If you go to testing.mohaveblue.com/blackberry.index, you can see screenshots i've taken of the errors.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
This runs fine from a regular computer, however when I run it on a blackberry, it doesn't seem to connect properly. The page itself loads, but it gives me the your database is out of date message, and none of the dropdowns load, so you can't log in.
Initially It looked like it was a permissions issue, as when I checked the log file for mysql, it was listing the connecting blackberry as odbc@localhost denied. I went back and forth and could not get past this, until I created an anonymous account. Now it no longer gives the error in the log file, but still won't work. I enabled error disply in php, and on the blackberry it has lots errors on the page. I can't figure out whether the problem is an incompatibility with the blackberry, or something with the php, or something with the sql. I've tested other php based apps, and they work with no problems on the blackberry, and if just do a simple connect to the database, it tells me it connects with no issue, and the log file reflects this as well. If you go to testing.mohaveblue.com/blackberry.index, you can see screenshots i've taken of the errors.
Sorry, should be testing.mohaveblue.com/blackberry/index.html