Hey,
Thanks for replying.

the paths i am using are as follows:

$UserUploadDir="/usr163/home/r/y/ryanknig/public_html/BWH-Ads-Images";
$UserUploadURL = "http://jumac.com/BWH-Ads-Images";;

But they still dont work....any ideas?

Thanks,
-Ryan





> I've had this problem twice recently.
>
> Once it was because I'd foolishly moved a script that used relative
pathnames.
> The result was that I was trying to access a file outside the DocumentRoot
> and it didn't matter what the permissions on the file were, it wasn't
trying
> to open that one at all!
>
> The other time is more confusing. I'd gone through all directory and file
> ownerships and they were okay. In the end, in desperation, I chgrp'd the
file
> to be mine (leaving ownership alone) and it worked. This is on my list of
> things to come back to!
>
> HTH
>
> Nick
>
> On Thursday 21 Aug 2003 10:30 am, Ryan A wrote:
> > Hi,
> > I am trying to upload something into a directory on my server but always
i
> > am getting a permission denied ONLY from this server...i have tried it
on 2
> > other servers and they seem to be working fine but i have to get it
working
> > on this server as this server is the fastest and our production server.
> >
> > I have looked at the folder permissions and CHMODED/changed them from
644
> > to 766 and finally 777 but am getting the same error, i then had a look
at
> > the php info file (http://jumac.com/phpinfo.php) and i see
file_uploading
> > is set to 1 and 1, safe mode is off, i am not too familier with file
> > uploading so is this right? if not, how can i change it? hopefully via a
> > .htaccess as I dont have access to the php.ini file directly.
> >
> > Let me again point out that this problem only seems to be on this
server,
> > the scripts including the upload is working perfectly on the other test
> > servers/sites.
> >
> > Kindly reply,
> > -Ryan A.
> >
> >
> > We will slaughter you all! - The Iraqi (Dis)information ministers site
> > http://MrSahaf.com
>
>
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to