i get this error on update.php
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 ')' at line 1 query: INSERT INTO sequences (name, id) VALUES ('panels_display_did', ) in /Applications/MAMP/htdocs/site/includes/database.mysql.inc on line 172.
Update #5208
* DELETE FROM {sequences} WHERE name = '{panels_display}_did'
* DELETE FROM {sequences} WHERE name = '{panels_display}_id'
* Failed: INSERT INTO {sequences} (name, id) VALUES ('{panels_display}_did', )
running MAMP with MySQL 5.0.33
When i go to admin/panels/panel-page/add/threecol_33_34_33 I get this
warning: Invalid argument supplied for foreach() in /Applications/MAMP/htdocs/site/all/modules/panels/includes/plugins.inc on line 529.
I'm assuming this probably has something to do with the fact that update failed, but thought i would mention it.
Comments
Comment #1
merlinofchaos commentedThe failure on update is cosmetic; that only happens when there are no previous panels. I need to doublecheck but I'm pretty sure I fixed that in -dev already.
The other error is also only cosmetic, and is fixed in -dev already.
Comment #2
(not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.