Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 0.1.7

Bug #2902 DBTools->copySafe($outPath);
Submitted: 2004-12-05 17:24 UTC
From: tanguy dot pruvot at laposte dot net Assigned: firman
Status: Closed Package: DB_Sqlite_Tools
PHP Version: 5.0.1 OS: Win32
Roadmaps: (Not assigned)    
Subscription  


 [2004-12-05 17:24 UTC] tanguy dot pruvot at laposte dot net
Description: ------------ DBTools->copySafe($outPath) has a problem... at line 470 you coded : $clone = @copy($databases, $path.$databases.'.bkp'); here $databases could include a path, static or relative.. but $path.$databases is not correct, you need to keep only filename to concate it to $path... Reproduce code: --------------- include_once('DB/Sqlite/Tools.php'); $DBTools = new DB_Sqlite_Tools($GLOBALS['workDb']->baseName); $DBTools->copySafe($outPath); $DBTools->createXMLDumps($outPath);

Comments

 [2006-05-20 19:19 UTC] User who submitted this comment has not confirmed identity
If you submitted this note, check your email.If you do not have a message, click here to re-send
MANUAL CONFIRMATION IS NOT POSSIBLE.  Write a message to pear-dev@lists.php.net
to request the confirmation link.  All bugs/comments/patches associated with this

email address will be deleted within 48 hours if the account request is not confirmed!