vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   Need some help on how to fix an issue (https://vborg.vbsupport.ru/showthread.php?t=319105)

Mangahaven 06-16-2015 03:44 PM

Need some help on how to fix an issue
 
I get this line at the top of some of my pages.

PHP Code:

Warningpreg_replace(): The /e modifier is deprecated, use preg_replace_callback instead in ..../includes/class_bbcode.php on line 2958 


I only have a spoiler tag, and a YMP3 tag installed as extras. The rest are the vBullettin default built-in BBcodes that came with the product.

Running 4.2.2 Patch level 4

ForceHSS 06-16-2015 03:55 PM

what php version are you using

Webcon 06-18-2015 12:55 AM

Add this to the top of your config.php:

define('SKIP_DS_ERRORS', true);

ForceHSS 06-18-2015 12:59 AM

Quote:

Originally Posted by Webcon (Post 2548096)
Add this to the top of your config.php:

define('SKIP_DS_ERRORS', true);

That will do him no good if his php version is wrong

Disco_Stu 06-18-2015 04:04 PM

Quote:

Originally Posted by ForceHSS (Post 2548097)
That will do him no good if his php version is wrong

Yes it will. Covering up every error and warning without addressing them is the perfect solution. If you don't see the errors then they can't possibly cause any problems. That's what a lot of folks in these forums say so it must be true

ForceHSS 06-18-2015 05:07 PM

If the php does not work because it is either to high or low version trying to cover the errors/warnings are not helping


All times are GMT. The time now is 08:37 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.01010 seconds
  • Memory Usage 1,720KB
  • 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_php_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)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