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;
}