You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
Seravo Plugin has had many bugs related to assuming and blindly executing PHP code. For example, developing on local environment some fopen() etc. have caused many issues when the resource hasn't existed at all. As a part of the cleanup and Up-To-Date we should investigate carefully and ensure that Seravo Plugin handles these situations properly. Some parts can be checked with PHP return values and some with try catch statements.
This issue can include any PHP warnings & buggy code as well as they usually fall into the exception category.
The text was updated successfully, but these errors were encountered:
I'm currently working on the new postbox system and one of the many new features is exception handling. If exception is thrown during the data fetch step of postbox rendering, user is shown proper error message and given instructions on opening an issue.
Description
Seravo Plugin has had many bugs related to assuming and blindly executing PHP code. For example, developing on local environment some
fopen()
etc. have caused many issues when the resource hasn't existed at all. As a part of the cleanup and Up-To-Date we should investigate carefully and ensure that Seravo Plugin handles these situations properly. Some parts can be checked with PHP return values and some with try catch statements.This issue can include any PHP warnings & buggy code as well as they usually fall into the exception category.
The text was updated successfully, but these errors were encountered: