Re: Problem bei Update 3.07pl -3.08
Verfasst: 25.11.2010 15:23
Hallo
Versuche mal folgendes:
1. Lösche die Umstellung der PHP-Version in der .htaccess
2. Suche in der install/index.php
Ersetze mit
Achtung: Bevor du Anfängst, erstelle bitte ein Backup der Datenbank, da ich nicht weiß, welche Auswirkungen die Änderung haben kann.
Grüße: Mahony
Versuche mal folgendes:
1. Lösche die Umstellung der PHP-Version in der .htaccess
2. Suche in der install/index.php
Code: Alles auswählen
if (version_compare(PHP_VERSION, '4.3.3') < 0)
{
die('You are running an unsupported PHP version. Please upgrade to PHP 4.3.3 or higher before trying to install phpBB 3.0');
}
Ersetze mit
Code: Alles auswählen
/* if (version_compare(PHP_VERSION, '4.3.3') < 0)
{
die('You are running an unsupported PHP version. Please upgrade to PHP 4.3.3 or higher before trying to install phpBB 3.0');
} */
Grüße: Mahony