| 
| Subject: | Running on PHP5: Fatal error: Using... | 
|---|
 | Summary: | Package rating comment | 
|---|
 | Messages: | 2 | 
|---|
 | Author: | jho est | 
|---|
 | Date: | 2009-07-09 00:09:51 | 
|---|
 | Update: | 2009-11-24 14:36:33 | 
|---|
 |  |  |  | 
jho est rated this package as follows:
| Utility: | Not sure | 
|---|
| Consistency: | Not sure | 
|---|
| Examples: | Good | 
|---|
|  | 
  jho est - 2009-07-09 00:09:51Running on PHP5:
 Fatal error: Using $this when not in object context in /home/hibooh/public_html/libraries/smtp.class.php on line 76
  christos - 2009-11-24 14:36:33 - In reply to message 1 from jho estchange the line to:if(!isset($this)) {
 |