Page 1 of 1

[EN] Installer error message: need to be founder / admin

Posted: 30. May 2008 10:21
by Kevin
FAQ Table Of Contents / Inhaltsverzeichnis

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_') )
 	  	 {
and

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);
 	  	 }
and delete the code.

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