(11-07-2014, 06:56 AM)Me.B Wrote: Just to point installing pydio.io was a bit tricky as the temp folder was causing a lot of issues.
Pydio will default using /tmp while zpanel/sentora use /var/zpanel/temp or /var/sentora/temp
Solution is post install adding
define("AJXP_TMP_DIR", "/var/zpanel/temp"); ( or /var/sentora/temp)
to conf/bootstrap_context.php
This will fix it.
If you have any issue that totally prevent install you can disable openbasedir/ temporary ONLY then get it back. I'm using it without any issue while openbase_dir & suhosin enabled.
Not Work...........