Correcting Update Error in Oxwall 1.6 (Solved)

Last updated on May 6th, 2018 at 09:49 am

Are you receiving a funny error message each time you want to update a particular theme or plugin in the new Oxwall 1.6?
Notice: Use of undefined constant E_DEPRECATED – assumed ‘E_DEPRECATED’ in /public_html/1.6/ow_core/error_manager.php on line 144
If you are receiving the above error message there is no need to panic, It’s basically so people running the latest version of PHP won’t have problems. Just follow the steps below and in a matter of seconds you will be able to update your themes and plugins without error messages.

Simple steps to resolving the error messages 

  • Logon to your FTP/cPanel account
  • In your Oxwall installation path open the ow_core folder and edit error_manager.php (Note: You should download this file before making any changes to it).
  • In line 137 – 140 replace
case E_NOTICE:

case E_USER_NOTICE:

case E_STRICT:

case E_DEPRECATED:

  • With
case E_ALL:

case E_USER_NOTICE:

case E_STRICT:

case E_NOTICE:

Did you get the answer you were searching for?

Save hours of searching online or wasting money testing unnecessary plugins, get in touch with me and let's discuss a suitable plan for your project. Best thing about this service is that you are never placed on hold and get to talk to an expereinced Oxwall/Skadate developer.

Get Answers for Free!

Ask a question related to this topic and get immediate answers from other community members in 48hrs or less. Contribute by answering members questions.

Ask Question
Premium Service

Whether it's a custom plugin, theme or dedicated support needed to get you started on your project, get professional 24/7 support tailored to your need.

Get in Touch

Or just leave a comment...

Leave a Reply