when uploading an image there are 2 tabs NEW IMAGE and BROWSER.

clicking on the BROWSER button changes to already uploaded images, but from there clicking on NEW IMAGE brings up "404 page not found."

its this line:
$tabs[] = l(t('New Image'), 'wysiwy_imageupload/upload/'.$parent_build_id, array('title' => t('Go back to the upload form and upload a new image')));

should be:
$tabs[] = l(t('New Image'), 'wysiwyg_imageupload/upload/'.$parent_build_id, array('title' => t('Go back to the upload form and upload a new image')));

in wysiwyg_imageupload_browser.module line 102

Comments

eugenmayer’s picture

Priority: Normal » Critical
Status: Active » Fixed

Oh yes, sorry. I fixed that typo in 2.1 and forgot about that the browser has the callback.

Is fixed http://github.com/EugenMayer/wysiwyg_imageupload/commit/667c4e465257578e...

You can use the github version until i release 2.2

http://github.com/EugenMayer/wysiwyg_imageupload/tarball/master

Thanks for the feedback and solution!

eugenmayer’s picture

Priority: Critical » Minor

Marking minor as its a submodule

eugenmayer’s picture

Title: missing a 'g' » Browser not working due to typo in callback

fixing title

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.