script problem - vitiger installation

nocost

New Member
Messages
3
Reaction score
0
Points
0
Hello i try to install vitger but i get this result

Deprecated: Assigning the return value of new by reference is deprecated in /home/nocost/public_html/adodb/adodb.inc.php on line 893

What happen? can you solve it?


Thank you

Nocost
 

descalzo

Grim Squeaker
Community Support
Messages
9,373
Reaction score
326
Points
83
You have to either
1. Get an updated version of the script
2. Find and correct the problem areas yourself
3. Add the line
error_reporting(E_ALL & ~E_DEPRECATED);
to the top of index.php, install.php or whatever specific page is causing the message. This "hides" the problem, but the script should run (at least until a new version of PHP goes from 'deprecated' to not working period).
 

nocost

New Member
Messages
3
Reaction score
0
Points
0
Ok thank you for information, but isn't it a task for x10hosting.com staff?

The script should run easily with just a click...

bye
Nocost
 

miguelkp

Member
Messages
304
Reaction score
7
Points
18
Ok thank you for information, but isn't it a task for x10hosting.com staff?

The script should run easily with just a click...

I think it's not a task for x10hosting.com staff.
It seems that the script you use was intended to be used with an older version of PHP. You have to addapt it to newer PHP versions if that's the case.

It would help a lot if you give us a link to where you get that script, though.
 
Last edited:
Top