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 /home/lapremot/public_html/flash/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', ) <<<

Update #5209

* ALTER TABLE {panels_page} ADD COLUMN relationships longtext

Update #5210

* UPDATE {system} SET weight = 10 WHERE name = 'panels'

Comments

wim leers’s picture

I didn't have this problem.

merlinofchaos’s picture

Ok, the good news is that this bug should be harmless; it should only have happened if you have no panels in your system at the time you ran it. Please confirm for me that this was the case. If it was not, this could be very very serious.

wim leers’s picture

Well, I did have some panels, so that explanation fits my experience.

drutube’s picture

You are correct Merlin. I had no panels. It should be fine.

merlinofchaos’s picture

Title: Updating from alpha 11 to 13 gives user error regarding sequences » Updating from alpha 11 to 13 gives user error regarding sequences if you have no panels
Priority: Normal » Minor

Updating title. Since the issue is effectively cosmetic, downgrading to minor.

merlinofchaos’s picture

Status: Active » Fixed

And fixed in -dev and going out in alpha14.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.