Author Topic: [SOLVED] Warning: opendir  (Read 138 times)

0 Members and 1 Guest are viewing this topic.

Offline monkuarTopic starter

  • Enthusiast
  • Posts: 412
    • View Profile
[SOLVED] Warning: opendir
« on: June 28, 2009, 05:28:26 AM »
Code: [Select]
Warning: opendir(/home/gxforums/public_html/24-7GT.com/forums/sources/shop/) [function.opendir]: failed to open dir: No such file or directory in /home3/gxforums/public_html/24-7GT.com/forums/sources/shop/core_admin.php on line 1254

Warning: readdir(): supplied argument is not a valid Directory resource in /home3/gxforums/public_html/24-7GT.com/forums/sources/shop/core_admin.php on line 1256

Warning: closedir(): supplied argument is not a valid Directory resource in /home3/gxforums/public_html/24-7GT.com/forums/sources/shop/core_admin.php on line 1262

here is the code line..

Code: [Select]
while ($filename = readdir($dir))
        {
            if (!preg_match("#^shopitem_(.*)\.php$#",$filename,$match)) {continue;};
            $modules[$match[1]]["filealert"] = " ";
            $modules[$match[1]]["usedcount"] = 0;
        }
        closedir($dir);
im lost??!
I learn more on this site then I did in K-12 Grade..