Hi,

I realize this isn't much to go on but would anyone hazard a guess as to why I might be getting a 404 at the config url. Status shows the library is detected and I can't find anything in dblogs. Nginx just says there's no such file or directory. This is the only module of several this is happening to for me.

2016/07/20 09:39:30 [error] 12286#0: *25575 open() "/usr/share/nginx/html/drupal/admin/config/content/selectize-js" failed (2: No such file or directory), client: 104.156.94.33, server: www.pomofo.com, request: "GET /admin/config/content/selectize-js HTTP/1.1", host: "www.pomofo.com"

Thanks

Comments

pribeh created an issue. See original summary.

dnotes’s picture

Status: Active » Closed (cannot reproduce)

I tried to reproduce this but could not. I'm running nginx as well, so it's nothing to do with that vs. Apache. Since it's been a few months, I'm going to mark this as cannot reproduce, just to clean up the issue queue. Sorry.

dnotes’s picture

Status: Closed (cannot reproduce) » Needs review
StatusFileSize
new526 bytes

Oh, hey, reading the other issues I may have just figured this out - the permission hook is missing, so there is no permission for 'administer selectize', so you can only access the settings page if you are logged in as user 1. Here's a patch!