i use windows2003 on vps ,it is not apache ,it is Internet Information Serviceskamermans wrote:This error seems to be related to file permissions. Are you using Apache on Windows or some other webserver?
Search found 4 matches
- Tue Jan 15, 2013 9:29 pm
- Forum: PHP API
- Topic: Fatal error: Uncaught exception 'WURFL_Storage_Exception'
- Replies: 7
- Views: 49259
Re: Fatal error: Uncaught exception 'WURFL_Storage_Exception
- Tue Jan 15, 2013 1:30 am
- Forum: PHP API
- Topic: Fatal error: Uncaught exception 'WURFL_Storage_Exception'
- Replies: 7
- Views: 49259
Re: Fatal error: Uncaught exception 'WURFL_Storage_Exception
I have reproduced the bug and as I expected it is due to the way numeric database names are handled (or not handled) in SQL statements. The solution is to explicitly escape the database name in the database abstraction layer. We have fixed the bug in the upstream version, but this issue is so narro...
- Mon Jan 14, 2013 6:04 pm
- Forum: PHP API
- Topic: Fatal error: Uncaught exception 'WURFL_Storage_Exception'
- Replies: 7
- Views: 49259
Re: Fatal error: Uncaught exception 'WURFL_Storage_Exception
throw new WURFL_Storage_Exception("Couldn't show tables from database $this->db (".mysql_error($this->link).")");
- Mon Jan 14, 2013 5:58 pm
- Forum: PHP API
- Topic: Fatal error: Uncaught exception 'WURFL_Storage_Exception'
- Replies: 7
- Views: 49259
Fatal error: Uncaught exception 'WURFL_Storage_Exception'
Fatal error: Uncaught exception 'WURFL_Storage_Exception' with message 'Couldn't show tables from database 202 (You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '202 LIKE 'wurfl_object_cache'' at line 1)' in E:\dwbe...