Back to ProBlog Support

t.pirmphol19007
t.pirmphol19007

Hi,

After installed , I tried to access to backend/radiantweb/problog/posts. It returned this error.

Unable to find configuration file ./plugins/radiantweb/problog/models/post/columns.yaml defined for Backend\Behaviors\ListController. /var/www/xxx/modules/system/Traits/ConfigMaker.php line 63

My server is running with PHP5.6. Please kindly advise.

t.pirmphol19007
t.pirmphol19007

Finally, found the issue. The error occurs only when I use php artisan october:mirror to public folder. I believe there is a bug in code somewhere which is pointing to the wrong relative path. Once I reconfigured site to not use the public folder, the plugin worked fine. However, it is less secure.

tech23715
tech23715

Hey,

I'm aware that this is a super late reply, however we ran into this exact issue recently with ProBlog on our local environments and managed to find a solution.

It turns out that our issues stemmed from the fact that we use valet for our local environments and valet uses Nginx instead of Apache(which will use the htaccess file). Due to this, mirroring public seems to mess with the ability for October to find the plugin files - We fixed it by installing a custom valet driver found on Github that essentially just routes everything through the index.php.

It was as simple as copying in the driver, restarting valet and boom. done. For a production environment using Nginx you'd just have to do the relevant setup on the server to imitate a similar effect.

If you'd like to read up on custom valet drivers : https://laravel.com/docs/5.5/valet#custom-valet-drivers

Last updated

1-3 of 3