Error messages
sejtraav - September 20, 2008 - 01:06
| Project: | Facebook status |
| Version: | 5.x-1.2 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
I am receiving these error messages
user warning: Table '<i>{database}</i>.<i>{facebookstatus (withoutspaces)}</i>' doesn't exist query: LOCK TABLES <i>{facebookstatus withoutspaces)}</i> WRITE in /home/a8396122/public_html/includes/database.mysql.inc on line 172.
user warning: 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 '<i>{facebookstatus (withspaces) }</i> SET data = 'cache', created = 12' at line 1 query: UPDATE <i>{facebookstatus (withspaces) }</i> SET data = 'cache', created = 1221871271, expire = 1221871391, headers = '' WHERE cid = 'fbstatus' in /home/a8396122/public_html/includes/database.mysql.inc on line 172.any help with this?

#1
Fixed in 1.3 release. The code was using Drupal 6 order of arguments in the cache storage function.
#2
Closing.