(09-29-2015, 01:57 AM)abpdevsolutions Wrote: (09-26-2015, 06:43 PM)jollyjoke Wrote: (09-21-2015, 08:40 PM)insha Wrote: Its ubuntu 14 version. I get blank page
Hi insha,
You still did not described where it goes blank.
The only blank page I can simulate is when entering Pydio.
This is because of wrong permissions/owner of the folder/files.
You can chmod 777 recursively the pydio folder - just to check..
BTW is the owner of pydio folder www-data?
Thanks!
I have this same problem, and it is a blank page when entering.
I changed the permissions to 777 and the owner is www-data
i'am using ubuntu 14.04 .. sentora 1.0.3
change the permissions cannot solve the problem, you can solve the problems by delete these files /etc/sentora/panel/etc/apps/pydio/data/cache/*.ser
source :
https://pyd.io/f/topic/error-calling/
and also i have a problem when install this modul (i have limited bandwidth)
"Error :- Operation timed out after 9866 milliseconds with 199417 out of 17500255 bytes received Extracting Pydio to /etc/sentora/panel/etc/apps/
Error : Unable to open the Zip File:/etc/sentora/panel/etc/apps/pydio-panel-source.zip"
so i must delete manual pydio modul directory before re-install the modul
after that i solve it by change /etc/sentora/panel/modules/pydio/deploy/install.run
curl_setopt($ch, CURLOPT_TIMEOUT, 10);
into
curl_setopt($ch, CURLOPT_TIMEOUT, 0);
sorry for bad english