Search found 4 matches
- 2012-11-09 16:26
- Forum: MX Send E-Mail
- Topic: Troubles with KT_Email.class.php
- Replies: 12
- Views: 61679
Re: Troubles with KT_Email.class.php
Hi Fred, Thanks for the code! It didn't help though: email is still not send. I set php.ini to E_ALL so here is the error I'm getting right now: Strict Standards: Non-static method Mail::factory() should not be called statically, assuming $this from incompatible context in C:\xampp\htdocs\includes\c...
- 2012-11-09 12:52
- Forum: MX Send E-Mail
- Topic: Troubles with KT_Email.class.php
- Replies: 12
- Views: 61679
Re: Troubles with KT_Email.class.php
These are the lines from 549 to 562 of PEAR.php: if ($error_class !== null) { $ec = $error_class; } elseif (isset($this) && isset($this->_error_class)) { $ec = $this->_error_class; } else { $ec = 'PEAR_Error'; } if ($skipmsg) { $a = &new $ec($code, $mode, $options, $userinfo); return $a;...
- 2012-11-08 14:15
- Forum: MX Send E-Mail
- Topic: Troubles with KT_Email.class.php
- Replies: 12
- Views: 61679
Re: Troubles with KT_Email.class.php
Hi Fred,
Sure I did and it solved many problems except this one. I guess it is something to do with PEAR but I'm not quite sure.
Sure I did and it solved many problems except this one. I guess it is something to do with PEAR but I'm not quite sure.
- 2012-11-07 15:29
- Forum: MX Send E-Mail
- Topic: Troubles with KT_Email.class.php
- Replies: 12
- Views: 61679
Troubles with KT_Email.class.php
Hi All, I'm new here and love this place already. IMHO MXKollection is (was) the best tool ever created for a small website developer like me. I can't find solution for the following problem: User registration form is trying to send confirmation email but fails with a stack of messages (see below). ...