11
Where did you download it?
This is NewBB/CBB 3.08 or not?
I have that code in modules/newbb/class/user.php
Since ArtObject() is an empty function, you may try by commenting out
le="color: #000000"><?php $this->ArtObject();
in that class definition.
(Hypothesis: PHP 5.3.2 optimizes empty functions by deleting them in /Frameworks/art/object.php?
le="color: #000000"><?php class ArtObject extends XoopsObject { /** * @var string */ var $plugin_path; /** * Constructor * */ function ArtObject() { } }
or it needs an (also empty) __construct?
)