Showing posts with label phpbb. Show all posts
Showing posts with label phpbb. Show all posts

Friday, June 25, 2010

[PHPBB] 3 blank page

Solusinya :

Coba diperiksa file config.php pada folder Root yang meyebabkan tampilan page blank :
Code:

$dbms = 'mysqli';
$load_extensions = 'gd.so';

Diubah menjadi:
Code:

$dbms = 'mysql';
$load_extensions = '';

carauntuk.com

Recommend Visit