I have newly installed the owncloud last version remotely on my FTP server.
Everything works with no problem with the folder sync (Mac) and iDevices but when i try to login via
browser i get the : Access forbidden CSRF check failed.
putting this search term into the search and the top right quite a few existing threads should pop up including the following FAQ containing all known infos how to fix this:
The path/folder configured with the php.ini directive session.save_path exists → OK
The user running your webserver / PHP process needs to be able to access the path/folder configured with the php.ini directive session.save_path → chown webadmin:root sessions applied
The user running your webserver / PHP process needs to be able to write into the path/folder configured with the php.ini directive session.save_path → rights = rwx-wx-wt, so looks good
No security module like SELinux is blocking the access to the path/folder configured with the php.ini directive session.save_path → none
There is enough space available on the path/folder/partition configured with the php.ini directive session.save_path → 15Gb remaining…
If you’re running a custom theme disable it in your config/config.php → none
I’m a bit out of idea on this issue, any help greatly appreciated!