I go to the administration console and start a new entry. I click on [media] and choose an image from my media library. That part seems to work as it should, though the JavaScript Console does show a series of errors which say:
Code: Select all
Error: SetCookie is not defined
Source File: .../serendipity_admin_image_selector.php?serendipity[textarea]=body
Code: Select all
Error: document.forms.serendipityEntry has no properties
Source File: .../serendipity_editor.js
Code: Select all
function serendipity_imageSelector_addToBody (str, textarea)
{
document.forms['serendipityEntry']['serendipity['+ textarea +']'].value += str;
document.forms['serendipityEntry']['serendipity['+ textarea +']'].focus();
}