vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   SQL Database Error (https://vborg.vbsupport.ru/showthread.php?t=152557)

lrmzx9 07-17-2007 09:42 PM

SQL Database Error
 
Quote:

Invalid SQL:
UPDATE histtd_rss
SET `description`='',
`todaytitles`=''
WHERE `enabled`='1';

MySQL Error : Unknown column 'enabled' in 'where clause'
Error Number : 1054
How do I manually get rid of this error?

There is no histtd_rss in my SQL database. Can I create it? I cannot find anything related to this..

Eikinskjaldi 07-17-2007 10:49 PM

Quote:

Originally Posted by lrmzx9 (Post 1294049)
How do I manually get rid of this error?

There is no histtd_rss in my SQL database. Can I create it? I cannot find anything related to this..


If there was no histtd_rss in your database you would be geting the error "table histtd_rss does not exist"


The fact that you are getting a column error means that the table does exist, but doesn't have the column in question.

The most immediate way to fix it is to add a column to the table called enabled. However you clearly have half a hack in your system, you need to get rid of it completely.

Antivirus 07-17-2007 11:45 PM

Maybe if you search for that table name histtd_rss in the mods forums here you can find out which hack is causing the issue.

lrmzx9 07-18-2007 12:45 PM

Well I reinstalled the mod but its for a different version of VB 3.5 and I am running 3.6.7 now so the table is there. I disabled the mod in my admincp but its still searching for it in the database. The problem that caused this in the first place was I unistalled the mod and it removed the SQL tables.

Antivirus 07-18-2007 04:31 PM

When are you getting the error? Is it all the time, or just on a certain page? What mod was it that caused the issue and please include a link to the mod's thread.


All times are GMT. The time now is 08:15 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.00990 seconds
  • Memory Usage 1,718KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete