[phorm] [Phorm:] Re: phormation and upload to library

  • From: webbbs@xxxxxxxxx
  • To: support@xxxxxxxxx
  • Date: 1 Aug 2003 23:03:03 -0000

The following new message has been posted on Phorm Support Forum at 
<http://www.phorm.com/support/>. 

*************************************************************************** 

  MESSAGE:  (#3091) Re: phormation and upload to library 
            <http://www.phorm.com/support/?rev=3091> 
  AUTHOR:   Patrick O'Hara 
  DATE:     August 1, 2003 at 7:03 p.m. EST 

  Reply To: (#3084) phormation and upload to library 
  Author:   Andy 
  Date:     August 1, 2003 at 11:31 a.m. EST 

Use your FTP Client (I use CuteFTP) to CHMOD the file to say 755 so you can 
upload to it. If you don't have permission to do that, you will need to use 
PHP to set the values as PHP often runs as a different user. Have a look at 

http://www.php.net/manual/en/function.chmod.php 

<?php 
chmod ("./fileName", 0755); 
?> 

create a blank text document saved with a php extension, upload it to the same 
directory as the problem file that you specified in the chmod() function, and 
point your browser at it, if it comes back at you with a blank page, it should 
have done it. If you get an error, then it didn't do it for whatever reason. 

Regards, 

Patrick O'Hara 
WhitsundayIT 
QLD, Australia 

patrick@xxxxxxxxxxxxxxxx 
www.whitsundayit.com 

*************************************************************************** 

This is an automatically-generated notice.  If you'd like to be removed from 
the mailing list, please visit Phorm Support Forum at 
<http://www.phorm.com/support/>, or send your request to webbbs@xxxxxxxxxx  If 
you wish to respond to this message, please post your response directly to the 
board.  Thank you! 
-------------------------------------------------
You are receiving this message because you are subscribed to the Phorm mailing 
list. To send messages to the mailing list, simply send email to 
phorm@xxxxxxxxxxxxx from the address you have subscribed. You may unsubscribe 
from the list by sending email to phorm-request@xxxxxxxxxxxxx with 
'unsubscribe' in the SUBJECT field.

Other related posts: