Search in support tickets

#682 – CommunityBuilder Plugin

Posted in ‘Support’
This is a public ticket. Everybody will be able to see its contents. Do not include usernames, passwords or any other sensitive information.
Tuesday, 17 December 2019 21:08 CET
webuniverse
Hello

I have updated my AdsManager and now from the CommunityBuilder plugin brings the following error message:

Notice: Undefined property: AdsmanagerViewList::$banners in /home/tieronli/public_html/2020/components/com_adsmanager/views/list/tmpl/default_list.php on line 42

Notice: Undefined property: AdsmanagerViewList::$banners in /home/tieronli/public_html/2020/components/com_adsmanager/views/list/tmpl/default_list.php on line 48

I switched off the error report in the configuration, but the error message still appears.

Is there a new version from this CommunityBuilder Plugin for 3.2.6? :-)

Best regards
Corinne
Custom Fields
Joomla Version
3.9.13
PHP Version
7.2.25
Product
AdsManager
Product Version
3.2.6
Tuesday, 17 December 2019 21:46 CET
webuniverse
We fix this with the following code:

$colspan = 1;
$countCols = true;


if (!property_exists($this, 'banners')) {

$this->banners = false;

}


if($this->banners){
$countBanners = 0;
$countAds = 0;
}
Wednesday, 18 December 2019 16:37 CET
loic
Hello,

That look like an issue.

I will fix that for a future release, in the meantime, your fix will do the trick.

Best regards.
 

Please rate this ticket

Help us improve our support services by rating this ticket from one to five stars, according to how much you are satisfied from the handling of this ticket, one being not satisfied and five being very satisfied.