|
Well, I activated FTP with the FTP root /public_html
But then the Stalker component installer broke with "cannot find package" because my tmp directory was a level above the FTP root and inaccessible by the FTP layer.
So I moved the tmp directory to /public_html/tmp which fixed that issue, but now the Stalker component installer breaks horribly with
open_basedir restriction in effect. File(/) is not within the allowed path(s):
Since it's obviously trying to access a directory above the FTP root which breaks things.
Any clues here? I tried setting my FTP root to / but that doesn't seem to work either. I haven't used the FTP layer before but it seems incompatible with all extension install packages.
Thanks,
Paul |