Zymic is without doubt the best free host on the planet!
Wordpress is without doubt the most used blogging software on the planet!
It is then ultimately suprising that Admin are not willing to change this one setting that can take the pain out of using Wordpress!
I understand that the php.ini file is not per specific account, but server wide, but that should not make a difference!
I do not want to teach grandmother to suck eggs but here is the simple way to close this problem once and for all:
You can easily overcome this problem by editing the php.ini file located in etc/ folder, uncommenting the line upload_tmp_dir (by deleting the semi-colon β;β) and pointing the variable to a folder using an absolute path. In Linux possible steps are:
open a terminal
create a temporary folder for all apache tasks in your user folder and grant all right to all users:
mkdir wwwtmp && chmod 0777 wwwtmpedit php.ini with your text editor and set the temporary folder (you must switch to root user)
su
vim /opt/lampp/etc/php.ini
upload_tmp_dir = /home/my_user/wwwtmp/Remeber to remove preceding β;β
save the file (in vim type :wq an press enter) and restart xampp
/opt/lampp/./lampp restartIf everything went fine the error wont be raised anymore.It would be really nice to think that such a popular script that millions use can also be used without issues on Zymic
Here is hoping!
While we are all waiting for something positive to happen, the only other way is to FTP your images to your image folder, then use the 'insert image from URL' in Wordpress giving the url to the file. It is a long drawn out affair and not ideal, but better than nothing...
For the sake of a few minutes work from the Zymic side we can all be happy!