I installed Dolphin 7, downloaded last night. I have linux, with apache and php 5.2. I checked PHP.ini settings in accordance with the installation notes, and using phpinfo() to confirm they loaded. everything seems fine.
After install, I rename the install directory, then I launch the administration panel. I'm opting for now to not register (this is a brand new test setup for me to learn it), and I'm able to log in and the admin panel comes up. I go to the modules page to install the modules, and choose one (Blog in this case), and try to install it. I receive this error:
Warning: fopen(/var/www/newFreedom/langs/lang-en.php) [function.fopen]: failed to open stream: Permission denied in /home/webroot/newFreedom/inc/languages.inc.php on line 300
I recall having an issue with language on install, I got an error about not being able to load language. I fixed this by copying the lang-en.php from the install_old/langs directory into the ./langs dir.
I've set the .htaccess to allow from all, and the perms on the inc folder are 755.
What needs to change?