Quantcast
Channel: phpBB.com
Viewing all articles
Browse latest Browse all 2053

[3.3.x] Support Forum • Re: Help moving to a new server

$
0
0
Im not familiar with v3.3 error reporting but this should work.
OPEN
root/common.php
FIND

Code:

if (!defined('IN_PHPBB')){exit;}
AFTER ADD

Code:

ini_set('display_startup_errors',1); ini_set('display_errors',1);error_reporting(-1);
when your done, remove or comment out these lines because they will report everything

Statistics: Posted by Helter Skelter — Fri Oct 11, 2024 4:14 am



Viewing all articles
Browse latest Browse all 2053

Trending Articles