[RSS Feed/News] Cannot disable debug-mode in dev system

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
Hi guys,

i have a copy of my Community as Testsystem. During styling i recognized that the debug footer row is shown, so i take a look at my config.php and don't find the debug enabled.

Also set
PHP:

$config['debug'] = false;
changed anything.

This is the actually config.php
PHP:

Code:
<?php

$config['db']['host'] = 'localhost';
$config['db']['port'] = '3306';
$config['db']['username'] = 'xxxxx';
$config['db']['password'] = 'xxxxx';
$config['db']['dbname'] = 'xxxxx'...

Read more

ادامه مطلب...
 
Status
Not open for further replies.
Back
Top Bottom