tags:

views:

21

answers:

1

I am trying to run cimyadmin(http://cimyadmin.net/) but i am getting a lot of helper depreciation errors and after looking around the web for answers i am convinced its a php issue.Is there a way to run php 5.0.2 or earlier but not less than php 5 code on latest distributions of php.

A: 

Edit your php.ini file and look for error_reporting directive, and replace it with this :

error_reporting = E_ALL & ~E_DEPRECATED
Brice Favre
Oh,i am new around so am still learning.I tried it and it did not work,at least for the cimyadmn.
Undgerman