Invalid File in File Manager

Permalink
I've just started working on a new site that a friend did the initial setup on, which meant I had to go through and do the camelcase conversion in the db. I used one of the standard rename lists to do this, but noticed that the btFile table did not exist.

Now, when I'm in the File Manager of the site, I click the Upload File button, and on the dialog that pops up I get the message "Invalid File". Is that related to the missing table mentioned above, or is it something else?

Richard

stretchrt
 
stretchrt replied on at Permalink Reply
stretchrt
any ideas?
gicara replied on at Permalink Reply
gicara
I got the same Problem here.

I try to upload a JPG Image. Size : 28KB

The Error message is to short. It does not say what went wrong.
gicara replied on at Permalink Reply
gicara
I found this error message in my error.log

.... mod_fcgid: stderr: PHP Warning: file_exists(): open_basedir restriction in effect. File([PATH_TMP_DIR]tmp/php4ggWG8) is not within the allowed path(s): ([PATH_TO_STANDARD_TMP_DIR]:[PATH_TO_OTHER_TMP_DIR]) in [PATH_TO_CONCRETE]/concrete5.5.2/concrete/helpers/validation/file.php on line 48, referer:http://www.hvar.ch

So i need to fix this Error first. I think then it will work for me.