Search found 6 matches
- Sun Nov 23, 2008 3:23 pm
- Forum: Modules/Add-Ons
- Topic: FCKeditor and TinyMCE editors image browser returns Error 500
- Replies: 2
- Views: 2277
Re: FCKeditor and TinyMCE editors image browser returns Error 500
I had this exact same problem and started using TinyMCE. But I got TinyMCE working with this solution: http://forum.cmsmadesimple.org/index.php/topic,27583.0.html I just tested it with FCKeditor and it works for this problem also. So, chmod your /modules directory to 755 and let me know if that work...
- Sun Nov 23, 2008 3:17 pm
- Forum: Modules/Add-Ons
- Topic: [SOLVED] TinyMCE not allowing the filepicker to work
- Replies: 8
- Views: 7184
Re: TinyMCE not allowing the filepicker to work
I was wrong. Looking back at the error log it said /modules directory is writable by group. Sure enough it was 777. I changed it to 755 and the image picker works now.
- Sun Nov 23, 2008 3:12 pm
- Forum: Modules/Add-Ons
- Topic: [SOLVED] TinyMCE not allowing the filepicker to work
- Replies: 8
- Views: 7184
Re: TinyMCE not allowing the filepicker to work
Aha! Found it in cpanel. I've seen this before. Has something to do with whitespace before and after tags: [Sun Nov 23 06:18:59 2008] [error] [client 72.205.209.250] Premature end of script headers: /home/capit45/public_html/new/modules/TinyMCE/filepicker.php SoftException in Application.cpp:544: Di...
- Sun Nov 23, 2008 3:10 pm
- Forum: Modules/Add-Ons
- Topic: [SOLVED] TinyMCE not allowing the filepicker to work
- Replies: 8
- Views: 7184
Re: TinyMCE not allowing the filepicker to work
I'm on a shared linux host and can only see access logs from what I can tell. Of course this is the request thats bombing: 72.205.209.250 - - [23/Nov/2008:07:05:41 -0800] "GET /new/modules/TinyMCE/filepicker.php?type=image HTTP/1.1" 500 - "http://*****.com/new/admin/editcontent.php?co...
- Sun Nov 23, 2008 2:41 pm
- Forum: Modules/Add-Ons
- Topic: [SOLVED] TinyMCE not allowing the filepicker to work
- Replies: 8
- Views: 7184
- Sun Nov 23, 2008 2:24 pm
- Forum: CMSMS Core
- Topic: tinyMCE image upload internal server error
- Replies: 1
- Views: 1655
tinyMCE image upload internal server error
When using the TinyMCE that came with the deployment I get an "Internal Server Error" When clicking the browse button on the image edit/insert popup. I've tried getting the FCKEditor image upload working but it gave a strange xml error. The image manager for CMSms works fine however. I fol...