That sounds like there;s an issue with the server’s configuration. Have you spoken to your hosts about it? In the meantime, you can update your plugins manually.
Thread Starter
Bzerka
(@bzerka)
Oh boy.. Just checked how to.. It’s too complicated for a novice like me but good idea, thx esmi
Sorry but unless your hosts can make changes at their end, upgrading manually is your only other option.
Thread Starter
Bzerka
(@bzerka)
Ill ask them then.. 🙂 Though.. what do I need to ask them to change ? Thsnks for your help. Much appreciated.
Thread Starter
Bzerka
(@bzerka)
WHEW… Sorted! Thank you for your help.
PCLZIP_ERR_MISSING_FILE (-4) : Missing archive file ‘C:\Windows\TEMP/wordpress-3.tmp’
(the last bit ‘wordpress-3.tmp’ is the name of my particular file. yours might be different, but this is not important)
This is a solution explained as simply as possible, for dummies like me, that couldn’t update their plugins after the WP 3.5 update.
You need to ftp your server. Find the folder called wp content. Right click on it to create a new directory/folder. Call it TEMP. A new directory/folder called TEMP will appear in list. Now find the file wp-config. Right click on it and select edit. You will need to open it with notepad or another text editor. Once open, at the very bottom, paste this line:- (all of it including commas)
define(‘WP_TEMP_DIR’, ABSPATH . ‘wp-content/TEMP’);
save file…
That’s it!..
It’s really simple when you know how! I hope this helps somebody.. (like me) 🙂
Cheers,
Mark
Thanks so much for this advice. i was going mad. (first a added a FILE called TEMP and it didn’t work, till i realised that i had to add a FOLDER called TEMP.
so kind of you to share this info.
BEN
Thanks a lot. You save my life! 🙂
Thanks for the simple instructions from another non techie! 🙂