Forum Moderators: coopster
May 20 16:32:16 site.com httpd[20230]: [ID 800047 user.notice] PHP Warning: dba_open(database.db,rd): Driver initialization failed for handler: gdbm: File open error in /web/site/page.html on line 46
I also get a similar error which tries to update the data every few minutes. According to the php manual, these processes are supposed to wait till the db is released by another process utilizing the rd and wd flags.
What would cause this and what can I do to fix it? Can I increase the wait time for the database connection?