JCE image upload phpthumb error
- STEFi - 2007-05-31 23:42:47
small fix for Joomla JCE editor...
Error:
phpThumb v........
"" does not exist
Solution:
Open file:
mambots/editors/jce/jscripts/tiny_mce/plugins/imgmanager/classes/manager.class.php
Place this line:
$phpThumb->config_document_root = $mosConfig_absolute_path;
above this one:
$phpThumb->config_temp_directory = $mosConfig_absolute_path . "/media/jce_im_temp/";
That's all