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
{{ message }}
This repository was archived by the owner on Aug 13, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: src/modules/Feeds/bootstrap.php
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -13,5 +13,10 @@
13
13
*/
14
14
15
15
if (!System::isInstalling() && !PluginUtil::isAvailable('systemplugin.simplepie')) {
16
-
thrownewException(__('Fatal error: SimplePie system plugin is not available'));
16
+
thrownewException(__('<strong>Fatal error: The required SimplePie system plugin is not available.</strong><br /><br />
17
+
Zikula ships with the SimplePie plugin located in the docs/examples/plugins/ExampleSystemPlugin/SimplePie directory. It must be copied (or symlinked) from there and pasted into /plugins<br />
18
+
The plugin must then be installed. This is done via the Extensions module. Click on the System Plugins menu item and install the SimplePie plugin.'));
0 commit comments