|
Posted by Mityok on 04/06/07 15:25
On Apr 6, 11:56 am, "Ciegalo" <damien.poc...@gmail.com> wrote:
> Hi to all,
> I'm getting my hands into PEAR for a small newsletter-sending project.
> I need to boost the performance of the sending script and came accross
> this mail_queue class that should queue the emails.
>
> After sweating over the pear installation on myWindows Machine (IIS,
> PHP 4.4.6, MySQL), I cannot even run the tutorial script.. I get :
> Fatal error: Cannot redeclare class
> mail_queue_container:mail_queue_container_db in p:\softs\php\pear\Mail
> \Queue\Container\db.php on line 44
>
> Any idea ? Nothing in the bugtracker of the package.
>
> Thanks in advance for your help !
>
> BR,
> Damien
Hello Damien,
You should check to use include_once (or require_once), not include
(or require) statements when you are including PEAR Mail functions to
your code.
Best Regards,
Mityok
Navigation:
[Reply to this message]
|