1.4.6RC1-post update register page issue

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

Comments

  • acrylian Administrator, Developer
    Did you update the themes folder as well? The former theme "default" has been just renamed to "basic" with 1.4.6 as "default" as a term caused some confusion sometimes.
  • 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.
  • acrylian Administrator, Developer
    In any case `zenphoto/page/register` is not a folder, this is a custom theme page (register.php) actually all themes have. (Btw, 1.4.6 RC1 is not an official release yet).
  • any other idea/advice out there? anyone else encountered this behavior?
  • acrylian Administrator, Developer
    Sorry, maybe my colleague has any idea later today. While our server is nginx as well we don't use the plugin there.
  • fretzl Administrator, Developer
    I reopened an issue on GitHub yesterday. I believe there's a typo in the path.

    `zenphoto/themes/themes/basic/common.css`
    Notice the double ".../themes/themes/"?
  • acrylian Administrator, Developer
    Ah, ok, somehow didn't notice that (ticket and the path).
  • 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
  • acrylian Administrator, Developer
    BEtter would be you try the master from the GitHub page again now so we are sure the issue is really fixed BEFORE we release officially.
  • 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!
Sign In or Register to comment.