Advertisement

07.23.2008 at 05:01AM PDT, ID: 23588104 | Points: 500
[x]
Attachment Details

PHP Warning:  chmod(): Operation not permitted in

Asked by Koolandrew in PHP and Databases

Tags: ,

Hi,

I need to change the permissions of the file i am using the following file to change the folder permissions so please have a look and please guide me where i am donig mistake.



PHP Warning:  chmod(): Operation not permitted in /home/httpd/vhosts/kooltel.com/httpdocs/rights.php on line 3
Warning: chmod(): Operation not permitted in /home/httpd/vhosts/kooltel.com/httpdocs/rights.php on line 3 PHP Warning:  chgrp(): Operation not permitted in /home/httpd/vhosts/kooltel.com/httpdocs/rights.php on line 4
Warning: chgrp(): Operation not permitted in /home/httpd/vhosts/kooltel.com/httpdocs/rights.php on line 4 PHP Warning:  chown(): Operation not permitted in /home/httpd/vhosts/kooltel.com/httpdocs/rights.php on line 5
Warning: chown(): Operation not permitted in /home/httpd/vhosts/kooltel.com/httpdocs/rights.php on line 5 Start Free Trial
1:
2:
3:
4:
5:
6:
7:
<?php
	$rootpath = "/home/httpd/vhosts/kooltel.com/httpdocs/";
	chmod($rootpath."wholesale/test", 0777);
	chgrp($rootpath."wholesale/test","psacln");
	chown($rootpath."wholesale/test","kooltel");
	echo "Rights set successfully!";
?>
Attachments:
 
Rights.php
 
 
Loading Advertisement...
 
[+][-]07.23.2008 at 05:30AM PDT, ID: 22068422

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]07.23.2008 at 05:49AM PDT, ID: 22068613

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]07.23.2008 at 07:50AM PDT, ID: 22069907

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]07.23.2008 at 09:15AM PDT, ID: 22070822

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_2_20070628