Jump to content

[Resolved] File Manager not working.


violinman

Recommended Posts

If an image does not appear in the file picker, aside from something else going wrong, the main reason for this is that somehow the value for the 'path' column in the CubeCart_filemanager database table row for this image is a zero-length string. The value must be either null or the name of an existing subfolder in the /images/source/ folder.

Link to comment
Share on other sites

Good morning gentleman.

I have found the answer which once again is a PHP server path issue. Modern server setups with recent versions of PHP are locked down much tighter, presumably to make them more secure and to stop problems caused by other sites on the server. Luckily I have the server to myself so I can change anything I want. In the case of this problem it required a path change to the "open_basedir" setting in the PHP configuration.

I found the fault by looking at the error log.

Brian

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...