21294 Posts in 5734 Topics by 2602 members
General Questions
SilverStripe Forums » General Questions » [solved] 500 error when inserting images into wysiwyg editor with silverstripe 3
General questions about getting started with SilverStripe that don't fit in any of the categories above.
Moderators: martimiz, Howard, Sean, Ryan M., biapar, Willr, Ingo, swaiba, simon_w
|
Page:
1
|
Go to End | |
| Author | Topic: | 229 Views |
-
[solved] 500 error when inserting images into wysiwyg editor with silverstripe 3

30 July 2012 at 9:28am
hey guys, i've uploaded a silverstripe 3 site from which i developed locally onto quadrahosting (apache / php5.3) and when trying to insert an image "from the cms" using the wysiwyg editor, it gives me a little internal server error notification on the top right of the screen.
what is happening is a url such as /admin/pages/EditorToolbar/viewfile?ID=8 is returning a 500 error.
The file its using is /framework/forms/HtmlEditorField.php and the function viewfile. It breaks on this line:
$fields = $this->getFieldsForFile($url, $fileWrapper);any help on how to solve this issue would be great.
-
Re: [solved] 500 error when inserting images into wysiwyg editor with silverstripe 3

30 July 2012 at 2:32pm
this has been resolved:
This was a Server fix, enabling the iconv module for PHP.
| 229 Views | ||
|
Page:
1
|
Go to Top |
