[phpBB Debug] PHP Notice: in file /includes/db/dbal.php on line 110: Undefined array key "cached"
[phpBB Debug] PHP Notice: in file /includes/db/dbal.php on line 111: Undefined array key "normal"
[phpBB Debug] PHP Notice: in file /includes/db/dbal.php on line 112: Undefined array key "total"
[phpBB Debug] PHP Notice: in file /includes/session.php on line 885: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2922)
[phpBB Debug] PHP Notice: in file /includes/session.php on line 885: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2922)
[phpBB Debug] PHP Notice: in file /includes/session.php on line 885: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2922)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3391: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2922)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3393: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2922)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3394: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2922)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3395: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2922)
Cabrillo College Linux Classes • View topic - About permitions for the final project
Page 1 of 1

About permitions for the final project

PostPosted: Tue Dec 09, 2008 10:57 pm
by Marcos Valdebenito
Hi there
I was wondering what kind of permitions I need to set for my script... 775 would make it?
thanks

Re: About permitions for the final project

PostPosted: Tue Dec 09, 2008 11:20 pm
by Nicholas Gardner
You need to have read and execute permission for the cis90 group:
[url]http://simms-teach.com/forum/viewtopic.php?f=9&t=445[/url]

Also be sure to check the permissions on your bin directory and home directory.

Re: About permitions for the final project

PostPosted: Wed Dec 10, 2008 7:10 am
by ollie wright
775 gives the group write permission, which I don't think they need to run the scripts. Correct me if I'm wrong.

I used 755 and my script is in so try it at myscript.wrigholi .

Re: About permitions for the final project

PostPosted: Wed Dec 10, 2008 8:58 am
by Michael Wicherski
yea the group doesnt need write permissions to do anything

see the other post about permissions, i wrote how to modify the group permissions

---looks like you made a double post---

Re: About permitions for the final project

PostPosted: Wed Dec 10, 2008 4:16 pm
by Marcos Valdebenito
Thanks guys