Files module error after upgrading PyroCMS 3.3 to 3.4
Created 6 years ago by konzept

Hey,

I just updated a project from pyro 3.3 to 3.4, everything seems to work except the image-field_type - when I try to change an image on a page I get error 500 GET /streams/image-field_type/index/5282b10dfab307b8f5e8e37104b97841 HTTP/1.0

Whenever I want to access the Files module, I also get an error: Call to undefined method Illuminate\View\Factory::getFirstLoop() (View: /var/www/vhosts/*PROJECT*/httpdocs/core/pyrocms/accelerant-theme/resources/views/pagination/bootstrap-4.blade.php)

I followed everything from this page (Upgrading from 3.3): https://pyrocms.com/posts/pyrocms-3-4

Does anybody know what could be wrong?

konzept  —  6 years ago

Ok, so the problem was that the writing permissions to some folders/files were reset after upgrading. After changing the writing permissions for everything after bootstrap, public and storage - and compiling the streams again, everything works as intended.