Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Php 7.2 version there is an error in the folder on the Files tab.
#1
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.
Reply
#2
try replacing lines 235 and 271 in the upload.php file

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

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




Users browsing this thread: 1 Guest(s)