vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Getting Deprecated errors (https://vborg.vbsupport.ru/showthread.php?t=225107)

TalkVirginia 10-12-2009 08:51 PM

Getting Deprecated errors
 
I have a product that I've started working on that shows these errors at the top of the page. I'm working in local development environment on Windows Vista Ultimate with a fresh install of vBulletin v3.8.4 pl1. I'm running xampp v1.7.2 with php 5.3.0.

When I use my test forum, I do not get these errors.

My error level in my php.ini is set to: E_ALL & ~E_NOTICE & ~E_DEPRECATED

I have also tried adding an error reporting php statment with just E_ERROR at the end of my vbulletin config.php file. That didn't work either.

Any ideas how I can fix this?


Code:


Deprecated: Assigning the return value of new by reference is deprecated in D:\xampp\htdocs\forum\includes\init.php on line 55

Deprecated: Assigning the return value of new by reference is deprecated in D:\xampp\htdocs\forum\includes\init.php on line 107

Deprecated: Assigning the return value of new by reference is deprecated in D:\xampp\htdocs\forum\includes\init.php on line 111

Deprecated: Assigning the return value of new by reference is deprecated in D:\xampp\htdocs\forum\includes\init.php on line 119

Deprecated: Assigning the return value of new by reference is deprecated in D:\xampp\htdocs\forum\includes\init.php on line 130

Deprecated: Assigning the return value of new by reference is deprecated in D:\xampp\htdocs\forum\includes\init.php on line 134

Deprecated: Assigning the return value of new by reference is deprecated in D:\xampp\htdocs\forum\includes\init.php on line 142

Deprecated: Assigning the return value of new by reference is deprecated in D:\xampp\htdocs\forum\includes\init.php on line 211

Deprecated: Assigning the return value of new by reference is deprecated in D:\xampp\htdocs\forum\includes\init.php on line 389

Deprecated: Assigning the return value of new by reference is deprecated in D:\xampp\htdocs\forum\includes\class_core.php on line 2552

Deprecated: Assigning the return value of new by reference is deprecated in D:\xampp\htdocs\forum\includes\functions.php on line 945

Deprecated: Assigning the return value of new by reference is deprecated in D:\xampp\htdocs\forum\includes\functions.php on line 949


JamesC70 10-12-2009 09:10 PM

I'd drop PHP back to 5.2.9.

More information: http://www.vbulletin.com/forum/proje...?issueid=28380

TalkVirginia 10-12-2009 10:57 PM

Quote:

Originally Posted by JamesC70 (Post 1898790)
I'd drop PHP back to 5.2.9.

More information: http://www.vbulletin.com/forum/proje...?issueid=28380

I downgraded to PHP 5.2.9. Now I'm getting this error from vbulletin.

Fatal error: Call to undefined function mysql_connect() in D:\xampp\htdocs\forum\includes\class_core.php on line 311

Lynne 10-12-2009 11:35 PM

You get that error on all pages or just on some? Try disabling your modifications/plugins and see if you still have this problem.
Note: To temporarily disable the plugin system, edit config.php and add this line right under <?php

PHP Code:

define('DISABLE_HOOKS'true); 


TalkVirginia 10-13-2009 04:42 AM

I decided to go back to an older version of xampp that I had. I think it's using PHP 5.2.6 instead of 5.2.9.


All times are GMT. The time now is 01:00 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.01092 seconds
  • Memory Usage 1,725KB
  • 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
  • (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