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
#37
RE: [Module] Pydio
Hi again. Thank you @Ron-e.
I was using filezilla , but sounds like filezilla is unable to run sftp commands. for example unzipping in server.
But in winscp i can add commands.

Any way pydio is not working correctly for me. It shows errors like rmdir() directory is not empty and some errors in log file like array_combine says two arrays might not be empty and ksort received bool instead of an array and etc.. I add the error log maybe helps the developers :

[Sun Oct 18 18:22:16 2015] [error] [client x.x.x.x] PHP Warning: array_combine(): Both parameters should have at least 1 element in /etc/sentora/panel/etc/apps/pydio/plugins/auth.remote/class.remoteAuthDriver.php on line 121, referer: http://myvpsip/?module=pydio
[Sun Oct 18 18:22:16 2015] [error] [client x.x.x.x] PHP Warning: ksort() expects parameter 1 to be array, boolean given in /etc/sentora/panel/etc/apps/pydio/plugins/auth.remote/class.remoteAuthDriver.php on line 123, referer: http://myvpsip/?module=pydio
[Sun Oct 18 18:22:16 2015] [error] [client x.x.x.x] PHP Warning: array_combine(): Both parameters should have at least 1 element in /etc/sentora/panel/etc/apps/pydio/plugins/auth.remote/class.remoteAuthDriver.php on line 121, referer: http://myvpsip/?module=pydio
[Sun Oct 18 18:22:16 2015] [error] [client x.x.x.x] PHP Warning: ksort() expects parameter 1 to be array, boolean given in /etc/sentora/panel/etc/apps/pydio/plugins/auth.remote/class.remoteAuthDriver.php on line 123, referer: http://myvpsip/?module=pydio
[Sun Oct 18 18:57:20 2015] [error] [client x.x.x.x] PHP Warning: array_combine(): Both parameters should have at least 1 element in /etc/sentora/panel/etc/apps/pydio/plugins/auth.remote/class.remoteAuthDriver.php on line 121, referer: http://myvpsip/?module=pydio
[Sun Oct 18 18:57:20 2015] [error] [client x.x.x.x] PHP Warning: ksort() expects parameter 1 to be array, boolean given in /etc/sentora/panel/etc/apps/pydio/plugins/auth.remote/class.remoteAuthDriver.php on line 123, referer: http://myvpsip/?module=pydio
[Sun Oct 18 18:57:20 2015] [error] [client x.x.x.x] PHP Warning: array_combine(): Both parameters should have at least 1 element in /etc/sentora/panel/etc/apps/pydio/plugins/auth.remote/class.remoteAuthDriver.php on line 121, referer: http://myvpsip/?module=pydio
[Sun Oct 18 18:57:20 2015] [error] [client x.x.x.x] PHP Warning: ksort() expects parameter 1 to be array, boolean given in /etc/sentora/panel/etc/apps/pydio/plugins/auth.remote/class.remoteAuthDriver.php on line 123, referer: http://myvpsip/?module=pydio
[Sun Oct 18 19:29:37 2015] [error] [client x.x.x.x] PHP Warning: array_combine(): Both parameters should have at least 1 element in /etc/sentora/panel/etc/apps/pydio/plugins/auth.remote/class.remoteAuthDriver.php on line 121, referer: http://myvpsip/?module=pydio
[Sun Oct 18 19:29:37 2015] [error] [client x.x.x.x] PHP Warning: array_combine(): Both parameters should have at least 1 element in /etc/sentora/panel/etc/apps/pydio/plugins/auth.remote/class.remoteAuthDriver.php on line 121, referer: http://myvpsip/?module=pydio
[Sun Oct 18 19:38:11 2015] [error] [client x.x.x.x] PHP Warning: array_combine(): Both parameters should have at least 1 element in /etc/sentora/panel/etc/apps/pydio/plugins/auth.remote/class.remoteAuthDriver.php on line 121, referer: http://myvpsip/?module=pydio
[Sun Oct 18 19:38:11 2015] [error] [client x.x.x.x] PHP Warning: array_combine(): Both parameters should have at least 1 element in /etc/sentora/panel/etc/apps/pydio/plugins/auth.remote/class.remoteAuthDriver.php on line 121, referer: http://myvpsip/?module=pydio

Although i edited that file like below :
if( is_array($users) )
ksort($users);

But not helped me much.

Im looking for another editor maybe your editor Smile

Sentora is really good for my personal vps but the lack in file manager made it so bad Sad

It is very good if someone adds net2ftp module. Although that is old but still works !

Thanks.
Reply
Thanks given by:


