- Code: Select all
You must be a "Founder" of this board!
- Code: Select all
Du musst "Gründer" des Forums sein!
When you are performing an update the file to edit is install/install_update.php
When you want to install the gallery, you need to edit the install/install_install.php
Wenn du ein Update durchführen willst, musst du die install/install_update.php bearbeiten.
Wenn du die Gallery installieren willst, ist es die install/install_install.php.
Find and delete/Finde und lösche:
- Code: Select all
if ($user->data['user_type'] != USER_FOUNDER)
{
trigger_error('FOUNDER_NEEDED', E_USER_ERROR);
}
If you can not login into the ACP afterwards, your cookie settings are wrong. Go to the phpbb-Support-Forum than.
Wenn du dich danach nicht ins ACP einloggen kannst, sind deine Cookie-Einstellungen falsch. Hilfe bekommst du im phpbb-Supportforum.


