Folder/File permissions on live server / "solved"

Hi,
after moving my project to a live server I get the error:
# Cell class footerCell is missing

Does anyone have an overview of which directories require which rights?

Edit …
Funny thing.
In the end there were several typos in different controllers.
I had capital and lower case letters wrong very often. This wasn’t complained about by my local MAMP, but it was a problem on the live server.
Learned something again :slight_smile:

This has to do with case-sensitive and case-insensitive filesystems.

Your server (probably a Linux machine) uses a case-sensitive filesystem.

But your local machine uses a case-insensitive filesystem.

1 Like