Hi,
I tried to install the apache asp bookmarks page
from http://www.perlmonth.com/features/apacheasp/apacheasp.html?issue=6 on
my apache server,
but when I start index.asp I get this
error:
Errors Output
Compile Error errors compiling global.asa: DBD::CSV::db do failed: Cannot open .\bookmarks: No such file or directory at C:/Programme/Server/Perl/lib/DBD/File.pm line 473. DBD::File::Statement::open_table('DBD::CSV::Statement=HASH(0x11f6f8c)', 'DBI::st=HASH(0x5392c28)', 'bookmarks', 0, 0) called at C:/Programme/Server/Perl/lib/DBD/CSV.pm line 130 DBD::CSV::Statement::open_table('DBD::CSV::Statement=HASH(0x11f6f8c)', 'DBI::st=HASH(0x5392c28)', 'bookmarks', 0, 0) called at C:/Programme/Server/Perl/lib/SQL/St ... This refers to the line do("select bookmark_id,username,title,url from bookmarks") in global.asa, as far as I understand. Can you tell me what this means and how to fix this problem? Thank you |