Messages In This Thread
[Module] Pydio - by jollyjoke - 09-08-2015, 01:28 AM
RE: [Module] Pydio - by Ron-e - 09-08-2015, 01:59 AM
RE: [Module] Pydio - by bbspike - 09-08-2015, 03:27 AM
RE: [Module] Pydio - by henrique araujo - 09-08-2015, 04:13 AM
RE: [Module] Pydio - by jollyjoke - 09-08-2015, 10:18 PM
RE: [Module] Pydio - by Ron-e - 09-09-2015, 01:31 AM
RE: [Module] Pydio - by bbspike - 09-09-2015, 02:18 AM
RE: [Module] Pydio - by Ron-e - 09-13-2015, 07:54 PM
RE: [Module] Pydio - by jollyjoke - 09-15-2015, 01:23 AM
RE: [Module] Pydio - by Rynoxx - 09-14-2015, 09:04 PM
RE: [Module] Pydio - by jollyjoke - 09-15-2015, 01:26 AM
RE: [Module] Pydio - by TGates - 09-15-2015, 05:20 AM
RE: [Module] Pydio - by bbspike - 09-15-2015, 04:06 PM
RE: [Module] Pydio - by jollyjoke - 09-15-2015, 04:53 PM
RE: [Module] Pydio - by Rynoxx - 09-15-2015, 05:48 PM
RE: [Module] Pydio - by jollyjoke - 09-15-2015, 06:40 PM
RE: [Module] Pydio - by Rynoxx - 09-15-2015, 07:23 PM
RE: [Module] Pydio - by insha - 09-20-2015, 05:47 PM
RE: [Module] Pydio - by jollyjoke - 09-21-2015, 08:10 PM
RE: [Module] Pydio - by insha - 09-21-2015, 08:40 PM
RE: [Module] Pydio - by jollyjoke - 09-26-2015, 06:43 PM
RE: [Module] Pydio - by abpdevsolutions - 09-29-2015, 01:57 AM
RE: [Module] Pydio - by zhay_dexxa - 10-01-2015, 08:34 PM
RE: [Module] Pydio - by abpdevsolutions - 10-02-2015, 09:03 AM
RE: [Module] Pydio - by jollyjoke - 09-26-2015, 06:47 PM
RE: [Module] Pydio - by emanzx - 10-06-2015, 07:25 PM
RE: [Module] Pydio - by jollyjoke - 10-09-2015, 04:49 PM
RE: [Module] Pydio - by chukran - 10-13-2015, 10:22 PM
RE: [Module] Pydio - by wpmagic - 10-18-2015, 07:34 PM
RE: [Module] Pydio - by jollyjoke - 10-18-2015, 08:49 PM
RE: [Module] Pydio - by wpmagic - 10-19-2015, 12:22 AM
RE: [Module] Pydio - by Ron-e - 10-19-2015, 12:40 AM
RE: [Module] Pydio - by wpmagic - 10-19-2015, 01:10 AM
RE: [Module] Pydio - by Ron-e - 10-19-2015, 01:47 AM
RE: [Module] Pydio - by wpmagic - 10-19-2015, 02:33 AM
RE: [Module] Pydio - by jollyjoke - 10-19-2015, 08:18 PM
RE: [Module] Pydio - by Ron-e - 10-19-2015, 02:55 AM
RE: [Module] Pydio - by wpmagic - 10-19-2015, 04:51 AM
RE: [Module] Pydio - by jollyjoke - 10-19-2015, 08:19 PM
RE: [Module] Pydio - by wpmagic - 10-20-2015, 06:23 AM
RE: [Module] Pydio - by TGates - 10-20-2015, 06:30 AM
RE: [Module] Pydio - by florian - 11-01-2015, 09:31 PM
RE: [Module] Pydio - by kananeto - 01-25-2016, 02:13 PM
RE: [Module] Pydio - by jollyjoke - 01-29-2016, 10:34 PM
RE: [Module] Pydio - by Rynoxx - 02-01-2016, 11:29 PM
RE: [Module] Pydio - by Dexxa - 02-13-2016, 11:02 PM
RE: [Module] Pydio - by traxchen - 03-14-2016, 07:06 PM
RE: [Module] Pydio - by traxchen - 03-15-2016, 11:54 AM
RE: [Module] Pydio - by insha - 04-09-2016, 11:35 PM
RE: [Module] Pydio - by jollyjoke - 02-03-2020, 02:08 AM
RE: [Module] Pydio - by Jettaman - 02-04-2020, 12:41 PM
RE: [Module] Pydio - by jollyjoke - 02-04-2020, 04:45 PM

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

Forum Jump:


Users browsing this thread: 6 Guest(s)