ZenphotoCMS Forum
403 Forbidden after save image options in admin panel - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: General support (https://forum.zenphoto.org/forum-4.html)
+--- Thread: 403 Forbidden after save image options in admin panel (/thread-12505.html)



403 Forbidden after save image options in admin panel - thommy - 2016-04-30

If I try to save the Options in admin panel (admin-options.php?page=options&tab=image) there comes an 403 Forbidden Error Message.
Nothing in the Logfiles....

Any Idea how to fix that?




403 Forbidden after save image options in admin panel - fretzl - 2016-04-30

Are file/folder permissions correct ?
http://www.zenphoto.org/news/permissions-for-zenphoto-files-and-folders




403 Forbidden after save image options in admin panel - thommy - 2016-04-30

Oh, I found the Problem. I was using Virtualmin for ServerConfig...
PHP script execution mode: Apache mod_php (run as Apache's user) -> Group www-data

I changed it to
PHP script execution mode: FCGId (run as virtual server owner)

Now everything is going well.