vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=252)
-   -   Errors? (https://vborg.vbsupport.ru/showthread.php?t=322716)

oldfan 05-24-2016 08:27 PM

Errors?
 
Recently I had " All we did was recompile apache and PHP with mcrypt as requested." and i'm getting the following errors.


PHP Code:

WarningOnly variables should be passed by reference in ..../newreply.php on line 389

Warning
preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead in 

..../includes/functions_newpost.php on line 200 


PHP Code:

Warningpreg_replace(): The /e modifier is deprecated, use preg_replace_callback instead in 

..../includes/class_block.php on line 442

Warning
preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead in 

..../includes/class_block.php on line 442 

help :eek:

--------------- Added [DATE]1464142197[/DATE] at [TIME]1464142197[/TIME] ---------------

Im also getting this error on another forum

PHP Code:

Database error in vBulletin :

mysql_connect(): The mysql extension is deprecated and will be removed in the
future
: use mysqli or PDO instead
/xxxx/xxxx/public_html/includes/class_core.php on line 315 


kerrghann 05-29-2016 01:20 AM

Seems like these are warnings that have to do with things being depreciated. I mean: it would be a good idea to fix them but if it's just the errors showing up you can add this to your config file

Code:

define('SKIP_ALL_ERRORS', true);

Lynne 05-29-2016 04:14 PM

What version of vB and what version of PHP is on the server? Depending on what version of PHP, you may need to change this line in your config.php file:

PHP Code:

$config['Database']['dbtype'] = 'mysql'

to this:

PHP Code:

$config['Database']['dbtype'] = 'mysqli'



All times are GMT. The time now is 12:58 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.01017 seconds
  • Memory Usage 1,724KB
  • 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
  • (5)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (3)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