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
A PHP error generated by the plugin breaks the global PHP execution.
So the article url renders a blank page - and the edition url too, that forbid the user to understand what happened, and to edit the article to correct its error by the usual way.
The way to recover is to edit the article text file in /data/pages/...
To reproduce
---- dataentry somename ---- p_d : some value p_s : some value ----
The issue can probably be fixed with a few lines of bugfix, but IMHO those kind of unhandled errors should be prevented in the future by some kind of global try/catch (that may generate a generic error message to the user?), to avoid breaking the whole page and allow the user to edit its error with the dokuwiki interface.
Description
A PHP error generated by the plugin breaks the global PHP execution.
So the article url renders a blank page - and the edition url too, that forbid the user to understand what happened, and to edit the article to correct its error by the usual way.
The way to recover is to edit the article text file in /data/pages/...
To reproduce
---- dataentry somename ----
p_d : some value
p_s : some value
----
The issue can probably be fixed with a few lines of bugfix, but IMHO those kind of unhandled errors should be prevented in the future by some kind of global try/catch (that may generate a generic error message to the user?), to avoid breaking the whole page and allow the user to edit its error with the dokuwiki interface.
Some data
Configuration:
PHP error log:
The text was updated successfully, but these errors were encountered: