Closed (fixed)
Project:
Annotate
Version:
5.x-1.0-beta3
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
20 Nov 2007 at 16:31 UTC
Updated:
21 Nov 2007 at 11:26 UTC
Hi, today I upgraded to beta 3 and when I try to save something I get the following warning:
user warning: Unknown column 'visibility' in 'field list' query: SELECT uid, nid, visibility, note FROM GRK_annotations WHERE nid = 82 AND 1=1 in /home/www/klimatosoof/includes/database.mysql.inc on line 172.
Thanks
TR
Comments
Comment #1
clemens.tolboomHi Theo,
as the release notes (http://drupal.org/node/190546) states you have to manually add this column.
I know this is very user unfriendly. But now I know how to prevent this.
Regards,
Clemens
Comment #2
theorichel commentedMy mistake. However I searched in the database and once again couldnt find it. One question nevertheless: I checked in PHPmyadmin and saw that I already have a table 'Annotations', and now I should add this table 'Annotate' as well?
Should I delete the older one?
Thx
Comment #3
theorichel commentedOK, 'release notes', I read the 'install.txt'. Problem solved now.
Comment #4
clemens.tolboomComment #5
clemens.tolboom