This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.

herzgarlan22551
herzgarlan22551

Hi Guys,

Thanks for building the Builder plugin, really saves me time on building the my plugins scaffolds. I have one issue though apparently this error is only showing in the Live (heroku) server not in my local development.

FatalErrorException in Plugin.php line 0: Class HerzGarlan\Config\Plugin contains 1 abstract method and must therefore be declared abstract or implement the remaining methods (System\Classes\PluginBase::pluginDetails)

All my details are already in the plugin.yaml (which will be loaded in the PluginBase.php pluginDetails function) and this error never shows in my local development server.

DMeganoski
DMeganoski

Just a wild guess but this sounds like it could be an issue with the php version. October's php version requirement recently changed, and Heroku bases the php version off of composer.json. Maybe dumping phpinfo() on Heroku will give you some info about why this is happening.

herzgarlan22551
herzgarlan22551

Hi DMeganoski,

Yes I think so, but currently my heroku is set to php version 7. I actually gave up on this and used cloudways instead heroku, but I will try and see if changing the version will solve the issue.

Thanks!

1-3 of 3

You cannot edit posts or make replies: the forum has moved to talk.octobercms.com.