6.0.0-beta13
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
4/11/26
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#12016] kronolith set wrong type_id
*
Your Email Address
*
Spam protection
Enter the letters below:
__.. ..___.___. . (__ |__|[__ _/ | .__)| |[___./__.\__|
Comment
> I think the problem is that ensureTypes (in > content/lib/Types/Manager.php) constructs a wrong DB statement: > SELECT type_id, type_name FROM `rampage_types` WHERE type_name IN > ('event','calendar') > should be: > SELECT type_id, type_name FROM `rampage_types` WHERE type_name IN > (,'calendar','event') > > I made a dump of arguments received by ensureTypes($types): > array(2) { > [0]=> > string(5) "event" > [1]=> > string(8) "calendar" > } > > I'm investigating which function calls ensureType whith this arg.... > Please tell me if I'm wrong.... > > >
Attachment
Watch this ticket
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers