1
I'm having trouble with the sqmail plugin.
I can open any message fine, but when I go back to the message list and open the same message for a second time I get a blank page. I turned on PHP debugging and got this error:
Fatal error: Unknown(): The script tried to execute a method or access a property of an incomplete object. Please ensure that the class definition <b>messageb> of the bject you are trying to operate on was loaded _before_ the session was started in /var/www/localhost/htdocs/xoops/modules/sqmail/src/read_body.php on line 783
Notice [PHP]: A session had already been started - ignoring session_start() in file modules/sqmail/include/validate.php line 61
Notice [PHP]: main(): The script tried to execute a method or access a property of an incomplete object. Please ensure that the class definition <b>messageb> of the object you are trying to operate on was loaded _before_ the session was started in file modules/sqmail/src/read_body.php line 728
Notice [PHP]: main(): The script tried to execute a method or access a property of an incomplete object. Please ensure that the class definition <b>messageb> of the object you are trying to operate on was loaded _before_ the session was started in file modules/sqmail/src/read_body.php line 743
What could be wrong?
If I log out of xoop and back in again I can view the message again.