PDA

View Full Version : Deprecated error / installation



Denys Chernyshkov
July 8, 2012, 11:29 AM
I have this error :

URL: /install/index.php?step=finish
ERROR:
Deprecated: Assigning the return value of new by reference is deprecated in /var/www/vhosts/site.com/httpdocs/install/index.php on line 892
Deprecated: Assigning the return value of new by reference is deprecated in /var/www/vhosts/site.com/httpdocs/install/index.php on line 893

URL: /admin/
ERROR:
Deprecated: Assigning the return value of new by reference is deprecated in /var/www/vhosts/site.com/httpdocs/admin/controllers/admin.control.inc.php on line 34
Deprecated: Assigning the return value of new by reference is deprecated in /var/www/vhosts/site.com/httpdocs/admin/controllers/admin.control.inc.php on line 35
Deprecated: Assigning the return value of new by reference is deprecated in /var/www/vhosts/site.com/httpdocs/admin/controllers/admin.control.inc.php on line 52
Deprecated: Assigning the return value of new by reference is deprecated in /var/www/vhosts/site.com/httpdocs/admin/controllers/admin.control.inc.php on line 53
Deprecated: Assigning the return value of new by reference is deprecated in /var/www/vhosts/site.com/httpdocs/includes/classes/reefless.class.php on line 70

URL: site.com
ERROR:
Deprecated: Assigning the return value of new by reference is deprecated in /var/www/vhosts/site.com/httpdocs/includes/control.inc.php on line 28
Deprecated: Assigning the return value of new by reference is deprecated in /var/www/vhosts/site.com/httpdocs/includes/control.inc.php on line 29
Deprecated: Assigning the return value of new by reference is deprecated in /var/www/vhosts/site.com/httpdocs/includes/control.inc.php on line 46
Deprecated: Assigning the return value of new by reference is deprecated in /var/www/vhosts/site.com/httpdocs/includes/control.inc.php on line 47
Deprecated: Assigning the return value of new by reference is deprecated in /var/www/vhosts/site.com/httpdocs/includes/classes/reefless.class.php on line 70

Viktor
July 11, 2012, 05:22 AM
Hello Denys Chernyshkov,

I think you use php 5.3 because this errors shows in php 5.3 only.
Would you please create new ticket with the request in technical department and we will fix it ASAP.

Mark Lawrence
November 14, 2015, 10:15 PM
Hi Viktor,

I get similar error messages when I remove the app handler line in my htaccess that was forcing PHP5.2. I now only get the error in reefless.class.php on line 62. Can you let me know what you changed to make it work?

Thanks,

Mark

Viktor
November 16, 2015, 05:41 AM
Hello Mark,

I need ftp access. Because I don't know exactly what a code on line 62 :(