vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Forum and Server Management (https://vborg.vbsupport.ru/forumdisplay.php?f=232)
-   -   database errors (https://vborg.vbsupport.ru/showthread.php?t=183416)

danielc2384 06-24-2008 05:12 PM

database errors
 
I seem to be getting this same constant database error in my inbox. Can anyone determine the problem?

Jase2 06-24-2008 06:56 PM

Almost all syntax errors are down to modified code.

Edit config.php and add this line right under <?php

define('DISABLE_HOOKS', true);

Does that stop the database errors?

geevest.com 06-24-2008 06:56 PM

have u already instal new plugin in ur site ?
u can disable all ur plugin first.

danielc2384 06-25-2008 02:06 AM

Quote:

Originally Posted by Jase2 (Post 1557999)
Almost all syntax errors are down to modified code.

Edit config.php and add this line right under <?php

define('DISABLE_HOOKS', true);

Does that stop the database errors?

When I did that I received this error:

Code:

Parse error: syntax error, unexpected T_VARIABLE in /home/evane1/public_html/dollhousetvforum/includes/config.php on line 27

Eikinskjaldi 06-25-2008 03:22 AM

You probably left the semi-colon off.

danielc2384 06-25-2008 08:30 AM

Quote:

Originally Posted by Eikinskjaldi (Post 1558244)
You probably left the semi-colon off.

nope. included that too.

Marco van Herwaarden 06-25-2008 08:39 AM

Please post the first 30 lines of your config.php (blank out any passwords).

Marco van Herwaarden 06-25-2008 01:26 PM

This is the unmodified config.php, not the config on which you got the last error when adding:

define('DISABLE_HOOKS', true);

PS If posting code, please enclose it with [ code] or [ php] tags.

danielc2384 06-25-2008 01:43 PM

Quote:

Originally Posted by Marco van Herwaarden (Post 1558583)
This is the unmodified config.php, not the config on which you got the last error when adding:

define('DISABLE_HOOKS', true);

PS If posting code, please enclose it with [ code] or [ php] tags.

I removed the "define('DISABLE_HOOKS', true);" since it was causing problems.


edit: I pasted the code "define('DISABLE_HOOKS', true);" again and didn't get the error message this time, but some of my plugins disipeared.

SEOvB 06-26-2008 05:14 AM

Yes your plugins will all be disabled, as that is what the config.php file edit does.

If you are not getting the DB error while all plugins are disabled, then its being caused by a plugin. To remedy this, re-enable the plugins (remove the config.php file edit) and start to disable the plugins one by one until you find which one is causing the problem


All times are GMT. The time now is 01:42 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.01065 seconds
  • Memory Usage 1,729KB
  • 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
  • (1)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete