If you receive an error while trying to install the portal, that you have to be logged in as founder / Admin, please search in root/install_portal/install.php for:
Code: Select all
if( $user->data['is_registered'] && $auth->acl_get('a_') )
{
Code: Select all
} else {
include($phpbb_root_path . 'install_portal/style/layout_header.'.$phpEx);
echo '<h1>' . $user->lang['INSTALLER_ERROR'] . '</h1>';
echo '<p>' . $user->lang['INSTALLER_NEEDS_ADMIN'] . '</p>';
include($phpbb_root_path . 'install_portal/style/layout_footer.'.$phpEx);
}
Don't forget to upload the modified file to your webspace.
Here is a already modified installer, if you don't want to do the changes yourself: download/file.php?id=130 (Version 1.0.2)
FAQ Table Of Contents / Inhaltsverzeichnis