I've downloaded the latest version of Collabtive, I tried to install the system in my localhost and on my PHP5 Server, but I get the same error all the time:
- Code: Select all
Warning: require(/home/XXX/www/projects/config/standard/config.php) [function.require]: failed to open stream: Permission denied in /home/udi/www/projects/init.php on line 18
Fatal error: require() [function.require]: Failed opening required '/home/udi/www/projects/config/standard/config.php' (include_path='.:/opt/lampp/lib/php') in /home/XXX/www/projects/init.php on line 18
I use Linux system, and I'm sure that config.php is writable.
What can be the problem?