PHP Problem

photo-killer35

New Member
Messages
1
Reaction score
0
Points
0
Hi When im installing forums and things i keep getting these errors..



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

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

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

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

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

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

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

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

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

Deprecated: Assigning the return value of new by reference is deprecated in /home/xxxx/public_html/xxxx/includes/class_core.php on line 2552
Please Help?
:(
 

rimzikwebmaster70

New Member
Messages
5
Reaction score
0
Points
0
i dont know witch script you're trying to install but it's seem that it give à variable by reference like
function ma_funct(&args )

that's is a deprecated method in php5

sorry for the english !!!
 

cybrax

Community Advocate
Community Support
Messages
764
Reaction score
27
Points
0
Several PHP command functions became deprecated (obsolete is a better description) with PHP5 and most web hosts have upgraded their servers to this latest version so you'll need to google around for a newer version of that un-named forum script.

Remember there's plenty of free forums to choose from in the Softaculous script installer in your Cpanel controls.
 
Top