Jean-Baptiste
Well-known member
Hello,
I have the following error when adding a class extension :
Here is my config :
Best regards
I have the following error when adding a class extension :
Here is my config :
Code:
$config['db']['host'] = '...';
$config['db']['port'] = '...';
$config['db']['username'] = '...';
$config['db']['password'] = '...';
$config['db']['dbname'] = '...';
$config['debug']=true;
$config['development']['enabled'] = true;
$config['development']['fullJs'] = true;
$config['fullUnicode'] = true;
// $config['designer']['enabled'] = true;
Best regards