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
#11
RE: [Module] Pydio
Can anybody test this in Ubunutu and Windows, please?
So we will know it's working and finish with testing phase.  Cool
I will update then the module to get rid of issue with error 0204.

Thanks!
Reply
Thanks given by:
#12
RE: [Module] Pydio
I'll try it out when I get home from work later this evening and report back.

(WindowsXP, Ubuntu 14.04)
-TGates - Project Council

SEARCH the Forums or read the DOCUMENTATION before posting!
Support Sentora and Donate: HERE

Find my support or modules useful? Donate to TGates HERE
Developers and code testers needed!
Contact TGates for more information
Reply
Thanks given by: jollyjoke
#13
RE: [Module] Pydio
Tiil now my clients have reporterd no strange things back. The like the interface and how it works.

But will keep you posted if we find some issues.

Centos 7 - Sentora 1.0.3
[Image: logo2.png]

My being on this forum is all personal and all is done here by me has nothing to with the company Web Improved I work for Smile
Reply
Thanks given by: jollyjoke
#14
RE: [Module] Pydio
Application Error [0204] is fixed now, please remove and install Pydio module again to get this fixed.
1st post updated.
Thanks!
Reply
Thanks given by:
#15
RE: [Module] Pydio
jollyjoke I noticed a couple of errors when running the daemon manually.

Code:
Pydio Maintenance
Clearing the cache.
PHP Notice:  Undefined variable: panelRoot in /etc/sentora/panel/modules/pydio/hooks/OnDaemonHour.hook.php on line 70

Notice: Undefined variable: panelRoot in /etc/sentora/panel/modules/pydio/hooks/OnDaemonHour.hook.php on line 70
PHP Notice:  Undefined variable: panelRoot in /etc/sentora/panel/modules/pydio/hooks/OnDaemonHour.hook.php on line 71

Notice: Undefined variable: panelRoot in /etc/sentora/panel/modules/pydio/hooks/OnDaemonHour.hook.php on line 71
PHP Notice:  Undefined variable: panelRoot in /etc/sentora/panel/modules/pydio/hooks/OnDaemonHour.hook.php on line 72

Notice: Undefined variable: panelRoot in /etc/sentora/panel/modules/pydio/hooks/OnDaemonHour.hook.php on line 72
PHP Notice:  Undefined variable: panelRoot in /etc/sentora/panel/modules/pydio/hooks/OnDaemonHour.hook.php on line 73

Notice: Undefined variable: panelRoot in /etc/sentora/panel/modules/pydio/hooks/OnDaemonHour.hook.php on line 73
PHP Notice:  Undefined variable: panelRoot in /etc/sentora/panel/modules/pydio/hooks/OnDaemonHour.hook.php on line 74

Notice: Undefined variable: panelRoot in /etc/sentora/panel/modules/pydio/hooks/OnDaemonHour.hook.php on line 74
PHP Notice:  Undefined variable: panelRoot in /etc/sentora/panel/modules/pydio/hooks/OnDaemonHour.hook.php on line 75

Notice: Undefined variable: panelRoot in /etc/sentora/panel/modules/pydio/hooks/OnDaemonHour.hook.php on line 75
PHP Notice:  Undefined variable: panelRoot in /etc/sentora/panel/modules/pydio/hooks/OnDaemonHour.hook.php on line 76

Notice: Undefined variable: panelRoot in /etc/sentora/panel/modules/pydio/hooks/OnDaemonHour.hook.php on line 76
PHP Notice:  Undefined variable: panelRoot in /etc/sentora/panel/modules/pydio/hooks/OnDaemonHour.hook.php on line 79

Notice: Undefined variable: panelRoot in /etc/sentora/panel/modules/pydio/hooks/OnDaemonHour.hook.php on line 79
PHP Notice:  Undefined variable: panelRoot in /etc/sentora/panel/modules/pydio/hooks/OnDaemonHour.hook.php on line 81

Notice: Undefined variable: panelRoot in /etc/sentora/panel/modules/pydio/hooks/OnDaemonHour.hook.php on line 81
PHP Notice:  Undefined variable: panelRoot in /etc/sentora/panel/modules/pydio/hooks/OnDaemonHour.hook.php on line 82

