Steffen Stollfuß - 2008-06-16 11:32:58 -
In reply to message 1 from andreas4711
Hi Andreas,
I have tried to reproduce this error but I'm not able to do that.
Which PHP Version is installed on your Server ???
Have you modified the pop3_test.php5 file ???
Can you please post the snip of code where this error message appear ???
[code]
Fatal error: Cannot access self:: when no class scope is active in /srv/www/htdocs/inet2/mail_to_db/pop3_test.php5.php on line 36
[/code]
Seems to be that you try to use a constants out of the POP3 Class. So then you have to type e.g.: POP3::ERR_PARAMETER NOT self::ERR_PARAMETER. This only works in the class.
regards
j0inty