PDA

View Full Version : Mysql error number: 1064


imported_digital
07-21-2003, 11:21 AM
I was facing a problem in my control panel of the FORUM (
vBulletin Forum ) when i try to do update counters of the
members , threads , ...etc

and i got this error : mysql error number: 1064

and this is because of the new version of MySQL 4.0.13 in the
server and this could cause another problems in the forum , i
asked about this error and problem and some friends gave me the
solution and i tried it out and everything is ok , and i would
like to give u the solution just in case if any client got the
same problem in his forum , but only with the ones who is
running vBulletin forum :

the error is mysql error number: 1064


From the Forum Folder :

open up your admin/misc.php
line 276
replace

attach=$attachsum

with

attach=" . intval($attachsum) . "

that's all