Install Warning?

What did I do wrong?  I upload the files to the server.  I go to my site and click the "install" button, then I get the following:

 

Warning: fileperms() [function.fileperms]: stat failed for ../media/images/classifieds in /home/gare442/public_html/install/index.php on line 1600

Warning: fileperms() [function.fileperms]: stat failed for ../media/images/sharingImages in /home/gare442/public_html/install/index.php on line 1600

Warning: fileperms() [function.fileperms]: stat failed for ../orca/conf in /home/gare442/public_html/install/index.php on line 1600

Warning: fileperms() [function.fileperms]: stat failed for ../orca/log in /home/gare442/public_html/install/index.php on line 1600

Warning: fileperms() [function.fileperms]: stat failed for ../orca/cachejs in /home/gare442/public_html/install/index.php on line 1600

Warning: fileperms() [function.fileperms]: stat failed for ../groups/orca/log in /home/gare442/public_html/install/index.php on line 1600

Warning: fileperms() [function.fileperms]: stat failed for ../groups/orca/cachejs in /home/gare442/public_html/install/index.php on line 1600

Warning: fileperms() [function.fileperms]: stat failed for ../ray/modules/board/files in /home/gare442/public_html/install/index.php on line 1600

Warning: fileperms() [function.fileperms]: stat failed for ../ray/modules/chat/files in /home/gare442/public_html/install/index.php on line 1600

Warning: fileperms() [function.fileperms]: stat failed for ../ray/modules/im/files in /home/gare442/public_html/install/index.php on line 1600

Warning: fileperms() [function.fileperms]: stat failed for ../ray/modules/movie/files in /home/gare442/public_html/install/index.php on line 1600

Warning: fileperms() [function.fileperms]: stat failed for ../ray/modules/mp3/files in /home/gare442/public_html/install/index.php on line 1600

Warning: fileperms() [function.fileperms]: stat failed for ../ray/modules/music/files in /home/gare442/public_html/install/index.php on line 1600

Warning: fileperms() [function.fileperms]: stat failed for ../groups/orca/cachejs in /home/gare442/public_html/install/index.php on line 1600

Warning: fileperms() [function.fileperms]: stat failed for ../groups/orca/cachejs in /home/gare442/public_html/install/index.php on line 1592

Warning: fileperms() [function.fileperms]: stat failed for ../groups/orca/log in /home/gare442/public_html/install/index.php on line 1600

Warning: fileperms() [function.fileperms]: stat failed for ../groups/orca/log in /home/gare442/public_html/install/index.php on line 1592

Warning: fileperms() [function.fileperms]: stat failed for ../media/images/classifieds in /home/gare442/public_html/install/index.php on line 1600

Warning: fileperms() [function.fileperms]: stat failed for ../media/images/classifieds in /home/gare442/public_html/install/index.php on line 1592

Warning: fileperms() [function.fileperms]: stat failed for ../media/images/sharingImages in /home/gare442/public_html/install/index.php on line 1600

Warning: fileperms() [function.fileperms]: stat failed for ../media/images/sharingImages in /home/gare442/public_html/install/index.php on line 1592

Warning: fileperms() [function.fileperms]: stat failed for ../orca/cachejs in /home/gare442/public_html/install/index.php on line 1600

Warning: fileperms() [function.fileperms]: stat failed for ../orca/cachejs in /home/gare442/public_html/install/index.php on line 1592

Warning: fileperms() [function.fileperms]: stat failed for ../orca/conf in /home/gare442/public_html/install/index.php on line 1600

Warning: fileperms() [function.fileperms]: stat failed for ../orca/conf in /home/gare442/public_html/install/index.php on line 1592

Warning: fileperms() [function.fileperms]: stat failed for ../orca/log in /home/gare442/public_html/install/index.php on line 1600

Warning: fileperms() [function.fileperms]: stat failed for ../orca/log in /home/gare442/public_html/install/index.php on line 1592

Warning: fileperms() [function.fileperms]: stat failed for ../ray/modules/board/files in /home/gare442/public_html/install/index.php on line 1600

Warning: fileperms() [function.fileperms]: stat failed for ../ray/modules/board/files in /home/gare442/public_html/install/index.php on line 1592

Warning: fileperms() [function.fileperms]: stat failed for ../ray/modules/chat/files in /home/gare442/public_html/install/index.php on line 1600

Warning: fileperms() [function.fileperms]: stat failed for ../ray/modules/chat/files in /home/gare442/public_html/install/index.php on line 1592

Warning: fileperms() [function.fileperms]: stat failed for ../ray/modules/im/files in /home/gare442/public_html/install/index.php on line 1600

Warning: fileperms() [function.fileperms]: stat failed for ../ray/modules/im/files in /home/gare442/public_html/install/index.php on line 1592

Warning: fileperms() [function.fileperms]: stat failed for ../ray/modules/movie/files in /home/gare442/public_html/install/index.php on line 1600

Warning: fileperms() [function.fileperms]: stat failed for ../ray/modules/movie/files in /home/gare442/public_html/install/index.php on line 1592

Warning: fileperms() [function.fileperms]: stat failed for ../ray/modules/mp3/files in /home/gare442/public_html/install/index.php on line 1600

Warning: fileperms() [function.fileperms]: stat failed for ../ray/modules/mp3/files in /home/gare442/public_html/install/index.php on line 1592

Warning: fileperms() [function.fileperms]: stat failed for ../ray/modules/music/files in /home/gare442/public_html/install/index.php on line 1600

Warning: fileperms() [function.fileperms]: stat failed for ../ray/modules/music/files in /home/gare442/public_html/install/index.php on line 1592

Please help a noobie!
Quote · 2 Feb 2009

the issues reporting line 1592 is:

function getPermissions( $filename )
{
clearstatcache();
$perms = fileperms($filename);
$ret = substr( decoct( $perms ), -3 );
return $ret;
}

and line 1600 is this :

function isFullAccessible($filename)
{
clearstatcache();
$perms = fileperms($filename);
return ($perms & 0x0004 && $perms & 0x0002 && $perms & 0x0001 && !($perms & 0x0200)) ? true : false;
}

i would say there is something stopping this file from being read that is localized to that server account you are setting up on.

Regards,

DosDawg

When a GIG is not enough --> Terabyte Dolphin Technical Support - Server Management and Support
Quote · 2 Feb 2009
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.