Hi,
I am encountering an issue after having updated to the last official build (1.4.6-RC1). The update went well, the site works nicely.
However, there is an issue when trying to use the register new user plugin - nginx throws a 404 page (this feature used to work before upgrading).
My error log only shows two things:
zenphoto/themes/themes/basic/common.css" failed (2: No such file or directory)
--> the file is there and I have set permissions 755 on all folders and 644 on all files in my zenphoto install folder, with the nginx web user and group as owners
zenphoto/page/register" failed (2: No such file or directory)
--> I have no zenphoto/page/register folder anywhere in my zenphoto install dir
Anyone has any idea what this is due to?
Thanks,
Iancu
Hello Acrylian,
Thanks for your answer. I deleted the folder themes before copying the one from the lastest package, so yeah I think that catalogues as yes to your question.
any other idea/advice out there? anyone else encountered this behavior?
Since you are using nginx you need to set up the nginx redirection configuration or reset mot_rewrite. You can find information about the rewrite rules here: http://www.zenphoto.org/news/nginx-rewrite-rules-tutorial
The issue with the css should be corrected in the current RC1 builds.
[edit]
Seems that even if you have not set mod-rewrite the register page presumes it is set. This has also been fixed in the current RC1 build.
Hi,
Thank you all for your answers. I now know that it is a problem with the software, not something I did wrong. Since the app works well overall I will just wait for an official release with these issues fixed.
Thanks again for taking the time to help.
Best regards,
Iancu
Hi,
Ok will try and report here.
Best regards,
Iancu
Hi,
So after upgrading to version
Zenphoto version 1.4.6-RC2 [1fc9de4689] (Official build)
I can see no more errors in the error log and the register page loads as expected.
Hope this helps.
Thanks and keep up the good work!