This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

[Module] Pydio
#21
RE: [Module] Pydio
(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. Confused

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!
Reply
Thanks given by:
#22
RE: [Module] Pydio
Hi All,
Seems the module is  working as it should.
Did anybody else had a chance to test Pydio module in Ubuntu/Windows?
I would like to close testing phase as it seems no major issues.
Please let me know. Thanks! Big Grin
Reply
Thanks given by:
#23
RE: [Module] Pydio
(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. Confused

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
Reply
Thanks given by:
#24
RE: [Module] Pydio
(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. Confused

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 Big Grin
Reply
Thanks given by:
#25
RE: [Module] Pydio
(10-01-2015, 08:34 PM)zhay_dexxa Wrote:
(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. Confused

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 Big Grin

Thanks. That works great.
Reply
Thanks given by:
#26
RE: [Module] Pydio
Code:
       ##################################################
       Installation of Pydio started.
       ##################################################
       Detected OS: Ubuntu
       Downloading Pydio source to /etc/sentora/panel/etc/apps/
Error :- Operation timed out after 10000 milliseconds with 8507208 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

root@hulk:/etc/sentora/panel/modules# zppy install pydio
Module to be installed pydio
--2015-10-06 17:09:32--  http://repo.jkmods.tk/pydio.zpp
Resolving repo.jkmods.tk (repo.jkmods.tk)... 176.31.61.197
Connecting to repo.jkmods.tk (repo.jkmods.tk)|176.31.61.197|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 16466 (16K) [text/plain]
Saving to: `pydio.zpp'

100%[=================================================================================================================================================================>] 16,466      61.9K/s   in 0.3s

2015-10-06 17:09:33 (61.9 KB/s) - `pydio.zpp' saved [16466/16466]

Module already appears to be installed!
root@hulk:/etc/sentora/panel/modules# rm -rf pydio/
I dont think the installer works perfectly when the curl keep dropping the connection. each time reinstall new module name pydio is registered in the module page. to get the module to install correctly. I have like to tries 5-6 time. maybe you can fix the timeout and do the clean up automatically if the installation failed
thanks
Reply
Thanks given by:
#27
RE: [Module] Pydio
Hi all,

I was out for a while, let me read all the errors here and update the code.. I will need probably to install Ubuntu here locally to test all at the end. I will update you as soon as possible.

THX to all for results!
Reply
Thanks given by:
#28
RE: [Module] Pydio
elfinder is better than pydio
Reply
Thanks given by:
#29
RE: [Module] Pydio
Hi all,
I tried installing pydio but when it was installing the module asked me for mysql user name and i entered Root instead of root and it caused a failure in installation.
Now when i try to remove the module using zppy remove pydio , it shows this error :

Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[HY000]: General error: 1269 Can't revoke all privileges for one or more of the requested users' in /etc/sentora/panel/modules/pydio/deploy/remove.run:80

And when i try installing it again it says this module is already installed !
How cani remove this module manually ? please step by step because im newbie in linux commands Smile
Thanks.
Reply
Thanks given by:
#30
RE: [Module] Pydio
Hi all,
I'm sorry.. I'm still little bit busy with my work related issues...
But let my say that I was checking something and will release new version with fixes soon.
I hope next week.

How to remove module manually:
1) remove pydio folder and all subfolders/files in /etc/apps/pydio
2) remove pydio folder from modules : /etc/modules/pydio
3) remove pydio record from x_modules table
4) remove pydio databases
pls let me know if that worked for you...
Thanks!
Reply
Thanks given by: wpmagic


Possibly Related Threads…
Thread Author Replies Views Last Post
[MODULE] phpMyAdmin-AU (Auto-Update) TGates 14 40 ,877 06-15-2021, 06:54 AM
Last Post: TGates
[MODULE] SenBrand - Basic Branding module for Sentora TGates 20 43 ,732 06-04-2021, 11:47 AM
Last Post: ccr1969
[MODULE] CoinCorner BitCoin Module Xversion 4 13 ,161 06-03-2021, 05:02 AM
Last Post: zHostingSolutions

Forum Jump:


Users browsing this thread: 1 Guest(s)