'template_c directory is writeable' test, will not pass

Ask community to help.

Moderators: Amaradana, TurboPT, TL Developers

Post Reply
josh6847
TestLink user
Posts: 2
Joined: Wed Aug 13, 2008 6:31 pm

'template_c directory is writeable' test, will not pass

Post by josh6847 »

I am trying to run testlink off of xampp on ubuntu and the only failed test is the one below:

Checking if ../gui/templates_c directory is writable: Failed!

I have made that directory read/write, read-only, write-only and i still cannot get it to pass. Any ideas?

Thanks,
Josh
havlatm
Member of TestLink Community
Posts: 940
Joined: Mon Oct 31, 2005 1:24 am
Location: Czech

Post by havlatm »

The directory must be writable for apache ... you can verify it if you add full rights #chmod 777 <dir>
Post Reply