Search found 1 match

by jearley3840
Wed Jun 01, 2011 8:23 pm
Forum: TestLink 1.8 (OBSOLETE => EOL)[LOCKED]
Topic: warning after log in to testlink
Replies: 4
Views: 14548

Re: warning after log in to testlink

I had this issue when I first installed testlink, it was on my login page even before trying to login.

what I did was to go to the /var/www/testlink/logs/ folder and chmod the files inside this folder to allow w (write) as well as read access

chmod -R go+w *.*

Hope this helps