No, log’s clean. Since the code’s fine, my best guess is lacking some PHP module. What could that be?
I have some questions:
- Does your kirby homepage run?
- Does a subpage of your kirby homepage run?
- Does your file
\site\plugins\feed\feed.php
at the beginning looks like:
<?php
/**
* Feed Plugin
*
* @author Bastian Allgeier <bastian@getkirby.com>
* @version 2.0.0
*/
Pages::$methods['feed'] = function($pages, $params = array()) {
4. Does your file \site\plugins\feed\template.php
at the beginning looks like:
<!-- generator="<?php echo $generator ?>" -->
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title><?php echo xml($title) ?></title>
<link><?php echo xml($link) ?></link>
5. Please tell us your:
- Webserver OS
- Webserver (e.g.
apache
and version) - PHP version
- Name of the hoster of your webserver or is it local?
- Is there a file
.htaccess
in the root of your website? - Does it match with the default https://github.com/getkirby/starterkit/blob/master/.htaccess?
- Have you checked http://getkirby.com/docs/installation/troubleshooting and the requirements at http://getkirby.com/docs/installation/download?
- Did you make any changes in the file
site\config\config.php
?
@krbhlp:
Please can you report your current status?
I just had the same problem. This fixed it: rename the plugin folder to ‘feed’.