Hi
I upgraded joomla to 3.6.4
VM 3.0.18
Acymailing to 5.5.0
AwoCoupon 2.5.0 pro
PHP 7.0.12
I have problem with plugin
AcyMailing Tag : AwoCoupon
I can't add or edit joomla users while this plugin is on.
-------------------
With active plugin AcyMailing Tag : AwoCoupon
When I turn Error Reporting to Maximum then I can see only signs without any error (while adding or editing users account):
+Z`uXSMs+M]d/x}& Cx^1w};08 ÞDx_O1tL"?NYH:$S}` = 倉Ga2].cP1.NhY UJ-C#xbRE>!DL$LGRq|ӡ64Uyˆ,Uy;*&RvѦuXN<I cf(6n ylDTe`ru%0X~nQ1pjuxCt߁'D]p 4a`XQ]YJk!?8tbs2B8fbITK
When I turn also Debug System on then I can add or edit users with one report:
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; plgAcymailingAwoCoupon has a deprecated constructor in..../plugins/acymailing/awocoupon/awocoupon.php on line 14
I have checked it and I have:
class plgAcymailingAwoCoupon extends JPlugin {
function __construct(&$subject, $config){
// load language file
$language = JFactory::getLanguage();
$language->load('com_awocoupon');
---------------------------------------
Could you help me?
Radek