-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Error when accessing some internal ajax uri #382
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
Comments
Does it work for other URIs? Would you mind adding a var_dump($_SERVER, $ost->get_path_info());
print $dispatcher->resolve($ost->get_path_info()); And add a comment with the output |
i have manage to resolve the issue, with nginx config, but now, i get another related error, when is called: scp/ajax.php/users?q=some 400 (Bad Request) and inside is: "Query argument is required" any ideea how to fix this? |
nginx isnt supported for osticket. But you might take a look here: osTicket/osTicket-1.7#538 |
Hi, I have the problem with the white bar in IIS 7.5 Windows Server 2008 R2. In case anyone searches. I'm using 1.8 all browsers display the white bar. Nothing is revealed with the developer tools in any broswer. If I clidk to open in another tab, I get "No Input File is Specified." |
This thread is about nginx. That said, what is the "white bar"? Sorry for being such a noob |
@greezybacon "white bar" is what people have come to call the empty ajax pop up (usually from user selection) as seen in the image in this thread: http://osticket.com/forum/discussion/75497/1-8-0-1-creating-manual-ticket-show-blank-white-bar |
This works for me now. |
@SoulRaven How did you resolve the first issue regarding ajax.php/config/scp and user/form 404 bad request? I have the same issue and the ajax.php/config/scp is generated in loop. |
This is my conf `server {
#Requests to /api/* need their PATH_INFO set, this does that #/api/. should be handled by /api/http.php if the requested file does not exist if ($request_uri ~ "^/api(/[^\?]+)") {
#/scp/ajax.php needs PATH_INFO too, possibly more files need it hence the ..php #location ~ ^/ajax.php/(.)$ { location ~ ^/scp/ajax.php/.$ { #Make sure requests to /scp/ajax.php/some/path get handled by ajax.php
#fastcgi_split_path_info ^(.+.php)(/.+)$;
} |
i get 400(Bad Request) when app call:
any ideea why? and how i manage to resolve this?
i am using: osTicket (1.8-git)
The text was updated successfully, but these errors were encountered: