Instal problems (inappropriate permissions:)

I'm having problems installing Dolphin.

I get this msg:

Next files have inappropriate permissions:
inc/db_cached/MenuContent.inc;
inc/db_cached/PageView.inc;
inc/db_cached/SiteStat.inc;
inc/db_cached/ProfileFields.inc;

These files have 666 permisions just like the documentation says: http://www.boonex.com/trac/dolphin/wiki/DetailedInstall#Permissions

666 for files (666 means that such objects will be readable and writable).

Can someone tell me what i am doing wrong?

Quote · 30 Sep 2008

Strange .. I hope that here just simple checking of permissions. And this always worked before ..

you can just skip this step at this moment

You can even (after install) delete all cache files here, all builders can recreate this files (folder must be 777 of course)

try thi

Quote · 1 Oct 2008

I can skip this step.

It's the permissions step after i did the check and next i get the "Next files have inappropriate permissions".

Quote · 1 Oct 2008

Warning: fileperms() [function.fileperms]: stat failed for ../inc/db_cached/MenuContent.inc in /storage/mijndomein/users/041406/public/sites/www.flings.eu/install/index.php on line 1607

Warning: fileperms() [function.fileperms]: stat failed for ../inc/db_cached/PageView.inc in /storage/mijndomein/users/041406/public/sites/www.flings.eu/install/index.php on line 1607

Warning: fileperms() [function.fileperms]: stat failed for ../inc/db_cached/SiteStat.inc in /storage/mijndomein/users/041406/public/sites/www.flings.eu/install/index.php on line 1607

Warning: fileperms() [function.fileperms]: stat failed for ../inc/db_cached/ProfileFields.inc in /storage/mijndomein/users/041406/public/sites/www.flings.eu/install/index.php on line 1607

In code:

function isRWAccessible($filename)
{
clearstatcache();
$perms = fileperms($filename);
return ($perms & 0x0004 && $perms & 0x0002) ? true : false;

RWAccessible should be 666??

Quote · 1 Oct 2008

Do these files have to be tested?

I am sure they are 666...

//'periodic/tags.php',
$permFiles = array(
'periodic/cmd.php',
'periodic/notifies.php',
'periodic/cupid.php',
'inc/prof.inc.php',
'inc/params.inc.php',
'inc/db_cached/MenuContent.inc',
'inc/db_cached/PageView.inc',
'inc/db_cached/SiteStat.inc',
'inc/db_cached/ProfileFields.inc'
);

Can i take it (the 4 files) out of the code you think? Just so it doesn't check it.

Because the page (permissions) doesn't show the 4 files in the files section of the page with a desired level

Quote · 1 Oct 2008

Yes, you can change install.php as you want .. you will see are your site works fine after or not .. possible some dara will not saved properly or something else ..

you can try - why not?

after just need manually change something

Quote · 2 Oct 2008
 
 
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.