Skip to content
This repository was archived by the owner on Aug 13, 2022. It is now read-only.

Commit a8d34b4

Browse files
committed
Better instructions if SimplePie is not available
1 parent a9891d1 commit a8d34b4

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/modules/Feeds/bootstrap.php

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,10 @@
1313
*/
1414

1515
if (!System::isInstalling() && !PluginUtil::isAvailable('systemplugin.simplepie')) {
16-
throw new Exception(__('Fatal error: SimplePie system plugin is not available'));
16+
throw new Exception(__('<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.'));
1719
}
20+
21+
22+

0 commit comments

Comments
 (0)