FYI -

I'm using SSU 3.8.4 as downloaded from EasyCommerce. I get the following error when running on a PHP 5.3.4 server:

Code:
PHP Fatal error:  Multiple access type modifiers are not allowed in includes/classes/ssu/cores/parser.php on line 17
A Google search turned up this page:

http://www.devshed.com/c/a/PHP/Using...s-in-PHP-53/3/

which suggests that "self::" now needs to be "static::" for getClass().

I have been unable to test as my ISP has rolled back to PHP 5.2.4.