Hello,
I am using script to list files today I checked the directory where that script is uploaded and I can see that the error_log file was filled with tons of error messages I downloaded the error_log file and noticed the following errors.
on line 483 and 484 we have the following coding in index.php
Please help.
I am using script to list files today I checked the directory where that script is uploaded and I can see that the error_log file was filled with tons of error messages I downloaded the error_log file and noticed the following errors.
Code:
[05-Oct-2012 12:13:56] PHP Warning: array_multisort() [<a href='function.array-multisort'>function.array-multisort</a>]: Argument #1 is expected to be an array or a sort flag in /home/site/public_html/script/index.php on line 483 [05-Oct-2012 12:13:56] PHP Warning: Invalid argument supplied for foreach() in /home/site/public_html/script/index.php on line 484
on line 483 and 484 we have the following coding in index.php
PHP:
array_multisort($ftimes2,SORT_DESC,$ftimes);
foreach ($ftimes as $readd) {
Please help.