Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP;
(Устарело: методы с тем же именем, что и их класс, не будут конструкторами в будущей версии PHP)
было:
class plgContentJw_sigpro extends JPlugin
надо переименовать class в "__construct":
class __construct extends JPlugin