• pgogy

    (@pgogy)


    Hello

    The plugin throws fatal errors due to syntax errors in includes/admin/tbex-addons.php

    Swapping the two lines to

    $array_name = "addons_" . $type;
    
    				$array_name[ $addon ] = $addon_data;
    				if($type=="official"){
    					$addons_by_type = $addons_official;
    				}else if($type=="supported"){
    					$addons_by_type = $addons_supported;
    				}else{
    					$addons_by_type = $addons_recommended;
    				}

    Fixed it for me

    Hope this helps but guessing this plugin might not be worked on anymore

  • The topic ‘Fatal Errors post php 7.4’ is closed to new replies.