The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Anyone know how to resolve this?
Quote:
|
#2
|
||||
|
||||
![]()
"regimage" isn't a table in vb 3.8.6, I'm not sure if it was ever part of "3.6" either- it might be a broke mod... do you know which cron job is causing the error?
|
#3
|
|||
|
|||
![]()
How can I check this?
|
#4
|
||||
|
||||
![]()
In Admin CP -> Statistics & Logs -> Scheduled Task Log... See what was running at the time specified in the error.
|
#5
|
|||
|
|||
![]() Quote:
Quote:
|
#6
|
||||
|
||||
![]()
Hmmm... the only scheduled task that runs on the 20 after of every hour by default is called Hourly Cleanup #2. which is the file ./includes/cron/cleanup2.php.
Whatever is causing your error is in that file... The fact this is a default vbulletin scheduled task strongly suggests the problem is related to your failed upgrade. Further investigation I confirm the table "repimage" was removed from vBulletin starting in 3.7.0 so you have code from 3.6 and code from 3.8 conflicting. Some details here. (In the quote.) Basically you're going to probably need to do a complete/full upgrade to fix this. If you wanted to simply get rid of the error without fixing the problem go to your phpmyadmin and try creating a new table called PREFIX_repimage where PREFIX is your table prefix you set on config.php. This *may* work but isn't a good long term solution. |
#7
|
|||
|
|||
![]()
probably a plug in you recently installed. go down the line and disable/uninstall all new plugins you may have installed.
|
#8
|
|||
|
|||
![]()
yup this is a MOD issue try disabling a mod that yu recently installed remmeber if its a mod that yu installed through FTP remove it from there,...
|
#9
|
||||
|
||||
![]() Quote:
|
#10
|
||||
|
||||
![]()
They might be right... It's possible a mod installed a scheduled task to run every hour at 20 after, the same as HourlyCleanup 2... I hope the OP figures it out either way and returns to post whatever worked.
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|