Hello.
server with nginx returns error in
cd /var/log/nginx/domains/domain.com.error.log
2015/04/12 13:59:06 [error] 1815#0: *15 open() "/home/user/domains/domain.com/public_html/media/plg_jchoptimize/assets/gz/30/0/9fc119e270d785320b9ce2aca0d45984.js" failed (2: No such file or directory), client: IP, server: domain.com, request: "GET /media/plg_jchoptimize/assets/gz/30/0/9fc119e270d785320b9ce2aca0d45984.js HTTP/1.1", host: "domain.com", referrer: "http://domain.com/component/users/?view=login&Itemid=609&return=aHR0cDovL3d3dy5la2FzdHVkaWphLmx0L2Zhdm91cml0ZXMtcHJvZHVjdHM="
The problem is with joomla plugin plg_jchoptimize.
The plugin collect all the *.js *.css files optimize them, writes everything to 1 file and sends out.
The error says that the plugin can't open file.
Its because the plugin couldn't write them to a specific directory.
Maybe someone have a suggestion what could be wrong?
server with nginx returns error in
cd /var/log/nginx/domains/domain.com.error.log
2015/04/12 13:59:06 [error] 1815#0: *15 open() "/home/user/domains/domain.com/public_html/media/plg_jchoptimize/assets/gz/30/0/9fc119e270d785320b9ce2aca0d45984.js" failed (2: No such file or directory), client: IP, server: domain.com, request: "GET /media/plg_jchoptimize/assets/gz/30/0/9fc119e270d785320b9ce2aca0d45984.js HTTP/1.1", host: "domain.com", referrer: "http://domain.com/component/users/?view=login&Itemid=609&return=aHR0cDovL3d3dy5la2FzdHVkaWphLmx0L2Zhdm91cml0ZXMtcHJvZHVjdHM="
The problem is with joomla plugin plg_jchoptimize.
The plugin collect all the *.js *.css files optimize them, writes everything to 1 file and sends out.
The error says that the plugin can't open file.
Its because the plugin couldn't write them to a specific directory.
Maybe someone have a suggestion what could be wrong?