Seite 2 von 2

Re: Problem bei Update 3.07pl -3.08

Verfasst: 25.11.2010 15:23
von Mahony
Hallo
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');
} */ 
Achtung: Bevor du Anfängst, erstelle bitte ein Backup der Datenbank, da ich nicht weiß, welche Auswirkungen die Änderung haben kann.


Grüße: Mahony

Re: Problem bei Update 3.07pl -3.08

Verfasst: 25.11.2010 19:50
von sprinter
Hab ich gemacht - dann kommt dies:

[phpBB Debug] PHP Notice: in file /includes/acm/acm_file.php on line 475: Wrong parameter count for fgets()
[phpBB Debug] PHP Notice: in file /includes/acm/acm_file.php on line 537: Wrong parameter count for fgets()

Übrigens blieb das Script immer bei Datei 55 von 204 stehen, egal welchen Wert ich in der install_update eintrage

Re: Problem bei Update 3.07pl -3.08

Verfasst: 25.11.2010 20:31
von nickvergessen
Dann mach das Update lieber lokal mit Xampp, dort ist das kein Problem und lad danach einfach die Dateien hoch.

Re: Problem bei Update 3.07pl -3.08

Verfasst: 25.11.2010 21:56
von sprinter
So, jetzt funktioniert wieder alles - habe bei Strato einen sog. "Plattformumzug" gemacht, damit soll alles etwas mehr Performace bekommen - uns siehe da - es hat tatsächlich funktioniert!



Danke für Euere Hilfe!