Details
Description
In the event that a flashed message is stored within the user's session, but the user accesses a plugin URI and that plugin does not support displaying messages on its own, an error is thrown as the view does not exist.
To resolve, AppController must fall back to display messages through the main interface if the plugin does not support this capability.
Originally reported in the forums.
Activity
Paul Phillips
created issue -
Cody Phillips (Inactive)
made changes -
Field | Original Value | New Value |
---|---|---|
Summary | Feed Reader: May be including message.pdt when removing feeds using the wrong path | Flashed messages queued for display may throw exception |
Description |
Please see http://www.blesta.com/forums/index.php?/topic/2474-critical-error-if-staff-member-deletes-blestas-rss-feader/
In one example for the demo, the following error was presented: Files does not exist: /home/demo/public_html/plugins/cms/views/client/default/message.pdt on line 120 in /home/demo/public_html/lib/view.php However, the path should not include "client" after views before default. It may be trying to include this file using the wrong path. |
In the event that a flashed message is stored within the user's session, but the user accesses a plugin URI and that plugin does not support displaying messages on its own, an error is thrown as the view does not exist.
To resolve, AppController must fall back to display messages through the main interface if the plugin does not support this capability. Originally reported [in the forums|http://www.blesta.com/forums/index.php?/topic/2474-critical-error-if-staff-member-deletes-blestas-rss-feader/]. |
Cody Phillips (Inactive)
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Tyson Phillips (Inactive)
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |