Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 General Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 12-26-2010, 12:48 AM
SVTCobraLTD SVTCobraLTD is offline
 
Join Date: Jul 2007
Location: PA
Posts: 841
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Database Error - regimage

Anyone know how to resolve this?

Quote:
Database error in vBulletin 3.8.6:

Invalid SQL:

DELETE FROM regimage
WHERE dateline < 1293326765;

MySQL Error : Table 'database_name.regimage' doesn't exist
Error Number : 1146
Date : Saturday, December 25th 2010 @ 08:26:05 PM
Script : http://www.xxxxxxxxxx.com/forums/cro...and=1293330364
Referrer : http://www.xxxxxx.com/forums/
IP Address :
Username : Unregistered
Classname : vB_Database
The issue may be that I am running vb 3.6.11 even though it says 3.8.6. I think I did the update on the wrong database and that might be part of the issue. Not sure how to revert with without loosing new posts.
Reply With Quote
  #2  
Old 12-26-2010, 02:34 PM
BirdOPrey5's Avatar
BirdOPrey5 BirdOPrey5 is offline
Senior Member
 
Join Date: Jun 2008
Location: New York
Posts: 10,610
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

"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?
Reply With Quote
  #3  
Old 12-27-2010, 08:24 PM
SVTCobraLTD SVTCobraLTD is offline
 
Join Date: Jul 2007
Location: PA
Posts: 841
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by BirdOPrey5 View Post
do you know which cron job is causing the error?
How can I check this?
Reply With Quote
  #4  
Old 12-27-2010, 08:28 PM
BirdOPrey5's Avatar
BirdOPrey5 BirdOPrey5 is offline
Senior Member
 
Join Date: Jun 2008
Location: New York
Posts: 10,610
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

In Admin CP -> Statistics & Logs -> Scheduled Task Log... See what was running at the time specified in the error.
Reply With Quote
  #5  
Old 12-27-2010, 08:37 PM
SVTCobraLTD SVTCobraLTD is offline
 
Join Date: Jul 2007
Location: PA
Posts: 841
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by BirdOPrey5 View Post
In Admin CP -> Statistics & Logs -> Scheduled Task Log... See what was running at the time specified in the error.
Error happened at 3:20pm and 4:20pm but the log only shows this below:

Quote:
127753 Process Mail Queue 17:30, 27th Dec 2010 Processed Mail Queue
127752 Process Mail Queue 17:22, 27th Dec 2010 Processed Mail Queue
127751 Process Mail Queue 17:13, 27th Dec 2010 Processed Mail Queue
127750 Process Mail Queue 17:00, 27th Dec 2010 Processed Mail Queue
127749 Process Mail Queue 16:54, 27th Dec 2010 Processed Mail Queue
127748 Process Mail Queue 16:47, 27th Dec 2010 Processed Mail Queue
127747 Process Mail Queue 16:35, 27th Dec 2010 Processed Mail Queue
127746 Process Mail Queue 16:21, 27th Dec 2010 Processed Mail Queue
127745 Process Mail Queue 16:15, 27th Dec 2010 Processed Mail Queue
127744 Process Mail Queue 16:02, 27th Dec 2010 Processed Mail Queue
127743 Process Mail Queue 15:51, 27th Dec 2010 Processed Mail Queue
127742 Process Mail Queue 15:47, 27th Dec 2010 Processed Mail Queue
127741 Process Mail Queue 15:32, 27th Dec 2010 Processed Mail Queue
127740 Process Mail Queue 15:22, 27th Dec 2010 Processed Mail Queue
127739 Process Mail Queue 15:13, 27th Dec 2010 Processed Mail Queue
There is no 15:20 or 16:20 to match those times. And if this was the error, I should be getting lots of errors sent to me, not just 1 an hour.
Reply With Quote
  #6  
Old 12-27-2010, 08:54 PM
BirdOPrey5's Avatar
BirdOPrey5 BirdOPrey5 is offline
Senior Member
 
Join Date: Jun 2008
Location: New York
Posts: 10,610
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #7  
Old 12-27-2010, 10:30 PM
preemz10314 preemz10314 is offline
 
Join Date: Oct 2010
Posts: 189
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

probably a plug in you recently installed. go down the line and disable/uninstall all new plugins you may have installed.
Reply With Quote
  #8  
Old 12-28-2010, 08:52 PM
ccp77 ccp77 is offline
 
Join Date: Feb 2010
Posts: 17
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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,...
Reply With Quote
  #9  
Old 12-29-2010, 08:16 AM
Digital Jedi's Avatar
Digital Jedi Digital Jedi is offline
 
Join Date: Oct 2006
Location: PopCulturalReferenceLand
Posts: 5,171
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by preemz10314 View Post
probably a plug in you recently installed. go down the line and disable/uninstall all new plugins you may have installed.
Quote:
Originally Posted by ccp77 View Post
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,...
Guys, try reading BirdOPrey's post before jumping in definitively.
Reply With Quote
  #10  
Old 12-29-2010, 12:55 PM
BirdOPrey5's Avatar
BirdOPrey5 BirdOPrey5 is offline
Senior Member
 
Join Date: Jun 2008
Location: New York
Posts: 10,610
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 05:50 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.08152 seconds
  • Memory Usage 2,256KB
  • Queries Executed 13 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (6)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete