1
Hi guys, I am having trouble with xcgal. I am trying to batch add some pics in an album. I have uploaded the pics to a new directory and when I go to admin/xcgal/batch_add_pictures I get this error:
Fatal error: Cannot redeclare scandir() in /home/marty/public_html/modules/xcgal/admin/searchnew.php on line 314
The code I have is:
308 if (count($dir_array) > 0){
309 foreach ($dir_array as $directory) {
310 scandir($dir.$directory.'/', $expic_array);
311 }
312 }
313 return $count;
314 }
315
316
Anyone know anything about this? Any help would be muchly apreciated.
Thanks for your time,
Marty