I updated all modules that got a new release today (jquery_update 6.x-2.x-dev, jquery_ui_dialog 6.x-1.2, wysiwyg_imageupload 6.x-1.2) ran update.php...

When trying to open admin/settings/wysiwyg_imageupload i get the following error:

Fatal error: require_once() [function.require]: Failed opening required 'sites/all/modules/wysiwyg_imageupload/wysiwyg_imageupload.admin.inc' (include_path='.:/usr/local/lib/php/') in .../includes/menu.inc  on line 346

Comments

derjochenmeyer’s picture

Could be this: The file is kind of there its named "wysiwyg_imgupload.admin.inc"

Renaming it to "wysiwyg_imageupload.admin.inc" resolved the error, but if i try to upload/insert a new image i cannot choose any imagecache presets >> the image will not display because the path thats generated does not exist.

example: sites/default/files/imagecache/undefined/DSC_0416_4.JPG

eugenmayer’s picture

Status: Active » Closed (works as designed)

You did not clear the menu-cache, thats what that error comes from. Its not a bug.

eugenmayer’s picture

Status: Closed (works as designed) » Fixed

hmm well, this seems not the right conclusion here, as the filename is already correct.

The mistake was once again, that i got fooled by CVS and the new file did not get included. Please upgrade to 1.3 which hsd been released right now

eugenmayer’s picture

released in 1.3

eugenmayer’s picture

Status: Fixed » Closed (fixed)