| 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 (5841 days ago) |
| Due | |
| Updated | 12/04/2009 (5820 days ago) |
| Assigned | 11/13/2009 (5841 days ago) |
| Resolved | 12/04/2009 (5820 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
MFH: Remove remainders of old locking code (
Bug #8704).http://cvs.horde.org/diff.php/wicked/lib/Driver.php?rt=horde&r1=1.64.2.1&r2=1.64.2.2&ty=u
http://cvs.horde.org/diff.php/wicked/lib/Driver/sql.php?rt=horde&r1=1.80.2.2&r2=1.80.2.3&ty=u
Assigned to Jan Schneider
Remove remainders of old locking code (
Bug #8704).http://cvs.horde.org/diff.php/wicked/lib/Driver.php?rt=horde&r1=1.67&r2=1.68&ty=u
http://cvs.horde.org/diff.php/wicked/lib/Driver/sql.php?rt=horde&r1=1.85&r2=1.86&ty=u
New Attachment: wicked_db_error.txt
This happened, when I wanted to save a page,
in this case with the startpage WikiHome...
log, and are you sure that your Wicked checkout is up-to-date?
log, and are you sure that your Wicked checkout is up-to-date?
don't know it 100% for sure,
cause the error is now fixed with the creation
of the column in the database...
Horde_Lock system. What is the exact error message that you are
receiving?
State ⇒ Feedback
Priority ⇒ 1. Low
Horde_Lock system. What is the exact error message that you are
receiving?
State ⇒ Unconfirmed
Patch ⇒ No
Milestone ⇒
Queue ⇒ Wicked
Summary ⇒ missing column in table wicked_pages
Type ⇒ Bug
Priority ⇒ 2. Medium
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?