Categories

warning

Nicole Hallman September 9, 2015
No votes yet.
Please wait...

Warning is a non-fatal php error after which execution of the script is continued.

When working with your website, you can sometimes see different types of fatal errors and warnings displayed at your website frontend or in admin panel.

Warning message means that a php script is not running correctly and this can potentially cause fatal errors in the future. The error that it informs you of is not critical and the script execution continues.

It is good if you know the root problem that causes the warning to appear and can address it. But, if you know that the functioning of your website is not disrupted or the warning cannot be avoided for whatever reason, you can just use the error reporting function to turn off the display of warning. This can be done either in your website admin panel or in configuration file of your website (the exact way to do this depends on the type of the website you have).

Bookmark the permalink.

Submit a ticket

If you are still unable to find a sufficient tutorial regarding your issue please use the following link to submit a request to our technical support team. We'll provide you with our help and assistance within next 24 hours: Submit a ticket

Comments are closed.