Sunday, June 29, 2008
There is a patch for Bloo version 1.10 that is necessary if you are getting nasty errors when upgrading from Bloo version 1.00 to 1.10. Basically, the patch fixes a problem that occurs for webhosts that do not have gpc magic quotes turned on by default.
You'll know you have the error if you get something that looks like this when you run the upgrade program:
SQL Error: You have an error in your SQL syntax; check the manual thatInstalling the patch and re-running the upgrade will fix the problem. The patch is relatively small - just two files.
corresponds to your MySQL server version for the right syntax to use near
''Page.sidebar'' at line 6:select o.overlay_id ,o.syntax from vl_overlay
o where o.syntax like '%Post.form.search%' and deleted_flag = 'N' and
o.name = 'Page.sidebar'
You can download the patch here.