iF.SVNAdmin icon indicating copy to clipboard operation
iF.SVNAdmin copied to clipboard

Max execution time problem (loop is never left if problem)

Open arnolem opened this issue 11 years ago • 0 comments

Hello,

I have a MaxExecutionTime problem when I go to the list of repositorie (probably a permission problem to read a folder)

I have thousands of error because the loop is never left

PHP Warning: readdir() expects parameter 1 to be resource, boolean given in /include/ifcorelib/IF_SVNBaseC.class.php on line 134, referer: /grouplist.php

// /include/ifcorelib/IF_SVNBaseC.class.php:134
$hd = opendir( $basePath );
while (($file = readdir($hd)) !== false)
{

arnolem avatar Jun 05 '13 13:06 arnolem