Status: offline

Don

Forum User
Full Member
Registered: 06/09/04
Posts: 153
As some of ypou may know already (Hi, Dirk!), I've had problems with the mail function on my GL site forever.

I grabbed the new Pear package and replaced what I had on my site. Now, instead of getting a blank page when i send mail, I get this:

Fatal error: Cannot redeclare display_form() (previously declared in d:websitesblah3.comwwwadminmail.php:62) in d:websitesblah3.comwwwadminMail.php on line 60

Can someone translate? Thanks in advance!

-Don

Status: offline

Dirk

Site Admin
Admin
Registered: 01/12/02
Posts: 13073
The problem is that you're on a case-insensitive filesystem. Geeklog does an include for Mail.php (uppercase 'M') but includes its own mail.php (lowercase 'm') file again instead.

There was a solution for this, but I can't remember it right now ...

Try playing around with the PEAR settings in config.php.

bye, Dirk