hi, i have the problem that my site has been mooved to another server, with other configuration and php5 etc. befor i could upload image files but now i can´t.the configuration of fckeditor is still the same, the image file is correct etc (i searched and read the forum). i also checked the folders. any idea what is to do on the server???
Mon, 03/17/2008 - 14:46
#1

Re: another image upload problem -- "invalid file type"
Is it possible that open_basedir is set on your new server?
Try the latest nightly build, open_basdir issues have been fixed there.
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: another image upload problem -- "invalid file type"
Re: another image upload problem -- "invalid file type"
Use 2.4.3 or download the latest nightly build. 2.6 beta will also not work in your case.
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: another image upload problem -- "invalid file type"
Re: another image upload problem -- "invalid file type"
http://dev.fckeditor.net/changeset/1615
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: another image upload problem -- "invalid file type"
Re: another image upload problem -- "invalid file type"
This installation is with a (for me) new provider (planet.nl)
I uploaded and installed the Nightly Build version of today (may 1, 2008) but the problem is still there.
Server is running on Redhat Linux 3
Current PHP version: 4.4.2 (lol)
---
Hell is other providers
Re: another image upload problem -- "invalid file type"
$Config['ConfigAllowedTypes'] = array('Image', 'Flash', 'File', 'Media') ;in fckeditor/editor/filemanager/connectors/php/config.php (should be line 55).
If your desired file type is not allowed, you will surely get that error.
Simply add the type you wish to have.
You can also add file extensions to the file type by editing this line:
$Config['AllowedExtensions']['File'] = array('7z', 'aiff', 'asf', 'avi', 'bmp', 'csv', 'doc', 'fla', 'flv', 'gif', 'gz', 'gzip', 'jpeg', 'jpg', 'mid', 'mov', 'mp3', 'mp4', 'mpc', 'mpeg', 'mpg', 'ods', 'odt', 'pdf', 'png', 'ppt', 'pps', 'pxd', 'qt', 'ram', 'rar', 'rm', 'rmi', 'rmvb', 'rtf', 'sdc', 'sitd', 'swf', 'sxc', 'sxw', 'tar', 'tgz', 'tif', 'tiff', 'txt', 'vsd', 'wav', 'wma', 'wmv', 'xls', 'xml', 'zip') ;on the same file (should be line 124).
Tommy
We are using the editor on
We are using the editor on our new News app, all works perfect some addons would be useful as photo/video gallery options...