Quote:
Originally Posted by Lonely Heart
Dears,
I'm unable to install this Add-ons it's showing the following error message
=====
Database error in vBulletin 3.8.2:
Invalid SQL:
DELETE FROM product WHERE productid = 'paulm_wrt_38';
MySQL Error : MySQL server has gone away
Error Number : 2006
Request Date : Wednesday, April 8th 2009 @ 02:45:48 PM
Error Date : Wednesday, April 8th 2009 @ 02:45:54 PM
Script : http://www.mysite.com/forum/admincp/...=productimport
Referrer : http://www.mysite.com/forum/admincp/...?do=productadd
IP Address : ********
Username : Lonely
Classname : vB_Database
MySQL Version :
======
|
same problem here. reason:
old version only has
PHP Code:
$oldpid = 'paulm_20050716';
set
while the new has
PHP Code:
// Start v3.8.003 //
$pidlist = array(
'paulm_20050716',
'paulm_wrt_38',
);
now if the initial check finds
one pid -> it tries to update (delete)
both ("array<-"
Quote:
There is no such query in the mods install code
|
... but in '
wrtcleanup' it is .. i guess is part of the update procedure