Missing Temporary Folder during Live -> Local import
-
Hi everyone,
Before I start, I assure you that I have searched and checked every single related post to this issue, to no avail. And the thing that ticks me off even more is that this worked just fine on my last machine.Anyways, I’m getting the dreaded “Missing temporary folder” error. Both my live and my localhost are running WordPress 2.9.2. My localhost is running the latest version of XAMPP. I have OSX 10.6.3. I have wordpress completely up and running on my local machine, and I’ve downloaded the .xml file from my live site. When I go to import, it first gave me this error: Before you can upload your import file, you will need to fix the following error:
“
Unable to create directory /Applications/xampp/xamppfiles/htdocs/wordpress/wp-content/uploads/2010/06. Is its parent directory writable by the server?”Which I have no idea about. I created a folder called ’06’ under the ‘2010’ folder which got rid of this error. And led to the next one.
I followed another solution, which involved editing my php.ini file, uncommenting the “upload_tmp_dir” and adding an absolute path to it
upload_tmp_dir = /Applications/xampp/xamppfiles/htdocs/wordpress/wp-content/uploads/2010 (also tried getting rid of the 2010, or adding /06 to the end. Nothing.)
This obviously didn’t work, because I’m still here.
Another person mentioned editing .htaccess and adding some code, but opening that file only opened up a Terminal window that I couldn’t do anything with.
This should be so easy!!!! Why is it being so damned difficult?!?!?
- The topic ‘Missing Temporary Folder during Live -> Local import’ is closed to new replies.