![]() |
|
Unable to create new album - 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: Unable to create new album (/thread-10748.html) Pages:
1
2
|
Unable to create new album - acrylian - 2013-01-26 @bpedman: It is not about the host not allowing to modify the files. All I get is a http error respectively a 500 internal error and that only under PHP 5.4. As noted above and in the ticket noted does all work for me under PHP 5.4 on my local server and under PHP 5.3 on the live server. So we assume this is related to the server configuration. Especially since my live server has server security name Suoshin enabled that might not like PHP 5.4 It might be something else but we have no idea what so the help of the host is needed to solve this. You issue might be the same or different. But we would appreciate if you find anything out Unable to create new album - bpedman - 2013-01-26 Quote: It is not about the host not allowing to modify the files. All I get is a http error respectively a 500 internal error and that only under PHP 5.4. As noted above and in the ticket noted does all work for me under PHP 5.4 on my local server and under PHP 5.3 on the live server. Also, for extra info I am running PHP 5.3, Ubuntu 12.04 x64, Nginx with pretty much the same config as listed here: http://wiki.nginx.org/ZenPhoto Unable to create new album - acrylian - 2013-01-26 Ok, blank page generally means a fatal php error that is tracked on the server normally (zenphoto's logs cannot since it is fatal). I don't understand much of nginx so it might be that since we currently test only on Apache based servers. That will probably change soon as our coming new server will use nginx as well. Unable to create new album - bpedman - 2013-01-26 OK, I was able to setup xdebug (been a while since I played with PHP) and found the issue I believe. This actually isn't a fatal PHP error. It is actually just forcefully exiting (calling exitZP()). This is all happening in admin-edit.php. When I create a new album it sends a request to the server like this:
The problem here is the 'album' GET parameter. In admin-edit.php it checks if Unable to create new album - acrylian - 2013-01-26 Could you maybe open a ticket with the exact line numbers? Unable to create new album - sbillard - 2013-01-26 Do not bother opening a ticket. First make sure you are running the current support release. Then again go back and check ALL your error logs if the problem persists. Your link is a down-stream problem of a failure elsewhere. Unable to create new album - rolandinchania - 2013-01-30 I have the same problem with new albums, but was able to create one with: uploadhandler flash "upload" "images" select "create new album" and enter title |