Dear support,
β
I got the error that \chronoforms7\chronog3\admin\extensions\chronofc\__shared\behaviors_list.php Line 210 $category not exists in Wordpress.
β
$category semes to be null or empty.
β
Out of this reson the page faild working with xdebug.
β
I could fixed this with
β
β
I got the error that \chronoforms7\chronog3\admin\extensions\chronofc\__shared\behaviors_list.php Line 210 $category not exists in Wordpress.
β
$category semes to be null or empty.
β
Out of this reson the page faild working with xdebug.
β
I could fixed this with
β
if(isset( $category) && $category !=""){echo $category;
}
Yes, thank you for reporting, it should be fixed in the next WordPress installer update!π
Update: in Line 118 there is an secound $category missing. I have same code was called.
It seeams to be that the
β
Because on line 44 stands
β
Collie-IT
It seeams to be that the
$categoryis missing or a copy arthefact.
β
Because on line 44 stands
β
// foreach($cats as $category => $behaviors){Best reagartsCollie-IT
thank you!π
This topic is locked and no more replies can be posted.
