Piiit / pwPHPwiki

WIKI CMS written in object oriented PHP. Note: This project depends on https://github.com/Piiit/pwPHPtools
1 stars 1 forks source link

Information boxes: Add "Read more..." link for details #38

Open Piiit opened 9 years ago

Piiit commented 9 years ago

If there is an error or warning, pwPHPwiki shows an information or error box at the top. Add a "read more..." or "debug" button to see full details. No PHP warning should be shown inside the main page itself.

Test this with: remove permissions of a wiki file, and then try to delete it.

Inside main page the following is shown: Warning: unlink(dat/manual/table.txt): Permission denied in /home/pemoser/public_html/projekte/pwTools/file/FileTools.php on line 156

This text should be part of a "detail screen"...