Problem after update php
Hi,
I have a system that creates accounts in cpanel via api.
After I did the update php 4.5.37 to 5.5.21 version, the accounts that are created are showing notice, warning and deprecated.
The php.ini is set as follows: E_ALL & ~ E_NOTICE & ~ E_DEPRECATED
This problem is only happening with the accounts created after the upgrade. The problem does not occur with the old accounts, which contains the same script.
It would be some incompatibility api?
Can anyone help me fix the problem?
Thank you
-
Hello, I solved the problem. Forgive my lack of attention. In one of the scripts I had added a line of error_reporting (E_ALL ^ DEPRECATED), and forgot. I was thinking it was setup problem. I'm sorry and thank you. 0 -
Hello :) I am happy to see you were able to resolve the issue. Thank you for updating us with the outcome. 0
Please sign in to leave a comment.
Comments
2 comments