vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   vBulletin 3.8.4 PL2 (https://vborg.vbsupport.ru/showthread.php?t=287135)

Blootix 08-26-2012 10:58 PM

vBulletin 3.8.4 PL2
 
Hi, I have an expired license that still lets me run vB 3.8.4. But when I installed a test board on a free host I got this message:

Deprecated: Assigning the return value of new by reference is deprecated in /home/****/showthread.php on line 639

when on showthread.php

My question is, does 3.8.4 PL2 not work anymore? I just need a quick setup right now - I don't really want to pay for 4.x then pay again when 5.x comes out later this year.

kh99 08-26-2012 11:04 PM

Your host has a higher version of php than is supported by vb3.8.4 (Sorry, I don't know the highest supported version offhand). The best thing to do would be to try to find a way to use a version of php that is supported by your version of vb. But if you can't, you can try editing the global.php file and inserting this near the top (probably just under the <?php):

Code:

error_reporting(E_ALL & ~E_NOTICE & ~8192);

Blootix 08-27-2012 02:09 AM

Unfortunately, that didn't work. I guess there's no helping it? I can't easily convince hosts not to upgrade their PHP versions...

kh99 08-27-2012 02:57 AM

Hmm...that's strange because people occasionally have this same question, and it's usually fixed by the above. But you're the second person today to say that it didn't work. I guess there's some other problem I don't understand.

Do you know what version of php your server is using?

Blootix 08-27-2012 06:26 AM

I think it's php 5.3.13

kh99 08-27-2012 11:48 AM

That's the same version someone else has a problem with (was it someone else working on your site maybe?). Anyway, try this instead:

Code:

error_reporting(E_ALL & ~E_NOTICE & ~E_DEPRECATED);


All times are GMT. The time now is 08:58 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.01007 seconds
  • Memory Usage 1,716KB
  • 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
  • (2)bbcode_code_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