Ask a Question related to PHP Development, Design and Development.
-
sniper@php.net #1
#25090 [Opn->Fbk]: Driver initialization failed for handler: db3 - not a permission problem
ID: 25090
Updated by: [email]sniper@php.net[/email]
Reported By: fabio_heller at yahoo dot it
-Status: Open
+Status: Feedback
Bug Type: DBM/DBA related
Operating System: win 2000 sp3
PHP Version: 4.3.2
New Comment:
Please try using this CVS snapshot:
[url]http://snaps.php.net/php4-STABLE-latest.tar.gz[/url]
For Windows:
[url]http://snaps.php.net/win32/php4-win32-STABLE-latest.zip[/url]
Previous Comments:
------------------------------------------------------------------------
[2003-08-14 01:57:42] fabio_heller at yahoo dot it
Description:
------------
Using mod php 4.3.2 on Apache 1.3.27
phpinfo() says thah supported handlers are cdb, cdb_make, db3,
flatfile.
dba extension enabled.
It is not a permission problem as "flatfile" handler works as expected
Reproduce code:
---------------
<?php
$id = dba_open('d:/www_new/xyz.db', 'c', 'db3') ;
dba_replace('fookey', 'foovalue', $id) ;
dba_close($id) ;
?>
Expected result:
----------------
File creation and no driver initialization errors, instead only
'flatfile' works as expected
Actual result:
--------------
-------------
Warning: dba_open(d:/www_new/xyz.db,c): Driver initialization failed
for handler: db3: Permission denied in d:\www_new\sqlite\dba.php on
line 5
Warning: dba_replace(): supplied argument is not a valid DBA identifier
resource in d:\www_new\sqlite\dba.php on line 7
Warning: dba_close(): supplied argument is not a valid DBA identifier
resource in d:\www_new\sqlite\dba.php on line 9
-----------------
Anyway *** file is created *** in spite of errors
------------------------------------------------------------------------
--
Edit this bug report at [url]http://bugs.php.net/?id=25090&edit=1[/url]
sniper@php.net Guest
-
(0x8004E025) COM+ Activation failed because an initialization function failed. Check the event log for more information.
Resolved this issue... Removed component from COM+ registration. Deleted DLL. Re-compiled DLL from source. Re-registered in COM+. Works fine. Mr... -
#25090 [Opn->Bgs]: Driver initialization failed for handler: db3 - not a permission problem
ID: 25090 Updated by: helly@php.net Reported By: fabio_heller at yahoo dot it -Status: Open +Status: ... -
#25090 [Opn]: Driver initialization failed for handler: db3 - not a permission problem
ID: 25090 Updated by: sniper@php.net Reported By: fabio_heller at yahoo dot it Status: Open Bug Type: ... -
#25090 [Fbk->Opn]: Driver initialization failed for handler: db3 - not a permission problem
ID: 25090 User updated by: fabio_heller at yahoo dot it Reported By: fabio_heller at yahoo dot it -Status: Feedback... -
#25090 [NEW]: Driver initialization failed for handler: db3 - not a permission problem
From: fabio_heller at yahoo dot it Operating system: win 2000 sp3 PHP version: 4.3.2 PHP Bug Type: DBM/DBA related Bug...



Reply With Quote

