Gossamer Forum
Home : Products : Links 2.0 : Discussions :

Error Messages

Quote Reply
Error Messages
Hi @ll,

Sorry for my little English. My Language is German.

In my error Log Files i found many from this messages.

Prototype mismatch: sub Main::copyFile ($filePath1,$filePath2) vs ($source,$destination) at Main.pm line 284.

What is this for a message?

thanks

michael
Quote Reply
Re: [austriaprovider] Error Messages In reply to
What MOD are you attempting to install? Since Main.pm is not one of the module files that comes with Links 2.0.
========================================
Buh Bye!

Cheers,
Me
Quote Reply
Re: [Stealth] Error Messages In reply to
Hi Stealth,

I have many Mods to install.

The Submission Engines (Spammer's) Mod, The Link Dead Mod, Reviewit Mod and the keyword Mod.

bye

michael
Quote Reply
Re: [Stealth] Error Messages In reply to
>>
Since Main.pm is not one of the module files that comes with Links 2.0.
<<

main is the name of the cgi-script Cool.....any script you make will be in the "main" package.

Code:
#!/usr/bin/perl

print "Content-type: text/html\n\n";
print main::hello();

sub hello { "hello" }

Last edited by:

Paul: Jul 22, 2002, 2:53 AM
Quote Reply
Re: [austriaprovider] Error Messages In reply to
What makes you think the error is Links2 related?