I decided to install version 1.05 which seems to be working generally quite well except for the following error:
Code:
Database error in vBulletin 4.2.3:
Invalid SQL:
INSERT IGNORE INTO vbiei_img (
oldurl,
newurl
) VALUES (
'http://www.websmileys.com/sm/love/458.gif',
'https://MYSITE/clear.gif'
);
MySQL Error : MySQL server has gone away
Error Number : 2006
Request Date : Monday, February 20th 2017 @ 12:24:53 AM
Error Date : Monday, February 20th 2017 @ 12:26:54 AM
Script : http://MYSITE/cron.php?rand=1487550292
Referrer : https://MYSITE/showthread.php?{VARIOUS THREADS}
IP Address : {VARIOUS}
Username : Unregistered
Classname : vB_Database_MySQLi
MySQL Version : {BLANK but is actually 5.6 / 10.0.29-MariaDB}
What's interesting is that so far at least it is always the same image (see above) but different threads and your add-on is in fact correctly inserting clear.gif in those threads.
I'm on a tweaked dedicated server so I don't think the "MySQL server has gone away" is the usual problem of too many connections (persistent connections is off)... not sure what to make of this.
Any suggestions?
Is it a bad idea to be running version 1.05? (I didn't get a response to my previous question above.)