GetSimple Support Forum
Php 7.2 version there is an error in the folder on the Files tab. - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: General Questions and Problems (http://get-simple.info/forums/forumdisplay.php?fid=16)
+--- Thread: Php 7.2 version there is an error in the folder on the Files tab. (/showthread.php?tid=12247)



Php 7.2 version there is an error in the folder on the Files tab. - Oleg06 - 2019-11-23

Code:
Warning: count(): Parameter must be an array or an object that implements Countable in /var/www/u737568/data/www/srogk.ru/admin/upload.php on line 235
http://prntscr.com/q0zg6f
Php 7.2 version there is an error in the folder on the Files tab.


RE: Php 7.2 version there is an error in the folder on the Files tab. - Oleg06 - 2019-11-24

try replacing lines 235 and 271 in the upload.php file

Code:
if (count ($ dirsSorted)! = 0) {
on

Code:
if (count ((array) $ filesSorted)! = 0) {