eschnou / storytlr

Storytlr is an opensource lifestreaming and microblogging platform written in PHP. Note: The default branch (master) is the development branch, if you need a stable version, see the release-XX branches, tags, or downloads.
http://storytlr.org
Other
216 stars 57 forks source link

Upgrading from 0.9.3 with custom plugins to 1.0.1 fails #21

Closed awafaa-zz closed 14 years ago

awafaa-zz commented 14 years ago

On my 0.9.3 install I had added the github plugin amongst others. When I followed the instructions for upgrading I get the following error:

Error running database upgrade script: 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 '"""DROP TABLE IF EXISTS github_data' at line 1

Any ideas? thanks.

eschnou commented 14 years ago

Can you delete that first line in protected/install/update/001/plugin_github.sql - It seems it should not be there :-)

eschnou commented 14 years ago

I have removed that weird line from the script and updated release 1.0.1, hope it solves your issue. Let us know ! Thx Andrew.

awafaa-zz commented 14 years ago

Excellent thanks!!

Removing the first line in /protected/install/database/update/001/plugin_github.sql fixed it