Posted by Trajce
2015-12-02

Hello Tom
First great script and congrats. But i have some problem when i try to search on the admin panel. Every time i use a search sequence got the error:

Critical Error : Wrong Page Sequence

I`am using nginx with PHP 5.5.30 on my error.log i cant find anything only this message show up:

2015/12/01 08:20:07 [error] 15516#0: *801972 open() "/home/klienti/public_html/favicon.ico" failed (2: No such file or directory), client: 8*.8*.10*.24*, server: localhost, request: "GET /favicon.ico HTTP/1.1", host: "localhost"
2015/12/01 08:20:07 [error] 15516#0: *801972 open() "/home/klienti/public_html/favicon.ico" failed (2: No such file or directory), client: 8*.8*.10*.24*, server: localhost, request: "GET /favicon.ico HTTP/1.1", host: "localhost"
2015/12/01 08:20:08 [error] 15516#0: *801972 open() "/home/klienti/public_html/favicon.ico" failed (2: No such file or directory), client: 8*.8*.10*.24*, server: localhost, request: "GET /favicon.ico HTTP/1.1", host: "localhost"
2015/12/01 08:20:08 [error] 15516#0: *801965 open() "/home/klienti/public_html/favicon.ico" failed (2: No such file or directory), client: 8*.8*.10*.24*, server: localhost, request: "GET /favicon.ico HTTP/1.1", host: "localhost"
2015/12/02 08:11:00 [error] 15516#0: *1341935 open() "/home/klienti/public_html/favicon.ico" failed (2: No such file or directory), client: 8*.8*.10*.24*, server: localhost, request: "GET /favicon.ico HTTP/1.1", host: "localhost"
2015/12/02 08:11:00 [error] 15516#0: *1341935 open() "/home/klienti/public_html/favicon.ico" failed (2: No such file or directory), client: 8*.8*.10*.24*, server: localhost, request: "GET /favicon.ico HTTP/1.1", host: "localhost"
2015/12/02 08:11:00 [error] 15516#0: *1341935 open() "/home/klienti/public_html/favicon.ico" failed (2: No such file or directory), client: 8*.8*.10*.24*, server: localhost, request: "GET /favicon.ico HTTP/1.1", host: "localhost"
2015/12/02 08:11:00 [error] 15516#0: *1341931 open() "/home/klienti/public_html/favicon.ico" failed (2: No such file or directory), client: 8*.8*.10*.24*, server: localhost, request: "GET /favicon.ico HTTP/1.1", host: "localhost"
2015/12/02 09:35:09 [error] 15517#0: *1376008 open() "/home/klienti/public_html/favicon.ico" failed (2: No such file or directory), client: 9*.5*.6*.7*, server: localhost, request: "GET /favicon.ico HTTP/1.1", host: "localhost"
2015/12/02 09:35:09 [error] 15517#0: *1376008 open() "/home/klienti/public_html/favicon.ico" failed (2: No such file or directory), client: 9*.5*.6*.7*, server: localhost, request: "GET /favicon.ico HTTP/1.1", host: "localhost"
Posted by Tom
2015-12-02

Hi,

>Critical Error : Wrong Page Sequence

There are two possibilities I can think of for that.
(1) Your webserver is not set up right.
Maybe, this is the first time you use PHP in your website and
it's never been tested for PHP. Ask your web adminitrator to check it up.
(2) You set up some kind of internal redirections in your website ( maybe using .htaccess )
For example, redirecting "mydomain.com" to "www.mydomain.com" and the redirection is preventing PHP from executing properly. You need to disable the redirection for the script to run normally.