Hi Folks,
I use the same Sage build everytime I build a new site, I always launch via ftp with no problems at all. Today I uploaded my wordpress install and im getting the following error:
is_file(): open_basedir restriction in effect. File(/home/runcloud/webapps/vendor/composer/installed.json) is not within the allowed path(s): (/home/runcloud/webapps/mysite:/var/lib/php/session:/tmp)
It seems Composer is looking outside of the theme and in the shared hosting directory, I use local by flywheel for development and I understand to run composer commands you do it in their shell, which is at site level, not theme level. I would expect to see /home/runcloud/webapps/mysite/wp-content/themes/mytheme/vendor/composer/
if composer was pulling from the right place.
The only difference between this build and others is that i installed supermundano/sage-the-events-calendar
It works fine locally, on my live server im not sure I want to be changinf the basedir!
Any one ever had similar issues?