Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refresh button AJAX call gets a 404 #587

Closed
niol opened this issue Oct 13, 2014 · 3 comments
Closed

Refresh button AJAX call gets a 404 #587

niol opened this issue Oct 13, 2014 · 3 comments
Labels

Comments

@niol
Copy link
Collaborator

niol commented Oct 13, 2014

The AJAX call introduced by #394 gives me a 404. Isn't the patch missing a route in index.php or something in .htaccess ? Or is something wrong with my PHP configuration?

I could not find any documentation addressing this.

@SSilence SSilence added the bug label Oct 13, 2014
@SSilence
Copy link
Member

the ajax call loads the same url as the cronjob does (http://yoururl.com/update). Can you check whether the same url as your cronjob will be loaded?

@niol
Copy link
Collaborator Author

niol commented Oct 13, 2014

No I get a 404. (I use cron with the php binary).

@niol
Copy link
Collaborator Author

niol commented Oct 29, 2014

Fixed it : Option Multiviews must be disabled for this to work, otherwise apache2 gets confused between index.php/update and update.php.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants