Gossamer Forum
Home : Products : Gossamer Links : Version 1.x :

Sftware Error => Win32

Quote Reply
Sftware Error => Win32
DBSQL (-2007451): Fatal Error: Error loading Config file 'C:/Arquivos de programas/Apache Group/Apache/cgi-bin/admin/defs/Links.def'. Reason: Invalid Format at c:/arquivos de programas/apache group/apache/cgi-bin/admin/nph-build.cgi line 43

What is lacking?
line error in admin.cgi => my $in = new CGI;

line error in nph-build.cgi => $LINKDB = new Links: BSQL "$LINKS{admin_root_path}/defs/Links.def";

Quote Reply
Re: Sftware Error => Win32 In reply to
It sounds like your Links.def is corrupted somehow -- binary not Ascii, or maybe '0' bytes. Take a look at it in a text editor and make sure it looks ok.