Hi!
Is there a chance to include concrete5 package to sentora pannel?
Thank you!
Is there a chance to include concrete5 package to sentora pannel?
Thank you!
concrete5
|
Concrete5 should work without any issues in Sentora.
My Sentora Resources
[Module] Mail Quota Count | Vagrant Box with Sentora Graphic and Web Design. Development. www.vanguardly.com Thanks given by: Cantalupo
(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.
RE: concrete5
06-19-2015, 11:50 PM
(This post was last modified: 06-19-2015, 11:53 PM by apinto.)
(06-19-2015, 11:10 PM)TheVP Wrote:(06-17-2015, 09:06 AM)apinto Wrote: Concrete5 should work without any issues in Sentora. Adding the session dir to a VHost is not a good idea. Just change the sessions directory on Concrete5 install folder via php.ini http://php.net/manual/en/function.session-save-path.php You can edit concrete/startup/session.php PHP Code: ini_set('session.save_path', DIR_SESSIONS); DIR_SESSIONS is defined on concrete/startup/file_permission_config.php PHP Code: # Sessions/TMP directories
My Sentora Resources
[Module] Mail Quota Count | Vagrant Box with Sentora Graphic and Web Design. Development. www.vanguardly.com Thanks given by: azimutevirtual
Here's the relevant issue so you can monitor it and watch for a new Concrete5 version: https://github.com/concrete5/concrete5/issues/2579
|
« Next Oldest | Next Newest »
|