dolibarr-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Dolibarr-dev] Patch submitted for task #494


From: Fernando Lagrange
Subject: Re: [Dolibarr-dev] Patch submitted for task #494
Date: Mon, 27 Aug 2012 21:26:20 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:14.0) Gecko/20120714 Thunderbird/14.0

Le 26/08/2012 22:34, Laurent Destailleur (eldy) a écrit :
> I applied patch with minor changes.
> I let you make tests.
> …<snip>…

Thanks for including this in develop branch ! \o/

During tests, it seems that CMailFile.class.php is not included.

Error from apache reports following message:
PHP Fatal error:  Class 'CMailFile' not found in
…<snip>…/htdocs/public/members/new.php on line 267, referer:
http://…<snip>…/public/members/new.php


Adding following line at beginning (line 54) of
htdocs/public/members/new.php file did the trick:
require_once(DOL_DOCUMENT_ROOT.'/core/class/CMailFile.class.php');


(Note that a test email could be send without any problem.)

@+
-- 
Fernando Lagrange
Demo-TIC - Outils En Ligne
http://www.demo-tic.org
Mél.: address@hidden
Jabber/XMPP: address@hidden

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]