GetSimple Support Forum

Full Version: Php 7.2 version there is an error in the folder on the Files tab.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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.
try replacing lines 235 and 271 in the upload.php file

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

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