Database Security. Database Auditing. Database Caching. Database Masking. Get it now

chmod 0777 templates_c ???

in

Hi all,

I installed on CentOS 5 x64 GreenSQL, everything went fine. But when I tried to connect to /greensql/login.php for the first time I get:

"
GreenSQL configuration error
1. Cache Directory
Cache Directory specifies location of the directory used to create temproary files.
This directory templates_c is not writable. Run the following shell command to fix this:

chmod 0777 templates_c

2. Database Connectivity
Connection to greendb established.

3. Database Schema
Table structure is ok.
"

Of course I already made a chmod 0777 templates_c located in /usr/share/greensql-fw but I still get the same error. Is there a bug anywhere or do I make something wrong?

I also tried to change ownership of /usr/share/greensql-fw to apache:apache, to root:apache and root:root but nothing: always the same error message!

Can someone help me?

Thanks a lot in advance.

Regards.

Back to top