• When I try and edit a picture in Image manager I get these messages:

    Warning: main(assets/editorframe_js.php) [function.main]: failed to open stream: No such file or directory in /home/heroindi/public_html/maryblackchurch/wp-content/plugins/ImageManager/editorframe.php on line 40

    I do see an ‘editorframe.php’ file in my IM plugin..and the ‘assets/editorframe_js.php’ is there too.

    Warning: main(assets/editorframe_js.php) [function.main]: failed to open stream: No such file or directory in /home/heroindi/public_html/maryblackchurch/wp-content/plugins/ImageManager/editorframe.php on line 40

    Fatal error: main() [function.require]: Failed opening required ‘assets/editorframe_js.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/heroindi/public_html/maryblackchurch/wp-content/plugins/ImageManager/editorframe.php on line 40

    This is what the ‘assets/editorframe_js.php’ file has inside it:

    body { margin: 0; padding: 0; background-color: #eee; }
    table { width: 100%; }
    table td { text-align: center; }
    .crop{cursor:crosshair;}
    .selection { border: dotted 1px #000000; position:absolute; width: 0px; height: 1px; z-index:5; }
    .selectionWhite{ border: dotted 1px #FFFFFF; position:absolute; width: 0px; height: 1px; z-index:5; }
    .handleBox{ z-index:105; }
    .error { font-size:large; font-weight:bold; color:#c00; font-family: Helvetica, sans-serif; }

    and this is what the ‘editorframe.php’ has inside it:

    processImage();

    ?>

    I just don’t want to make any mistakes with this plugin as I had such a hard time getting it to work. Not sure where this line 40 is or is supposed to be.

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter mbc

    (@mbc)

    test

    edit:

    Sorry..I test posted this because for the last 4 hours I was not able to see it anywhere under Support/Plugins and Hacks..could only get to it through my saved favorites.

    I am able to see it now.

    Is this a new install of IM? If so, delete the suspect file(s) and re-upload.

    assets/editorframe_js.php Should not have any css in it, it has one include at the top and the rest is javascript.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Image Manager Error Messeges’ is closed to new replies.