public/main/install/ajax.php
Variable "db_c_prefix" is not in valid camel caps format Open
Open
->executeQuery("SHOW TABLES LIKE '$db_c_prefix$db_prefix%'")
- Exclude checks
Variable "db_c_prefix" is not in valid camel caps format Open
Open
->executeQuery("SHOW TABLES LIKE '$db_c_prefix$db_prefix%'");
- Exclude checks
Variable "db_prefix" is not in valid camel caps format Open
Open
$db_prefix = api_get_configuration_value('db_prefix') ? api_get_configuration_value('db_prefix') : 'chamilo_';
- Exclude checks
Variable "db_c_prefix" is not in valid camel caps format Open
Open
$db_c_prefix = api_get_configuration_value('table_prefix') ? api_get_configuration_value('table_prefix') : 'crs_';
- Exclude checks