Login   Register  
PHP Classes
elePHPant
Icontem

error message

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us

      MP3 Management  >  All threads  >  error message  >  (Un) Subscribe thread alerts  
Subject:error message
Summary:undefined function dircopy
Messages:2
Author:Johan Nilis
Date:2007-07-26 12:23:43
Update:2007-07-27 18:03:39
 

  1. error message   Reply  
Picture of Johan Nilis
Johan Nilis
2007-07-26 12:23:44
I get the following error messages:
Copying source folder to original folder. . .
Warning: mkdir() [function.mkdir]: No such file or directory in C:\xampp\htdocs\php\phpclasses.org\mp3management\process_files.php on line 588

Fatal error: Call to undefined function dircopy() in C:\xampp\htdocs\php\phpclasses.org\mp3management\process_files.php on line 614

  2. Re: error message   Reply  
Picture of Nadir Latif
Nadir Latif
2007-07-27 18:03:39 - In reply to message 1 from Johan Nilis
I have corrected the mistake. I replaced dircopy with CopyDirectory. Thanks for pointing out the error.