Posts: 7
Threads: 3
Joined: Aug 2017
Each time when the page is loaded commentics calls a method "rmdir(/commentics/system/modification/cache/)" from following file
"\commentics\system\helper\remove_directory.php"
Server logs it as "Permission denied in \commentics\system\helper\remove_directory.php"
and my log file is flooding with this log how can i stop it ?
Posts: 2,894
Threads: 59
Joined: Jun 2010
Can you replace the code from that file with this one and let me know if it resolves it?
https://github.com/commentics/commentics...ectory.php
Have
you completed
the interview?
Posts: 7
Threads: 3
Joined: Aug 2017
(04-Jan-2018, 09:17 PM)Steven Wrote: Can you replace the code from that file with this one and let me know if it resolves it?
https://github.com/commentics/commentics...ectory.php
Yes, it worked.!!
I am also getting following errors there is no directory with name of "cwww.ommentics") don't know why this request is coming.
cwww.ommentics/frontend/view/default/javascript/common.js" failed (2: No such file or directory), request: "GET /cwww.ommentics/frontend/view/default/javascript/common.js HTTP/1.1",
request: "GET /cwww.ommentics/3rdparty/securimage/securimage_show.php?namespace=cmtx_9118 HTTP/1.1"
cwww.ommentics/frontend/view/default/stylesheet/stylesheet.css" failed (2: No such file or directory), request: "GET /cwww.ommentics/frontend/view/default/stylesheet/stylesheet.css HTTP/1.1"
cwww.ommentics/3rdparty/read_more/read_more.js" failed (2: No such file or directory), request: "GET /cwww.ommentics/3rdparty/read_more/read_more.js HTTP/1.1"
Thank you.