We apologize for the instability of composr.app and appreciate your patience. We are working on the statistics addon and trying to find an optimal way to store and render data. Unfortunately, we have yet to find a solution that can handle the traffic (and therefore, tens of millions of statistical records) of composr.app. We're working hard on one.
#3796 - Trying to use the upgrade system it falls over
Somehow the server's PHP open_basedir setting is misconfigured. If you look at the error message it only is including /tmp in the open_basedir.
I'm actually surprised it didn't fail earlier in the process, because PHP scripts are getting loaded up okay, but maybe that is due to some kind of caching allowing those to load regardless of the setting of open_basedir.
Regardless, I'm 100% certain this is a server misconfiguration and not a Composr bug. Check your open_basedir setting, or ask your webhost if it's not something you've configured.
Somehow the server's PHP open_basedir setting is misconfigured. If you look at the error message it only is including /tmp in the open_basedir.
I'm actually surprised it didn't fail earlier in the process, because PHP scripts are getting loaded up okay, but maybe that is due to some kind of caching allowing those to load regardless of the setting of open_basedir.
Regardless, I'm 100% certain this is a server misconfiguration and not a Composr bug. Check your open_basedir setting, or ask your webhost if it's not something you've configured.