Quote:
Originally Posted by Inferno Dragon
Since vbulletin 4.1.4 includes a new CKEditor, I am getting error related to functions_wysiwyg.php whenever I try to submit a feedback for a member, as in vb 4.1.4 this file "functions_wysiwyg.php" is not required.
|
Same here.
Code:
Warning: require_once(/includes/functions_wysiwyg.php) [function.require-once]: failed to open stream: No such file or directory in /itrader_feedback.php on line 193
I'm also getting an error when setting "What you are buying" and "What you are selling" to a string with a single quote. I'm guessing these strings aren't being escaped?
Code:
Database error in vBulletin 4.1.4:
Invalid SQL:
SELECT COUNT(*) AS total
FROM pre_user AS user
WHERE user.itrader_buy != '' AND user.itrader_buy LIKE '%banjo's%' OR user.itrader_buy LIKE '%and%' OR user.itrader_buy LIKE '%tuba's%';
MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 's%' OR user.itrader_buy LIKE '%and%' OR user.itrader_buy LIKE '%tuba's%'' at line 3
Error Number : 1064
Request Date : Tuesday, June 21st 2011 @ 02:35:58 AM
Error Date : Tuesday, June 21st 2011 @ 02:35:58 AM
Script : http://xxx/itrader_main.php?do=findcustomer
Referrer : http://xxx/itrader_main.php?do=findseller
IP Address : x.x.x.x
Username : xxxxxxxxx
Classname : vB_Database_MySQLi
MySQL Version : 5.0.91
Stack Trace:
#0 vB_Database->halt() called in [path]/includes/class_core.php on line 1361
#1 vB_Database_MySQLi->execute_query() called in [path]/includes/class_core.php on line 500
#2 vB_Database->query_first() called in [path]/includes/class_core.php on line 531
#3 vB_Database->query_first_slave() called in [path]/itrader_main.php on line 348