We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

OW Debug-Warning [Solved] | Forum

Ron Torres
Ron Torres Feb 13 '14
Notice: Use of undefined constant E_DEPRECATED - assumed 'E_DEPRECATED' in /home/mishael/public_html/ow_core/error_manager.php on line 140


How do i get rid of this?

The Forum post is edited by ross Feb 17 '14
Attachments:
  debug.png (181.44Kb)
ross Team
ross Feb 13 '14
Please, do the search, this issue has been discussed many times. 
ed claassen
ed claassen Feb 16 '14

AliiaJan 14

This notice appear because of your PHP version ( most likely your PHP version is lower then 5.3). 

1. Find out your version of PHP using steps 1,2,3 under "GD Library" section of this manual:http://docs.oxwall.org/faq:captcha-troubleshooting

2. If your version of PHP is lower then 5.3, check whether your hosting company can update it for you. 

If your host can not update PHP version to 5.3, open error_manager.php mentioned in your error notice and add "//" before following line:

           case E_DEPRECATED:

So overall you should have: 

            //case E_DEPRECATED: