Jump to content

Version 5.0.7 file manager doesn't show images in sub folders


Guest Alex L

Recommended Posts

Guest Alex L

Hi,

If I create a sub folder in the images file manager then move or try to upload an image into the said sub folder, the image doesn't show up.

Doing


var_dump($filepath_where);





under line 523 in classes/filemanager.class.php returns:





string '= 'Sidebar2\'' (length=13)





however, if I hard-code line 523 to:





$filepath_where		= empty($this->_sub_dir) ? 'IS NULL' : '= "Sidebar2/"';	  

it works.

I have tried upgrading to 5.0.8 but no joy so I down graded again.

Does any body else experience this issue?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...