Error installing pydio 8

Install pydio 8.0.2, community edition, centos7, php 7.2.2, pydio 8.0.2

I tried to install pydio 8.0.2 and everything on the check requirements page was O.K. and when I tried to install it I received the following error:

count(): Parameter must be an array or an object that implements Countable

Hi,
could you look at your php logs,
your error is related to php so it should be either about configuration or a package missing.

did you install all the php packages, you can check them with yum list installed | grep php
and show me the list.

mod_php72w.x86_64 7.2.2-1.w7 @webtatic
php72w-cli.x86_64 7.2.2-1.w7 @webtatic
php72w-common.x86_64 7.2.2-1.w7 @webtatic
php72w-devel.x86_64 7.2.2-1.w7 @webtatic
php72w-gd.x86_64 7.2.2-1.w7 @webtatic
php72w-imap.x86_64 7.2.2-1.w7 @webtatic
php72w-intl.x86_64 7.2.2-1.w7 @webtatic
php72w-mbstring.x86_64 7.2.2-1.w7 @webtatic
php72w-mysql.x86_64 7.2.2-1.w7 @webtatic
php72w-odbc.x86_64 7.2.2-1.w7 @webtatic
php72w-opcache.x86_64 7.2.2-1.w7 @webtatic
php72w-pdo.x86_64 7.2.2-1.w7 @webtatic
php72w-pear.noarch 1:1.10.4-1.w7 @webtatic
php72w-pgsql.x86_64 7.2.2-1.w7 @webtatic
php72w-process.x86_64 7.2.2-1.w7 @webtatic
php72w-soap.x86_64 7.2.2-1.w7 @webtatic
php72w-xml.x86_64 7.2.2-1.w7 @webtatic
php72w-xmlrpc.x86_64 7.2.2-1.w7 @webtatic
phpPgAdmin.noarch 5.1-2.rhel7 @pgdg95

Hi,
could you look at your webserver logs, redo the error and then show me the last lines of your webserver error.log.

[Fri Feb 16 14:18:58.591724 2018] [php7:warn] [pid 44116] PHP Warning: count(): Parameter must be an array or an object that implements Countable in /var/www/html/webfile/plugins/auth.sql/SqlAuthDriver.php on line 71
[Fri Feb 16 14:18:58.592310 2018] [php7:warn] [pid 44116] PHP Warning: count(): Parameter must be an array or an object that implements Countable in /var/www/html/webfile/plugins/feed.sql/SqlFeedStore.php on line 67
[Fri Feb 16 14:18:58.592364 2018] [php7:warn] [pid 44116] PHP Warning: count(): Parameter must be an array or an object that implements Countable in /var/www/html/webfile/plugins/mq.sql/SqlMessageExchanger.php on line 59
[Fri Feb 16 14:18:58.596467 2018] [php7:warn] [pid 44116] PHP Warning: count(): Parameter must be an array or an object that implements Countable in /var/www/html/webfile/plugins/feed.sql/SqlFeedStore.php on line 67
[Fri Feb 16 14:18:59.780057 2018] [access_compat:error] [pid 44116] AH01797: client denied by server configuration: /var/www/html/webfile/data/cache/index.html, referer: websitelink
[Fri Feb 16 14:19:01.248224 2018] [php7:warn] [pid 44116] PHP Warning: count(): Parameter must be an array or an object that implements Countable in /var/www/html/webfile/plugins/auth.sql/SqlAuthDriver.php on line 71, referer: websitelink
[Fri Feb 16 14:19:01.248941 2018] [php7:warn] [pid 44116] PHP Warning: count(): Parameter must be an array or an object that implements Countable in /var/www/html/webfile/plugins/feed.sql/SqlFeedStore.php on line 67, referer: websitelink
[Fri Feb 16 14:19:01.248997 2018] [php7:warn] [pid 44116] PHP Warning: count(): Parameter must be an array or an object that implements Countable in /var/www/html/webfile/plugins/mq.sql/SqlMessageExchanger.php on line 59, referer: websitelink
[Fri Feb 16 14:19:01.249478 2018] [php7:warn] [pid 44116] PHP Warning: count(): Parameter must be an array or an object that implements Countable in /var/www/html/webfile/plugins/feed.sql/SqlFeedStore.php on line 67, referer: websitelink
[Fri Feb 16 14:19:03.350675 2018] [php7:notice] [pid 12873] Exception thrown while trying to emit a SerizaliableResponseChunk exception!, referer: websitelink?ignore_tests=true
[Fri Feb 16 14:19:11.065552 2018] [php7:notice] [pid 49198] Exception thrown while trying to emit a SerizaliableResponseChunk exception!, referer: websitelink
[Fri Feb 16 14:19:11.067733 2018] [php7:notice] [pid 49199] Exception thrown while trying to emit a SerizaliableResponseChunk exception!, referer: websitelink

Hi,
could remove and reinstall php, go for the 7.0 version and try with it.

No…it’s too much trouble to uninstall/install/configure again. I will search for another web file manager.
Thanks for your effort though!