vb.org Archive

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

boxingscene 02-14-2014 06:24 AM

Odd Error
 
I downgraded by VB from 3.8.5 to 3.8.2. (after an upgrade issue)

I reverted back all of the files and imported the backup database (3.8.2).

For whatever reason, the forum is working perfect without issue but the version at the footer, and admincp, continues to say VB 3.8.5

PsychoModz 02-14-2014 11:51 AM

Check your ./includes/version_vbulletin.php. If you restored all files back to 3.8.2, then it should be:
PHP Code:

<?php

define
('FILE_VERSION_VBULLETIN''3.8.2');

?>


ozzy47 02-14-2014 11:53 AM

If that don't work do the following:

1) Turn on debug mode by adding the following to your includes/config.php
Code:

$config['Misc']['debug'] = true;
2) Go to ACP --> vBulletin Options --> vBulletin Options --> Version Info and Other Untouchables, and change ONLY the setting, vBulletin Version Number to 3.8.2

3) Turn off debug mode by removing the following to your includes/config.php
Code:

$config['Misc']['debug'] = true;

boxingscene 02-14-2014 04:31 PM

Quote:

Originally Posted by ozzy47 (Post 2481086)
If that don't work do the following:

1) Turn on debug mode by adding the following to your includes/config.php
Code:

$config['Misc']['debug'] = true;
2) Go to ACP --> vBulletin Options --> vBulletin Options --> Version Info and Other Untouchables, and change ONLY the setting, vBulletin Version Number to 3.8.2

3) Turn off debug mode by removing the following to your includes/config.php
Code:

$config['Misc']['debug'] = true;

That worked.

ozzy47 02-14-2014 05:18 PM

Good stuff, glad it worked.


All times are GMT. The time now is 11:18 AM.

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.00955 seconds
  • Memory Usage 1,721KB
  • 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
  • (4)bbcode_code_printable
  • (1)bbcode_php_printable
  • (1)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