Hello guys!
I'm trying to install the latest version of Dolphin, but I'm having problems. I go to the site, I click "Install". After I changed all the permissions to whatever was required, I click next, but here is where the problem begins.
"Warning: fileperms() [function.fileperms]: stat failed for ../ray/modules/board/xml/config.xml in /home/shqiplog/public_html/install/index.php on line 1607
Warning: fileperms() [function.fileperms]: stat failed for ../ray/modules/board/xml/langs.xml in /home/shqiplog/public_html/install/index.php on line 1607
Warning: fileperms() [function.fileperms]: stat failed for ../ray/modules/board/xml/main.xml in /home/shqiplog/public_html/install/index.php on line 1607
Warning: fileperms() [function.fileperms]: stat failed for ../ray/modules/board/xml/skins.xml in /home/shqiplog/public_html/install/index.php on line 1607
Warning: fileperms() [function.fileperms]: stat failed for ../ray/modules/chat/xml/config.xml in /home/shqiplog/public_html/install/index.php on line 1607
Warning: fileperms() [function.fileperms]: stat failed for ../ray/modules/chat/xml/langs.xml in /home/shqiplog/public_html/install/index.php on line 1607
Warning: fileperms() [function.fileperms]: stat failed for ../ray/modules/chat/xml/main.xml in /home/shqiplog/public_html/install/index.php on line 1607
Warning: fileperms() [function.fileperms]: stat failed for ../ray/modules/chat/xml/skins.xml in /home/shqiplog/public_html/install/index.php on line 1607"
That's right, 8 lines of the same error code. I don't know what that is, but below that, here is what I see:
"Next files have inappropriate permissions:
ray/modules/board/xml/config.xml;
ray/modules/board/xml/langs.xml;
ray/modules/board/xml/main.xml;
ray/modules/board/xml/skins.xml;
ray/modules/chat/xml/config.xml;
ray/modules/chat/xml/langs.xml;
ray/modules/chat/xml/main.xml;
ray/modules/chat/xml/skins.xml;"
So I go to public_html/install/index.php, here is what I find in line 1607:
"$perms = fileperms($filename);"
Can anyone explain this, and how can I fix it? Why does it say "Next files have inappropriate permissions" when below that all the files are green?
I don't understand it. Can someone please help me?