Dependent dropdowns Bootstrap theme

<?php
    $xcrud = Xcrud::get_instance();
    $xcrud->table('consultation');
    $xcrud->relation('office','offices','officeCode','city');
    $xcrud->relation('manager','employees','employeeNumber',array('firstName','lastName'),'','','',' ','','officeCode','office');
    
    $xcrud->relation('country','meta_location','id','local_name','type = \'CO\'');
    $xcrud->relation('region','meta_location','id','local_name','type = \'RE\'','','','','','in_location','country');
    $xcrud->relation('city','meta_location','id','local_name','type = \'CI\'','','','','','in_location','region');
    
    echo $xcrud->render('create');
?>

Deprecated: str_ireplace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in /var/www/html/xcrud/xcrud.php on line 9918

Deprecated: str_ireplace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in /var/www/html/xcrud/xcrud.php on line 9920

Deprecated: str_ireplace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in /var/www/html/xcrud/xcrud.php on line 9918

Deprecated: str_ireplace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in /var/www/html/xcrud/xcrud.php on line 9920

Deprecated: str_ireplace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in /var/www/html/xcrud/xcrud.php on line 9918

Deprecated: str_ireplace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in /var/www/html/xcrud/xcrud.php on line 9920

Deprecated: str_ireplace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in /var/www/html/xcrud/xcrud.php on line 9918

Deprecated: str_ireplace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in /var/www/html/xcrud/xcrud.php on line 9920

Deprecated: str_ireplace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in /var/www/html/xcrud/xcrud.php on line 9918

Deprecated: str_ireplace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in /var/www/html/xcrud/xcrud.php on line 9920

Deprecated: str_ireplace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in /var/www/html/xcrud/xcrud.php on line 9918

Deprecated: str_ireplace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in /var/www/html/xcrud/xcrud.php on line 9920

Deprecated: str_ireplace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in /var/www/html/xcrud/xcrud.php on line 9918

Deprecated: str_ireplace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in /var/www/html/xcrud/xcrud.php on line 9920

Deprecated: str_ireplace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in /var/www/html/xcrud/xcrud.php on line 9918

Deprecated: str_ireplace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in /var/www/html/xcrud/xcrud.php on line 9920

Fatal error: Uncaught mysqli_sql_exception: Table 'xcrud.meta_location' doesn't exist in /var/www/html/xcrud/xcrud_db.php:61 Stack trace: #0 /var/www/html/xcrud/xcrud_db.php(61): mysqli->query('SELECT `id` AS ...', 1) #1 /var/www/html/xcrud/xcrud.php(6480): Xcrud_db->query('SELECT `id` AS ...') #2 /var/www/html/xcrud/xcrud.php(5245): Xcrud->create_relation('consultation.co...', NULL, Array) #3 /var/www/html/xcrud/xcrud.php(2436): Xcrud->_render_details('create') #4 /var/www/html/xcrud/xcrud.php(1773): Xcrud->_create() #5 /var/www/html/xcrud/xcrud.php(1754): Xcrud->_run_task() #6 /var/www/html/demos/pages/dependent_dropdowns.php(11): Xcrud->render('create') #7 /var/www/html/demos/html/template.php(22): include('/var/www/html/d...') #8 /var/www/html/demos/index.php(27): include('/var/www/html/d...') #9 {main} thrown in /var/www/html/xcrud/xcrud_db.php on line 61