Posted by Mark on 10/18/06 23:09
Jerry Stuckle wrote:
> Mark wrote:
> > Mark wrote:
> >
> >>so, I'm trying to change the upload temp directory... I've put a
> >>php.ini file in my public_html folder, but it doesn't seem to be
> >>reading it..so I tried this instead
> >>
> >><pre>
> >><?php
> >>$old =
> >>ini_set('upload_tmp_dir','/home/myusername/public_html/uploads');
> >>echo "old value: $old<br />";
> >>print_r(ini_get_all());
> >>?>
> >></pre>
> >>
> >>and..that isn't changing it either. what could be the problem?
> >
> >
> > oh..right now it's using /usr/local/Zend/etc/php.ini but i can't edit
> > this file :(
> >
>
> They very well could be disabled. A lot of shared hosts do that.
>
> --
> ==================
> Remove the "x" from my email address
> Jerry Stuckle
> JDS Computer Training Corp.
> jstucklex@attglobal.net
> ==================
That's very frusterating. Especially since I was told not to upload
anything to the temporary directory...this basically means I can't
upload at all.
Navigation:
[Reply to this message]
|