![]() |
|
crash after trying to do a refresh metadata. - 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: crash after trying to do a refresh metadata. (/thread-11620.html) |
crash after trying to do a refresh metadata. - Olivier38070 - 2014-02-05 Service Temporarily Unavailable Hi, I have znephoto version 1.4.5.9 on a shared hosting server. when I do a Refresh metadata in Overview admin page, I obtain a crash, at the ID=318 in the url. here is the crash report : "The server closed the connection without sending any data. the crash report, sometime : how can I turn around that ? may be I would like to decrease the refresh time between 2 refresh, in the page. but how can I do it ? thanks crash after trying to do a refresh metadata. - acrylian - 2014-02-05 You got a server memory overload. As the problem seems to be getID3 it means the server could not read the meta data from some video. There is no memory limit to the video, only the space on the server. However if reading meta data the server has to process the actual file. How big is this videos (dimensions and file size)? crash after trying to do a refresh metadata. - JimBrown - 2014-02-05 I just posted this in the other thread about the memory error... I ran into this as well, a while ago. From what I could figure out, my video file was too large. I was able to increase the PHP memory limit to a value larger than the video file, at which time the error went away. I haven't looked deeply into it, but my guess is that when ZenPhoto processes the video, it tries to load the entire file into memory. I'm not sure why, but this may be something that needs to be looked into. Regards, crash after trying to do a refresh metadata. - Olivier38070 - 2014-02-06 Hi, the file size is 245 MB. then, php info report I can have 512 MB, but I am not sure it works. anyway, my website goes further with that option. now, when I try to see my album containing the video, I have this error after 5 seconds : The server closed the connection without sending any data. I tried to remove all metadata, like advised in my other post (which is slightly different, it is why I have 2 posts) thanks for any idea crash after trying to do a refresh metadata. - acrylian - 2014-02-06 So did you disable the video/audio meta data fields as I suggested? Again, if you try to load a 245MB video to get the meta data with 256 PHP memory that is most likely not possible for the same reasons images of that size won't work. In short your server cannot do what you wish to do. IF you don't have your own server and on shared hosting you most likely are not allowed to change the memory limit, no matter what it displays. crash after trying to do a refresh metadata. - Olivier38070 - 2014-02-06 yes I disabled everything. but what I don't understand is : if I disable all metadata, why the video should be loaded ? thanks crash after trying to do a refresh metadata. - acrylian - 2014-02-06 It should not be loaded for the meta data to be read, just by the player plugin to be played actually. If it does this although the video/audio meta data fields are disabled it might be a bug. crash after trying to do a refresh metadata. - Olivier38070 - 2014-02-06 ok, I will do it. thanks |