File upload broke after 1.9>2.2 upgrade
Hi y'all, I'd appreciate some help on the following problem. I upgraded from Tiki 1.9.x to 2.2, using the respective database upgrade script.
However, when using the file upload feature (tiki-upload_file.php), the following error occurs. I'm a little lost why the comments&forums tables are searched during file upload?
Any tip on how I can fix this would be very nice. Thanks in advance. My site: http://www.eidolons-inn.net
snap
An error occured in a database query!
Context:
File tiki-upload_file.php
Url tiki-upload_file.php
Query:
select * from `tiki_comments`,`tiki_forums` where `object`=`forumId` and `objectType` = 'forum' order by `commentDate` desc
Values:
Message:
MySQL client ran out of memory
Built query was probably:
select * from `tiki_comments`,`tiki_forums` where `object`=`forumId` and `objectType` = 'forum' order by `commentDate` desc