Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

404 Not Found in popup notifications (admin and frontend)

OlafKSOlafKS New
edited August 2012 in Vanilla 2.0 - 2.8

Hi,
I have a strange problem - popup notification returns error 404.
using nginx + pfpfcgi with this nginx config - http://vanillaforums.org/discussion/comment/157364/
it looks like this, for example
http://ipic.su/img/img5/fs/error1.1346413369.png
http://ipic.su/img/img5/fs/error2.1346413399.png

Will appreciate any help

Comments

  • Options

    Everything works ok, except pop ups

  • Options

    As say google chrome, url of 404 file is
    /dashboard/notifications/inform
    I don't have this folder

    anybody, help, please :)

  • Options

    Really need help. :( I can not find where the problem is. any ideas?

  • Options
    peregrineperegrine MVP
    edited September 2012

    I don't have any answer since I don't use nginx - but you might get more help if you provide your version of vanilla and possibly the theme you are using.

    I believe it refers to (unless I am corrected)

    applications/dashboard/controllers/class.notificationscontroller.php

    public function Inform() {

    /dashboard/notifications/inform

    notifications is the controller - inform is the function

    I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.

  • Options
    OlafKSOlafKS New
    edited September 2012

    I will try to look at class.notificationscontroller.php, but i don't think that I'll find there anything - I'm designer, not programmer :( just hope that somebody had this problem already, and solved it.

    Version 2.0.18.4 with any theme (now using default).
    all messages are displayed correctly (for ex. "Draft saved...") except the first one. I even don't know, what should be in this message. It does not dissapears itself, I need to close it manually. Could this be a message about new unread posts for example?

    don't know if it is important - I have imported data from simple:press

  • Options

    maybe also important - this notification appears both at frontend and in dashboard

  • Options

    Found answer :)
    just need to delete or comment two lines in config
    location /dashboard/notifications/inform { access_log off; log_not_found off; }
    location /settings/analyticstick.json { access_log off; log_not_found off; }

Sign In or Register to comment.