Hi,

First of all thanks to the developer for such useful module. However, when we try to upload mouseover image it gives error "file not found"

CommentFileSizeAuthor
#3 imagemenu.admin_.inc_.patch510 bytesqchan
imagemenu.png58.59 KBarnieswap

Comments

didan’s picture

Just delete the slash "/" in the filepass (at start) and all will be OK

marcus_clements’s picture

Status: Active » Closed (fixed)
qchan’s picture

Priority: Critical » Normal
Status: Closed (fixed) » Needs review
StatusFileSize
new510 bytes

Thanks for nice module!

I have same problem at mouseover path input with IMCE.
IMCE always set '/' (slash) to first of image path when disabled absolute path checkbox.

In imagemenu.admin.inc :422

  if (substr($item['imagepath'], 0, 1) == '/') {
    $item['imagepath'] = substr($item['imagepath'], 1);

This section works fine. '/' (slash) is deleted .But 'mouseover' input form's '/' is not deleted and said 'File not Found'.
I guess substr() is needed for '['mouseover'] too.

I made a patch for this. Plese review it.

pobster’s picture

Issue summary: View changes
Status: Needs review » Closed (outdated)

Closing as D6.x is now unsupported.