I'm upgrading a 4.x install to the latest 6.x installation. I did this a few minutes ago on a VPS that I have root on, but I use it on a shared hosting account as well.
First issue was the shared host doesn't have xz installed so I couldn't extract the archives. for a 15mb file does it really require the use of xz instead of the much more prevalent gz is used??
Anyway I copied the files over from my successful upgrade and went to run "gam update project" and got this:
Failed to execv() /tmp/staticx-hMBhMp/gam: Permission denied
I assume that is because they do not allow users to execute anything in tmp.
How can I get around this? Can I tell gam not to use /tmp but instead use a local folder I have execute permissions on?