what is the correct permission for d7

Hi all,

I changed my host thinking they have a problem with Dolphin, now i have the same problems on the new host. Domeone pointed out that it could be permission problems with inc and periodic.

Could someone enlighten me. i now remember, after installing D7, it would still say that inc is writable and although I would make it 644, it would still not go through. I always ended up skipping that part.

My crons are not runnign as it is unable to find some file.

Someone please can you tell me about the folder and file permimsions for inc and periodic.

many thanks all.

Quote · 18 Aug 2009

I'm not sure why we have had to do this, but we have our inc folder set 777 and all the files in it are set to 644.

This seems to work for us.. try setting inc to 777

# chmod 777 /path/to/yoursite/inc

# cd /path/to/yoursite/inc

# chmod 644 * -Rf

Let me know if that fixes it for you.

P.S. on our server when doing a Dolphin install we ALWAYS have to click the 'Skip' option at the end of the script and then go change the file perms manually on the inc directory after the install is completed.

Shared Dolphin Hosting w/RMS
Quote · 18 Aug 2009

did a complete fresh insatlled and put the permissions as you suggested.

I am getting this on my email

Warning: require_once(/home/hdavy200/

public_html/stgeorgescollege.in/periodic/../inc/header.inc.php): failed to open stream: No such file or directory in /home/hdavy200/public_html/stgeorgescollege.in/periodic/cron.php on line 23

Fatal error: require_once(): Failed opening required '/home/hdavy200/public_html/stgeorgescollege.in/periodic/../inc/header.inc.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/hdavy200/public_html/stgeorgescollege.in/periodic/cron.php on line 23
Quote · 18 Aug 2009

now I am getting this after making ./inc as 755 and the file in it as 644

Warning: require_once(/home/hdavy200/

public_html/stgeorgescollege.in/inc/classes/BxDolService.php): failed to open stream: Permission denied in /home/hdavy200/public_html/stgeorgescollege.in/inc/header.inc.php on line 178

Fatal error: require_once(): Failed opening required '/home/hdavy200/public_html/stgeorgescollege.in/inc/classes/BxDolService.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/hdavy200/public_html/stgeorgescollege.in/inc/header.inc.php on line 178

This is my permission on inc

total 244
drwxrwxrwx  4 hdavy200 hdavy200  4096 Aug 18 14:25 ./
drwxr-xr-x 19 hdavy200 hdavy200  4096 Aug 18 14:29 ../
-rw-r--r--  1 hdavy200 hdavy200    15 Aug 18 14:19 .htaccess
-rw-r--r--  1 hdavy200 hdavy200   851 Aug 18 14:19 RadiusAssistant.inc.php
-rw-r--r--  1 hdavy200 hdavy200 27931 Aug 18 14:19 admin.inc.php
-rw-r--r--  1 hdavy200 hdavy200 11535 Aug 18 14:19 admin_design.inc.php
-rw-r--r--  1 hdavy200 hdavy200  4045 Aug 18 14:19 banners.inc.php
drwxr-xr-x  2 hdavy200 hdavy200  4096 Aug 18 14:19 classes/
-rw-r--r--  1 hdavy200 hdavy200  3254 Aug 18 14:19 db.inc.php
-rw-r--r--  1 hdavy200 hdavy200 26046 Aug 18 14:19 design.inc.php
-rw-r--r--  1 hdavy200 hdavy200  7895 Aug 18 14:25 header.inc.php
-rw-r--r--  1 hdavy200 hdavy200 10554 Aug 18 14:19 images.inc.php
drwxr-xr-x  4 hdavy200 hdavy200  4096 Aug 18 14:19 js/
-rw-r--r--  1 hdavy200 hdavy200 12565 Aug 18 14:19 languages.inc.php
-rw-r--r--  1 hdavy200 hdavy200  3856 Aug 18 14:19 match.inc.php
-rw-r--r--  1 hdavy200 hdavy200 28288 Aug 18 14:19 membership_levels.inc.php
-rw-r--r--  1 hdavy200 hdavy200  2575 Aug 18 14:19 params.inc.php
-rw-r--r--  1 hdavy200 hdavy200 18652 Aug 18 14:19 prof.inc.php
-rw-r--r--  1 hdavy200 hdavy200 15213 Aug 18 14:19 profiles.inc.php
-rw-r--r--  1 hdavy200 hdavy200  2339 Aug 18 14:19 shared_sites.inc.php
-rw-r--r--  1 hdavy200 hdavy200  2412 Aug 18 14:19 tags.inc.php
-rw-r--r--  1 hdavy200 hdavy200 28450 Aug 18 14:19 utils.inc.php

Quote · 18 Aug 2009

got it working.

The permission was

755 for ./inc

644 for all the files within ./inc

755 for the teo folder within ./inc

and the permission for header.inc.php was 666

Hope this helps someone.

Thanks all

I had basically skipped the last step where it says to make inc folder unwritable. It is better to do it manually.

Quote · 19 Aug 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.