Log in

View Full Version : URGENT PROBLEM: Help quick!


imk
04-29-2010, 07:11 AM
www.manlystuff.com


i get


Deprecated: Assigning the return value of new by reference is deprecated in /home/manly/public_html/forum/includes/init.php on line 49

Deprecated: Assigning the return value of new by reference is deprecated in /home/manly/public_html/forum/includes/init.php on line 101

Deprecated: Assigning the return value of new by reference is deprecated in /home/manly/public_html/forum/includes/init.php on line 105

Deprecated: Assigning the return value of new by reference is deprecated in /home/manly/public_html/forum/includes/init.php on line 113

Deprecated: Assigning the return value of new by reference is deprecated in /home/manly/public_html/forum/includes/init.php on line 124

Deprecated: Assigning the return value of new by reference is deprecated in /home/manly/public_html/forum/includes/init.php on line 128

Deprecated: Assigning the return value of new by reference is deprecated in /home/manly/public_html/forum/includes/init.php on line 136

Deprecated: Assigning the return value of new by reference is deprecated in /home/manly/public_html/forum/includes/init.php on line 205

Deprecated: Assigning the return value of new by reference is deprecated in /home/manly/public_html/forum/includes/init.php on line 383

Deprecated: Assigning the return value of new by reference is deprecated in /home/manly/public_html/forum/includes/class_core.php on line 2552



_
Unable to add cookies, header already sent.
File: /home/manly/public_html/forum/includes/init.php
Line: 49


i have re uploaded the init.php


but i donno whats wrong? :(

Speysider
04-29-2010, 01:53 PM
This is not urgent.

1) The deprecation of new is a result of PHP 5.3 incompatibility on older vBulletin Versions. You can correct this by asking your host to:
Downgrade PHP version to 5.2.12 or
Upgrading to vBulletin 3.8.5

2) There is a white space before the <?php delimiter in init.php. Edit this file and remove all white spaces before the delimiter.

imk
04-29-2010, 01:55 PM
my whole site is down - therefore urgent

thanks for the help tho dude i will try now±

matthewhotdude
04-29-2010, 01:56 PM
This is not urgent.

1) The deprecation of new is a result of PHP 5.3 incompatibility on older vBulletin Versions. You can correct this by asking your host to:
Downgrade PHP version to 5.2.12 or
Upgrading to vBulletin 3.8.5

2) There is a white space before the <?php delimiter in init.php. Edit this file and remove all white spaces before the delimiter.

It is urgent to people when their forums are down.

Lynne
04-29-2010, 02:01 PM
First thing to do is disable your plugins and then see if you can get on.
Note: To temporarily disable the plugin system, edit config.php and add this line right under <?php

define('DISABLE_HOOKS', true);

borbole
04-29-2010, 02:19 PM
In addition, was there any change made to your forum prior to having thi sissue?

Paul M
04-29-2010, 02:37 PM
Disabling plugins is unlikely to work, the errors are in init.php, before the pluging system (or even the database class) has been started. They are errors from running php 5.3 - has your host upgraded ?

imk
04-29-2010, 03:15 PM
Disabling plugins is unlikely to work, the errors are in init.php, before the pluging system (or even the database class) has been started. They are errors from running php 5.3 - has your host upgraded ?

yes they have - and i have disabled plugins and still get this

anything else i can do - i cant fork out $285 for vb4!

:(

matthewhotdude
04-29-2010, 03:33 PM
Change host? I can reccomend a good one ;)

--------------- Added 1272558816 at 1272558816 ---------------

wait what version of VB are you on?

Speysider
04-29-2010, 03:45 PM
He's on a vB version older than 3.8.5, which produces these errors of PHP deprecation.

imk
04-29-2010, 03:58 PM
so all i can do is upgrade to vb4?

or get a VS and run any php i like!

matthewhotdude
04-29-2010, 04:07 PM
Why can't you upgrade to 3.8.5?

imk
04-29-2010, 04:14 PM
expired!

matthewhotdude
04-29-2010, 04:17 PM
Ahh I see

Speysider
04-29-2010, 05:27 PM
Expired, in what way? Owned Expired, or Leased Expired?
You can buy a vB4 license and continue to use your vB3 version for as long as you wish.

Lynne
04-30-2010, 02:19 AM
Disabling plugins is unlikely to work, the errors are in init.php, before the pluging system (or even the database class) has been started. They are errors from running php 5.3 - has your host upgraded ?
I guess my one cup of coffee hadn't awakened my brain yet. :/