Loading...
 
Architecture / Installation

Architecture / Installation


Re: Re: Re: Tikiwiki on GoDaddy - New user e-mail verification problem

posts: 1633 Canada

Can you try commenting out one line in lib/webmail/tikimaillib.php?

Image
Copy to clipboard
Index: lib/webmail/tikimaillib.php =================================================================== RCS file: /cvsroot/tikiwiki/tiki/lib/webmail/tikimaillib.php,v retrieving revision 1.3.2.9 diff -r1.3.2.9 tikimaillib.php 22,23c22,23 < if (!@ini_get('safe_mode')) < $this->setReturnPath($sender_email); // in safe-mode, return-path must then be configured at the server level --- > //if (!@ini_get('safe_mode')) > // $this->setReturnPath($sender_email); // in safe-mode, return-path must then be configured at the server level
posts: 1

This looks like you commented TWO lines. I commented them both. The email worked, but the actual registration didn't.

Is this a clue to solving this problem? Should I have just commented out one? Which?