XF 2.0 Can't disable debug mode

AndreaMarucci

Well-known member
Just converted the board from 1 to 2 and I've enabled debug mode to install an addon.

Now I've deleted $config['debug'] = true; from /src/config.php but every time that I try to install an addon I get this

188544

but in the src/config.php there's no more that code.

How can I do that?
 
Ok since I'm using a CDN probably the script is taken from the CDN and not locally so I'm searching for a mean to have the exact url to purge it from the CDN cache.

Is it [forum url]/src/config.php maybe?
 
This won't be CDN related. It would really be down to what's in src/config.php directly, though something like an opcode cache could be preventing it from being removed.

Beyond that, there could be another add-on enabling it. If you have development mode on, that implies debug mode.
 
Thanks Mike, I've checked another time the config.php and I've found that there was the code to enable the debug mode. I've looked for it at the end and instead I've found it in the middle.

Very sorry for this, I feel a little dumb...
 
Top Bottom