PHPBB3

Jerry Feldman gaf-mNDKBlG2WHs at public.gmane.org
Fri Dec 10 12:20:39 EST 2010


While I mentioned that switching to mysql solved the problem. I was able
to find the same issues with phpbb3 and postgressql. The last step of
the installation process has a login button, but after it is pressed I
get a blank screen. Additionally, http://host/forum also yields a blank
screen. I do know that the index.php is being executed, but fails
somewhere below, but I have not finished my debugging yet. I suspect
that the issue might be in the functions_display script.
$phpEx =3D substr(strrchr(__FILE__, '.'), 1);
include($phpbb_root_path . 'common.' . $phpEx);
include($phpbb_root_path . 'includes/functions_display.' . $phpEx);

// Start session management
$user->session_begin();
$auth->acl($user->data);
$user->setup('viewforum');

--=20
Jerry Feldman <gaf-mNDKBlG2WHs at public.gmane.org>
Boston Linux and Unix
PGP key id: 537C5846
PGP Key fingerprint: 3D1B 8377 A3C0 A5F2 ECBB  CA3B 4607 4319 537C 5846







More information about the Discuss mailing list