![]() |
|
Upgrade to 1.4.4: incomplete admin albums page loading - 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: Upgrade to 1.4.4: incomplete admin albums page loading (/thread-10795.html) |
Upgrade to 1.4.4: incomplete admin albums page loading - cactux - 2013-01-31 Hello, I upgraded to 1.4.4 a few days ago, now in the admin the album page stops loading. I mean: it is incomplete. ` There is no error message in the apache log. What can I do? Upgrade to 1.4.4: incomplete admin albums page loading - acrylian - 2013-01-31 As always: Server php error log? Zenphoto debug log? (The apache log will not help!). Upgrade to 1.4.4: incomplete admin albums page loading - cactux - 2013-01-31 Hello, 2013-01-31 17:55:36 78.242.24.18 Accès aux albums yann Yann Bloqué(e) /zenphoto/zp-core/admin-edit.php?page=edit&album=in-situ ` I have nothing in the PHP log. Thanks for your help ^_^ Upgrade to 1.4.4: incomplete admin albums page loading - sbillard - 2013-01-31 Is "yann" flagged as the master user? Is it a member of a user group? I suggest you do a Save on your user tab to be sure that everything is updated into the database. The error you see happens when the user does not have "album" rights set--that right is "invisible" and should be linked with the album management rights (Manage all or having a managed album assigned.) Upgrade to 1.4.4: incomplete admin albums page loading - cactux - 2013-01-31 The user "yann" is the first one, created at the installation, long ago. It is the main account. I did not see a user group feature, so I can not answer if it is in a user group. It was working fine before the upgrade from 1.4.3.5 to 1.4.4. I just noticed another problem: in the page to load images, the behavior is the same: the page load only the header, not the content. I did this upgrade in the same way than usual, and following the upgrade instructions in the documentation. I don't understand what gone wrong. Upgrade to 1.4.4: incomplete admin albums page loading - sbillard - 2013-01-31 Something else is going wrong as well--maybe that is the root of both issues. You should have been redirected to the overview page or at worst case to a login form. What does the `` html say? Anyway, somewhere there must be logged a PHP error. That is the only thing that can cause a page to stop rendering. Ask you host where CGI errors are logged--that is the log you need to look at. Upgrade to 1.4.4: incomplete admin albums page loading - cactux - 2013-02-01 Hello, Regarding the PHP error log, I could activate it yesterday. I tried to access the page several times, and the only error reported (this morning) is: I have the problem on my dev site too, which is running on my Ubuntu: As you can see, I just upgraded the dev site to 1.4.4.1, but I still have the same behavior. I am stuck, I don't know what to do. Upgrade to 1.4.4: incomplete admin albums page loading - sbillard - 2013-02-02 The error you show, specially if it shows up on the 1.4.4.1 release, seems to indicate that some of your files have not been updated. This line is different in the current releases. Upgrade to 1.4.4: incomplete admin albums page loading - sbillard - 2013-02-02 On your development site you can enable the also find the following lines in ` around line 761 you will find: You can start adding Upgrade to 1.4.4: incomplete admin albums page loading - cactux - 2013-02-02 The line was found in the production env, still in 1.4.4. I upgraded only the dev in 1.4.4.1. Thanks for the tips, I now get error messages which could help: it tell me it can not find one album: Fatal error: Instanciation invalide de l’album : in-situ/cono-in-situ/conophytum-longum/Localité 6km Sud d'Umdaus n’existe pas in /home/yann/web/cactuspro/conophytum-lithops/zp-core/class-album.php on line 654 ` This may be related to its name: "Localité: 6km Sud d'Umdaus" I deleted this directory named "Localité: 6km Sud d'Umdaus", now it is better: in the admin I can access the albums! This problem is solved, thanks for you help. Upgrade to 1.4.4: incomplete admin albums page loading - acrylian - 2013-02-02 I would guess the issue was the ":" in the folder name, also the "'" or the accent could cause such issues. I would suggest to only upload via the backend and enable the seoFriendlyURL plugin (should be on by default) which will clear such chars from file and folder names. Upgrade to 1.4.4: incomplete admin albums page loading - sbillard - 2013-02-02 Colons are not allowed in file names in some filesystems. However, the error should have shown up in a log somewhere. The error is fatal because it is not possible to create the album and something will fail downstream. With the 1.4.5 release we are attempting to handle this error more softly, though. But that may not be successful. We would be interested in how the folder was created. If it was Zenphoto, it should not have been allowed. Upgrade to 1.4.4: incomplete admin albums page loading - cactux - 2013-02-02
I maintain the technical aspects of the site, not the content which is handled by non-technical people (that's one of the reason I chose Zenphoto). Upgrade to 1.4.4: incomplete admin albums page loading - sbillard - 2013-02-02 If you ever find out how, let us know. I have not so far found a way to create an album with a folder name containing a colon. |