PHP Warning in file functions_acp.php on line 65 ob_start output handler ob_gzhandler conflicts with zlib output compression

SOLVED: phpBB GZHANDLER Compression Error

If you have a phpBB forum you may see a php warning: [phpBB Debug] PHP Warning: in file [ROOT]/includes/functions_acp.php on line 65: ob_start(): output handler ‘ob_gzhandler’ conflicts with ‘zlib output compression’ This is simply informing you that some other system is already compressing (‘zip’) your files  and so the phpBB […]

SOLVED: How to Center A Google Advert in PHPBB

If you are using PHPBB (PHP Bulletin Board) you likely want to make some money using Google Ads.  If you are using the latest branch of PHPBB 3.1.x you likely have already figured out that you need to add your Google AdSense code to: phpBB-3.1.xxx\phpBB3\styles\prosilver\template\overall_footer.html but now you can’t figure […]