Wordpress users have thousands of themes to choose from. We hunt out the best of the best free and premium wordpress themes. You will find best of the best 2 columns, 3 columns, adsense ready, widget ready,
XHTML validated wordpress themes. Best themes for Wordpress powered blogs. Download quality and professionally designed Wordpress templates for free at BestWpThemez.com.
Recently Linux server hosting wordpress users are receiving error message “Missing a Temporary Folder”. I have found the solution to voercome fromt his situation and described it here:
We can easily overcome this problem and for that need to edit php.ini file located in etc/ folder. Uncomment the line upload_tmp_dir and pointing the variable to a folder using an absolute path. In Linux possible steps are:
1) Login into the commnad line to the server as an administrator.
2) create a temporary folder for all apache tasks in your user folder and grant all right to all users:
mkdir mytmp && chmod 777 mytmp
3) Edit php.ini with text editor and set the temporary folder:
upload_tmp_dir = /home/username/mytmp/
save the file and restart apache.
Thanks,
Shane G.
Popularity: 1%
This entry was posted
on Friday, June 26th, 2009 at 2:56 pm and is filed under WordPress KB .
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.