Ikonboard troubles

I am a system administrator for a small webhosting company. One of our customers sent us an email saying that their Ikonboard forum script was no longer working. I checked it out, and I get the following error message:

Ikonboard CGI Error
Ikonboard has exited with the following error:

Can't open file (/your/path/to/Database/templates/templates.db) for reading.
This error was reported at: Sources/iDatabase/DBM.pm line 448.
Please note that your 'real' paths have been removed to protect your information.


His templates.db is readable (even chmod'd to 777).

The line 448 of his DBM.pm contains:

tie (my %DB, $AnyDBM_File::ISA[0], $file, O_RDWR, 0777) or die "Can't open file ($file) for reading. $!";

I checked on the AnyDBM_File module, and CPAN says it is up to date. Nothing has changed on the server, to my knowledge. Does anyone know how to fix this? I suspect I am missing a perl module or something, but don't really know. Any help would be appreciated.

 

 

 

 

Top