I have installed Wordpress 3.2.1 on a site hosted by GoDaddy (actually several sites and installs). After migrating my hosting account from their older shared Linux to their new "ultimate 4gh shared linux" platform I can no longer upload files/images directly via wordpress.
Error received is: missing temporary folder
Here is the code currently set in my php5.ini file - can anyone advise how to correct so that temporary upload folder works?
memory_limit = 120M
post_max_size = 120M
file_uploads = On
upload_max_filesize = 120M
extension_dir = ./
zend_extension = /ioncube/ioncube_loader_lin_5.2.so
register_globals = off
allow_url_fopen = off
upload_tmp_dir = /tmp
Here's a link that will show you everything re my php:
http://www.tarotisland.com/phpinfo.php
I really need to get the file upload to work as this site will be handed off to someone who doesn't have (and shouldn't have) ftp access to work around the file upload error.
Thank you.
Error received is: missing temporary folder
Here is the code currently set in my php5.ini file - can anyone advise how to correct so that temporary upload folder works?
memory_limit = 120M
post_max_size = 120M
file_uploads = On
upload_max_filesize = 120M
extension_dir = ./
zend_extension = /ioncube/ioncube_loader_lin_5.2.so
register_globals = off
allow_url_fopen = off
upload_tmp_dir = /tmp
Here's a link that will show you everything re my php:
http://www.tarotisland.com/phpinfo.php
I really need to get the file upload to work as this site will be handed off to someone who doesn't have (and shouldn't have) ftp access to work around the file upload error.
Thank you.
Comment