zikula-modules / Formicula

A template-driven form mailer for Zikula
https://ziku.la
19 stars 7 forks source link

Formicula calls function missing in 1.4.x #61

Closed pheski closed 8 years ago

pheski commented 9 years ago

Formicula 3.1.1 in Zikula 1.4 gives the following error when using a form:

Fatal error: Call to undefined method DataUtil::censor() in .../modules/Formicula/lib/Formicula/Api/User.php on line 306

Zikula 1.3.6 (last distribution I used) had: /lib/util/Datautil.php where starting on line 515 there is a 'public static function' censor ($var) that seems to be gone in 1.4.x and I can find no language anywhere in 1.4.x about this public static function or censor().

It looks to me as if Formicula is calling a missing function here:

/modules/Formicula/lib/Formicula/Api/User.php lines 306-313.

pheski commented 8 years ago

Any update?

cmfcmf commented 8 years ago

Hi @pheski, please see #62 for a fix. The function calls can safely be removed.