6.0.0-beta1
7/6/25

[#8704] missing column in table wicked_pages
Summary missing column in table wicked_pages
Queue Wicked
Queue Version HEAD
Type Bug
State Resolved
Priority 1. Low
Owners jan (at) horde (dot) org
Requester neocoretech (at) gmx (dot) net
Created 11/13/2009 (5714 days ago)
Due
Updated 12/04/2009 (5693 days ago)
Assigned 11/13/2009 (5714 days ago)
Resolved 12/04/2009 (5693 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
12/04/2009 03:44:38 PM Jan Schneider State ⇒ Resolved
 
11/13/2009 01:08:49 PM Jan Schneider Comment #7
Assigned to Jan Schneider
Reply to this comment
Should be fixed now.
11/13/2009 12:21:07 PM neocoretech (at) gmx (dot) net Comment #5
New Attachment: wicked_db_error.txt Download
Reply to this comment
Please find attached the error from the horde log.

This happened, when I wanted to save a page,
in this case with the startpage WikiHome...
When do you get it, what is the complete error message in the Horde 
log, and are you sure that your Wicked checkout is up-to-date?
11/13/2009 08:41:09 AM Jan Schneider Comment #4 Reply to this comment
When do you get it, what is the complete error message in the Horde 
log, and are you sure that your Wicked checkout is up-to-date?
11/13/2009 02:12:37 AM neocoretech (at) gmx (dot) net Comment #3 Reply to this comment
DB error: unknown column

don't know it 100% for sure,
cause the error is now fixed with the creation
of the column in the database...
the lock column was dropped, as locks are now implemented via the 
Horde_Lock system. What is the exact error message that you are 
receiving?
11/13/2009 01:43:06 AM Michael Rubinsky Comment #2
State ⇒ Feedback
Priority ⇒ 1. Low
Reply to this comment
the lock column was dropped, as locks are now implemented via the 
Horde_Lock system. What is the exact error message that you are 
receiving?
11/13/2009 12:46:14 AM neocoretech (at) gmx (dot) net Comment #1
State ⇒ Unconfirmed
Patch ⇒ No
Milestone ⇒
Queue ⇒ Wicked
Summary ⇒ missing column in table wicked_pages
Type ⇒ Bug
Priority ⇒ 2. Medium
Reply to this comment
Hi there devs,

the sql-table-create script in scripts/sql/wicked.sql
is missing one column.
Without it, wicked is not usable.

An:
ALTER TABLE wicked_pages ADD COLUMN page_locked TYPE text;
fixed it.
I'm not sure if 'text' is the best column type,
I just know, it works ;)

Could someone with cvs access add this column in the create script?

Saved Queries