XenForo
Administrative
- Thread starter
- Admin
- #1
Hello,
I have the following error when adding a class extension :
Here is my config :
Code:
Read more
Read more about this Feed . . .
I have the following error when adding a class extension :

Here is my config :
Code:
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'] =...
Read more
Read more about this Feed . . .