[pmwiki-users] Failing mailform use

Hans design at flutesong.net
Mon Apr 11 04:18:09 CDT 2005


Monday, April 11, 2005, 3:35:23 AM, John wrote:
> It didn't seem to matter if I put the mailform local to the field
> or left it on the "Farm", I tried both of these "includes" in the
> Field config.php------
> include_once('http://www.evnsong.com/storywiki/cookbook/mailform.php'); # from Farm
> include_once('cookbook/mailform.php');                # put
> mailform in a cookbook dir in the "Field" wiki

I don't think a url is okay in the include_once statement, you should
write to call the farm's cookbook/mailform.php:

include_once("$FarmD/cookbook/mailform.php");


Best, 
~Hans                           




More information about the pmwiki-users mailing list