OJS 2.4.8.1 with Error 404 Not Found

The HTTPD error_log file has the following messages, which are repeated several times:

[: Error] [pid 20284] [client 187.107.57.218:55282] ojs2: 404 Not Found, referer: http://periodicos.ufes.br/lib/pkp/styles/lib/jqueryUi/jqueryUi.css

[: Error] [pid 20629] [client 192.188.11.119:38060] ojs2: 404 Not Found, referer: http://www.periodicos.ufes.br/styles/compiled.css

The following appears according to the article being displayed:
[: Error] [pid 21126] [client 217.127.183.135:51380] ojs2: 404 Not Found, referer: http://periodicos.ufes.br/sinais/article/view/13335/9394

What could be going wrong?

Hi @Adriano_Jose,

Those log entries aren’t terribly useful because they tell you the referring URL but not the request URL. I’d suggest checking your access log for 404s as they should be logged there as well with more information.

Regards,
Alec Smecher
Public Knowledge Project Team

Thank you for your reply, Alec.
I found these messages:

[12/Feb/2017:04:08:10 -0200] “GET /lib/pkp/styles/lib/jqueryUi/images/ui-bg_inset-hard_100_fcfdfd_1x100.png HTTP/1.1” 404 22 “http://periodicos.ufes.br/lib/pkp/styles/lib/jqueryUi/jqueryUi.css” “Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36”

[12/Feb/2017:04:08:10 -0200] “GET /lib/pkp/styles/lib/jqueryUi/images/ui-icons_469bdd_256x240.png HTTP/1.1” 404 22 “http://periodicos.ufes.br/lib/pkp/styles/lib/jqueryUi/jqueryUi.css” “Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36”

It looks like image files are missing. Where can I get them?

The folder with the images was not in the jquery folder.
I downloaded the installation files again, copied the images folder, pasted and apparently solved the problem.

Thanks for your help.

Hi @Adriano_Jose,

Glad to hear it’s working!

Regards,
Alec Smecher
Public Knowledge Project Team