<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On Jul 7, 2011, at 4:52 PM, adam overton wrote:</div><br><blockquote type="cite"><div><div><br></div>hi Tamara, thanks for the hunch. where would that temporary upload dir be located? would that be listed somewhere in my php_info?<div><br><div>in anycase, as my last msg stated, this seems to be bigger than just uploads - i've been getting all sorts of msgs stating that fopen won't work b/c of permissions...</div><div>: (<br><div><br></div><div><br></div><div><blockquote type="cite">Message: 5<br>Date: Thu, 7 Jul 2011 15:25:15 -0500<br>From: Tamara Temple <<a href="mailto:tamouse.lists@gmail.com">tamouse.lists@gmail.com</a>><br>To: pmwiki-users users <<a href="mailto:pmwiki-users@pmichaud.com">pmwiki-users@pmichaud.com</a>><br>Subject: Re: [pmwiki-users] uploads failing<br>Message-ID: <<a href="mailto:3FC96BE4-7607-4550-B500-550D5C71C867@gmail.com">3FC96BE4-7607-4550-B500-550D5C71C867@gmail.com</a>><br>Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes<br><br><br>Just tossing out a random idea: does the temporary upload directory  <br>PHP uses somehow not have the correct permissions or access, or was it  <br>moved someplace else?<br></blockquote></div></div></div></div></blockquote></div><br><div>Well.. I wasn't entirely sure myself, so I checked the docs: <a href="http://php.net/manual/en/ini.core.php">http://php.net/manual/en/ini.core.php</a></div><div><br></div><div><br></div><div><meta charset="utf-8"><span class="Apple-style-span" style="font-family: verdana, arial, helvetica, sans-serif; font-size: 14px; "><dt id="ini.upload-tmp-dir" style="background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: rgb(250, 250, 250); border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: rgb(204, 204, 204); background-position: initial initial; background-repeat: initial initial; "><span class="term"><i><tt class="parameter" style="font-family: Consolas, 'Andale Mono WT', 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; font-style: italic; ">upload_tmp_dir</tt></i> <span class="type"><a href="http://www.php.net/manual/en/language.types.string.php" class="type string" style="color: rgb(0, 0, 153); background-color: transparent; text-decoration: none; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: rgb(0, 0, 153); ">string</a></span></span></dt><dd style="margin-top: 0.5em; margin-right: 0px; margin-bottom: 0.5em; margin-left: 2em; padding-top: 0.5em; padding-right: 0.5em; padding-bottom: 0.5em; padding-left: 0.5em; "><p class="para">The temporary directory used for storing files when doing file upload. Must be writable by whatever user PHP is running as. If not specified PHP will use the system's default.</p><p class="para">If the directory specified here is not writable, PHP falls back to the system default temporary directory. If<a href="http://www.php.net/manual/en/ini.core.php#ini.open-basedir" class="link" style="color: rgb(0, 0, 153); background-color: transparent; text-decoration: none; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: rgb(0, 0, 153); ">open_basedir</a> is on, then the system default directory must be allowed for an upload to succeed.</p></dd></span></div><div><br></div><div><br><p align="">So I'm guessing /tmp or /private/tmp if it's not set? Check to see if it is set with phpinfo(). It is entirely possible it's set to something else on a shared hosting platform.</p><p align=""><br></p><p align=""><br></p><p align=""><br></p></div></body></html>