Notice: Undefined variable: panelRoot in /etc/sentora/panel/modules/pydio/hooks/OnDaemonHour.hook.php on line 82
PHP Notice:  Undefined variable: panelRoot in /etc/sentora/panel/modules/pydio/hooks/OnDaemonHour.hook.php on line 83

Notice: Undefined variable: panelRoot in /etc/sentora/panel/modules/pydio/hooks/OnDaemonHour.hook.php on line 83
PHP Notice:  Undefined variable: panelRoot in /etc/sentora/panel/modules/pydio/hooks/OnDaemonHour.hook.php on line 84

Notice: Undefined variable: panelRoot in /etc/sentora/panel/modules/pydio/hooks/OnDaemonHour.hook.php on line 84
PHP Notice:  Undefined variable: panelRoot in /etc/sentora/panel/modules/pydio/hooks/OnDaemonHour.hook.php on line 85

Notice: Undefined variable: panelRoot in /etc/sentora/panel/modules/pydio/hooks/OnDaemonHour.hook.php on line 85
PHP Notice:  Undefined variable: panelRoot in /etc/sentora/panel/modules/pydio/hooks/OnDaemonHour.hook.php on line 86

Notice: Undefined variable: panelRoot in /etc/sentora/panel/modules/pydio/hooks/OnDaemonHour.hook.php on line 86
PHP Notice:  Undefined variable: panelRoot in /etc/sentora/panel/modules/pydio/hooks/OnDaemonHour.hook.php on line 87

Notice: Undefined variable: panelRoot in /etc/sentora/panel/modules/pydio/hooks/OnDaemonHour.hook.php on line 87
End of Pydio Maintenance

After reading the code, it seems like you've got $panel_root defined and afterwards trying to use $panelRoot instead.
Reply
Thanks given by: jollyjoke
#16
RE: [Module] Pydio
(09-15-2015, 05:48 PM)Rynoxx Wrote: @[jollyjoke] I noticed a couple of errors when running the daemon manually.

Code:
Pydio Maintenance
Clearing the cache.
PHP Notice:  Undefined variable: panelRoot in /etc/sentora/panel/modules/pydio/hooks/OnDaemonHour.hook.php on line 70

Notice: Undefined variable: panelRoot in /etc/sentora/panel/modules/pydio/hooks/OnDaemonHour.hook.php on line 70
PHP Notice:  Undefined variable: panelRoot in /etc/sentora/panel/modules/pydio/hooks/OnDaemonHour.hook.php on line 71

Notice: Undefined variable: panelRoot in /etc/sentora/panel/modules/pydio/hooks/OnDaemonHour.hook.php on line 71
PHP Notice:  Undefined variable: panelRoot in /etc/sentora/panel/modules/pydio/hooks/OnDaemonHour.hook.php on line 72

Notice: Undefined variable: panelRoot in /etc/sentora/panel/modules/pydio/hooks/OnDaemonHour.hook.php on line 72
PHP Notice:  Undefined variable: panelRoot in /etc/sentora/panel/modules/pydio/hooks/OnDaemonHour.hook.php on line 73

Notice: Undefined variable: panelRoot in /etc/sentora/panel/modules/pydio/hooks/OnDaemonHour.hook.php on line 73
PHP Notice:  Undefined variable: panelRoot in /etc/sentora/panel/modules/pydio/hooks/OnDaemonHour.hook.php on line 74

Notice: Undefined variable: panelRoot in /etc/sentora/panel/modules/pydio/hooks/OnDaemonHour.hook.php on line 74
PHP Notice:  Undefined variable: panelRoot in /etc/sentora/panel/modules/pydio/hooks/OnDaemonHour.hook.php on line 75

Notice: Undefined variable: panelRoot in /etc/sentora/panel/modules/pydio/hooks/OnDaemonHour.hook.php on line 75
PHP Notice:  Undefined variable: panelRoot in /etc/sentora/panel/modules/pydio/hooks/OnDaemonHour.hook.php on line 76

