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.
#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


Messages In This Thread
RE: Php 7.2 version there is an error in the folder on the Files tab. - by Oleg06 - 2019-11-24, 09:39:31



Users browsing this thread: 1 Guest(s)