GetSimple Support Forum
Bug in Clear This Log - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: GS Development Testing - (alpha/beta) (http://get-simple.info/forums/forumdisplay.php?fid=14)
+--- Thread: Bug in Clear This Log (/showthread.php?tid=320)



Bug in Clear This Log - wizzy - 2010-01-20

While testing 2.0beta2 I found the following bug:

Clear This Log within the 404 log and contact from submission log does not work anymore

Permissions should be all ok - as Website Health Check states:

Data File Integrity Check
../data/other/logs/404monitoring.log XML Valid - OK
../data/other/logs/contactform.log XML Valid - OK
Directory Permissions
../data/other/logs/ 0755 Writable - OK
.htaccess Existance
../data/other/logs/ Good 'Deny' file - OK


Bug in Clear This Log - internet54 - 2010-01-21

Try it with directory permission of 0777 on ../data/other/logs/

Post results.


Bug in Clear This Log - wizzy - 2010-01-21

internet54 Wrote:Try it with directory permission of 0777 on ../data/other/logs/

yes thats works, 0775 works also.


Bug in Clear This Log - ccagle8 - 2010-01-21

so the problem is fixed? I thought the screenshot of the HC shows you were at 0755 and it wasn't working...


Bug in Clear This Log - ccagle8 - 2010-01-24

I found out the problem... it was ajax catching the process before PHP could delete the files... it will be fixed by beta3


Bug in Clear This Log - wizzy - 2010-01-24

ccagle8 Wrote:I found out the problem... it was ajax catching the process before PHP could delete the files... it will be fixed by beta3

perfect !