(06-17-2015, 09:06 AM)apinto Wrote: Concrete5 should work without any issues in Sentora.
The latest version actually doesn't because it attempts to use /var/sentora/sessions/ to store its sessions.
You should go to Admin > Module Admin > Apache Config. Scroll to the "Override a Virtual Host Setting" section and select the domain where you run concrete5.
In the "Custom Entry" field, enter:
php_admin_value open_basedir "/var/sentora/hostdata/ACCOUNT_NAME/public_html/DOMAIN_NAME:/var/sentora/temp:/var/sentora/sessions/"
Alternatively, you can make concrete5 store its sessions in the database but you should wait for another version so they can make it easier to do so.