Notice: Undefined variable: panelRoot in /etc/sentora/panel/modules/pydio/hooks/OnDaemonHour.hook.php on line 76
PHP Notice:  Undefined variable: panelRoot in /etc/sentora/panel/modules/pydio/hooks/OnDaemonHour.hook.php on line 79

Notice: Undefined variable: panelRoot in /etc/sentora/panel/modules/pydio/hooks/OnDaemonHour.hook.php on line 79
PHP Notice:  Undefined variable: panelRoot in /etc/sentora/panel/modules/pydio/hooks/OnDaemonHour.hook.php on line 81

Notice: Undefined variable: panelRoot in /etc/sentora/panel/modules/pydio/hooks/OnDaemonHour.hook.php on line 81
PHP Notice:  Undefined variable: panelRoot in /etc/sentora/panel/modules/pydio/hooks/OnDaemonHour.hook.php on line 82

Notice: Undefined variable: panelRoot in /etc/sentora/panel/modules/pydio/hooks/OnDaemonHour.hook.php on line 82
PHP Notice:  Undefined variable: panelRoot in /etc/sentora/panel/modules/pydio/hooks/OnDaemonHour.hook.php on line 83

Notice: Undefined variable: panelRoot in /etc/sentora/panel/modules/pydio/hooks/OnDaemonHour.hook.php on line 83
PHP Notice:  Undefined variable: panelRoot in /etc/sentora/panel/modules/pydio/hooks/OnDaemonHour.hook.php on line 84

Notice: Undefined variable: panelRoot in /etc/sentora/panel/modules/pydio/hooks/OnDaemonHour.hook.php on line 84
PHP Notice:  Undefined variable: panelRoot in /etc/sentora/panel/modules/pydio/hooks/OnDaemonHour.hook.php on line 85

Notice: Undefined variable: panelRoot in /etc/sentora/panel/modules/pydio/hooks/OnDaemonHour.hook.php on line 85
PHP Notice:  Undefined variable: panelRoot in /etc/sentora/panel/modules/pydio/hooks/OnDaemonHour.hook.php on line 86

Notice: Undefined variable: panelRoot in /etc/sentora/panel/modules/pydio/hooks/OnDaemonHour.hook.php on line 86
PHP Notice:  Undefined variable: panelRoot in /etc/sentora/panel/modules/pydio/hooks/OnDaemonHour.hook.php on line 87

Notice: Undefined variable: panelRoot in /etc/sentora/panel/modules/pydio/hooks/OnDaemonHour.hook.php on line 87
End of Pydio Maintenance

After reading the code, it seems like you've got $panel_root defined and afterwards trying to use $panelRoot instead.
Hi Rynoxx,

THX a lot! - fixed this also, (all variables are now = $panelRoot) , also updated 1st post.
Rolleyes
Reply
Thanks given by:
#17
RE: [Module] Pydio
(09-15-2015, 06:40 PM)jollyjoke Wrote:
(09-15-2015, 05:48 PM)Rynoxx Wrote: @[jollyjoke] I noticed a couple of errors when running the daemon manually.

Code:
-- error code --

After reading the code, it seems like you've got $panel_root defined and afterwards trying to use $panelRoot instead.
Hi @[Rynoxx],

THX a lot! - fixed this also, (all variables are now = $panelRoot) , also updated 1st post.
Rolleyes

No problem, glad I could help!
Reply
Thanks given by:
#18
RE: [Module] Pydio
I cant install on my ubuntu 14

Reply
Thanks given by:
#19
RE: [Module] Pydio
(09-20-2015, 05:47 PM)insha Wrote: I cant install on my ubuntu 14

Hi insha,

May you please describe your error - where it hangs or what is the error message?
Also, what is you Ubuntu version?
Otherwise it's pretty hard to guess the problem.

Thanks! Wink
Reply
Thanks given by:
#20
RE: [Module] Pydio
Its ubuntu 14 version. I get blank page

Reply
Thanks given by:


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

Forum Jump:


Users browsing this thread: 1 Guest(s)