Mach ich gerne, hier ist sie:
<?php
$dbms = 'phpbb\\db\\driver\\mysqli';
$dbhost = 'rdbms.strato.de';
$dbport = '';
$dbname = 'dbsxxxxxx';
$dbuser = 'dbsxxxxxx';
$dbpasswd = 'xxxxxxxxxxx+';
$table_prefix = 'phpbb_';
$php_adm_relative_path = 'adm';
$acm_type = 'phpbb\\cache\\driver\\file';
$load ...
Die Suche ergab 14 Treffer
- 16.06.2026 16:46
- Forum: Support-Forum
- Thema: 3.3.17 Timeout bei Update von 3.3.15
- Antworten: 30
- Zugriffe: 385
- 16.06.2026 16:25
- Forum: Support-Forum
- Thema: 3.3.17 Timeout bei Update von 3.3.15
- Antworten: 30
- Zugriffe: 385
Re: 3.3.17 Timeout bei Update von 3.3.15
Ja, es hat jetzt auch gekappt, endlich!
Noch mal vielen Dank, insbesondere an dich, Crizzo, für deine geduldige Hilfe... und ich werde mir den Thread bookmarken, fürs nächste Update.
DANKE DANKE DANKE!

Noch mal vielen Dank, insbesondere an dich, Crizzo, für deine geduldige Hilfe... und ich werde mir den Thread bookmarken, fürs nächste Update.
DANKE DANKE DANKE!
- 16.06.2026 16:18
- Forum: Support-Forum
- Thema: 3.3.17 Timeout bei Update von 3.3.15
- Antworten: 30
- Zugriffe: 385
Re: 3.3.17 Timeout bei Update von 3.3.15
Jetzt sind wir wohl ein schrittchen weiter:
No valid update directory was found, please make sure you uploaded the relevant files.
Hochgeladen hab ich die Dateien natürlich, gestern schon.
Edit: Es hat endlich geklappt.... hatte die config.php im falschen Ordner hochgeladen....
Sorry noch mal ...
No valid update directory was found, please make sure you uploaded the relevant files.
Hochgeladen hab ich die Dateien natürlich, gestern schon.
Edit: Es hat endlich geklappt.... hatte die config.php im falschen Ordner hochgeladen....
Sorry noch mal ...
- 16.06.2026 16:05
- Forum: Support-Forum
- Thema: 3.3.17 Timeout bei Update von 3.3.15
- Antworten: 30
- Zugriffe: 385
Re: 3.3.17 Timeout bei Update von 3.3.15
Statt dem xxxxx steht natürlich die Nummer der Datenbank, die hab ich nur ausgeixt. Und den letzten Tippfehler bei $acm_type hab ich auch noch ausgebessert.
- 16.06.2026 15:48
- Forum: Support-Forum
- Thema: 3.3.17 Timeout bei Update von 3.3.15
- Antworten: 30
- Zugriffe: 385
Re: 3.3.17 Timeout bei Update von 3.3.15
Fehlermeldung bleibt:
General Error:SQL ERROR [ mysqli ]No such file or directory [2002]SQLSELECT config_name, config_value, is_dynamic FROM phpbb_config in file /mnt/web208/a3/13/5529713/htdocs/wettercommunity/phpbb/db/driver/driver.php on line 1031
<?php
$dbms = 'phpbb\\db\\driver\\mysqli ...
General Error:SQL ERROR [ mysqli ]No such file or directory [2002]SQLSELECT config_name, config_value, is_dynamic FROM phpbb_config in file /mnt/web208/a3/13/5529713/htdocs/wettercommunity/phpbb/db/driver/driver.php on line 1031
<?php
$dbms = 'phpbb\\db\\driver\\mysqli ...
- 16.06.2026 15:14
- Forum: Support-Forum
- Thema: 3.3.17 Timeout bei Update von 3.3.15
- Antworten: 30
- Zugriffe: 385
Re: 3.3.17 Timeout bei Update von 3.3.15
Die config.php sieht jetzt so aus, wie bei dem Beispiel, das du mir verlinkt hattest:
<?php
$dbms = 'mysqli';
$dbhost = 'localhost';
$dbport = '';
$dbname = 'dbsxxxx';
$dbuser = 'dbuxxxxx';
$dbpasswd = 'xxxxxxxxxx';
$table_prefix = 'phpbb_';
$php_adm_relative_path = 'adm';
$acm_type = 'phpp ...
<?php
$dbms = 'mysqli';
$dbhost = 'localhost';
$dbport = '';
$dbname = 'dbsxxxx';
$dbuser = 'dbuxxxxx';
$dbpasswd = 'xxxxxxxxxx';
$table_prefix = 'phpbb_';
$php_adm_relative_path = 'adm';
$acm_type = 'phpp ...
- 16.06.2026 14:57
- Forum: Support-Forum
- Thema: 3.3.17 Timeout bei Update von 3.3.15
- Antworten: 30
- Zugriffe: 385
Re: 3.3.17 Timeout bei Update von 3.3.15
General Error:SQL ERROR [ mysqli ]No such file or directory [2002]SQLSELECT config_name, config_value, is_dynamic FROM phpbb_config in file /mnt/web208/a3/13/5529713/htdocs/wettercommunity/phpbb/db/driver/driver.php on line 1031
Fehlermeldung beim Start des Updates bleibt.
Eine neue ...
Fehlermeldung beim Start des Updates bleibt.
Eine neue ...
- 16.06.2026 14:08
- Forum: Support-Forum
- Thema: 3.3.17 Timeout bei Update von 3.3.15
- Antworten: 30
- Zugriffe: 385
Re: 3.3.17 Timeout bei Update von 3.3.15
Jetzt hat die Fehlermeldung sich geändert, die ich beim Start des Updates kriege:
General Error:SQL ERROR [ mysqli ]No such file or directory [2002]SQLSELECT config_name, config_value, is_dynamic FROM phpbb_config in file /mnt/web208/a3/13/5529713/htdocs/wettercommunity/phpbb/db/driver/driver.php ...
General Error:SQL ERROR [ mysqli ]No such file or directory [2002]SQLSELECT config_name, config_value, is_dynamic FROM phpbb_config in file /mnt/web208/a3/13/5529713/htdocs/wettercommunity/phpbb/db/driver/driver.php ...
- 16.06.2026 13:36
- Forum: Support-Forum
- Thema: 3.3.17 Timeout bei Update von 3.3.15
- Antworten: 30
- Zugriffe: 385
Re: 3.3.17 Timeout bei Update von 3.3.15
Hier ist sie.
Code: Alles auswählen
$dbms = 'mysqli';
$dbhost = 'localhost'
$dbport = '3306';
$dbname = 'dbsxxxxx';
$dbuser = 'dbuxxxxx';
$dbpasswd = 'xxxxxx';
$table_prefix = 'phpbb_';
$acm_type = 'file';
$load_extensions = '';
@define('PHPBB_INSTALLED', true);
?>
- 16.06.2026 12:32
- Forum: Support-Forum
- Thema: 3.3.17 Timeout bei Update von 3.3.15
- Antworten: 30
- Zugriffe: 385
Re: 3.3.17 Timeout bei Update von 3.3.15
Einen ftp-Zugang hab ich natürlich, den nutze ich zum Hochladen.
Und dass ich keine Kommandozeile hab, mag daran liegen, dass es "nur" ein Webspace ist (Strato hosting basic) und kein Server, könnte das sein?
Ich habe auch die .user.ini angelegt und ins Root-Verzeichnis des Forums hochgeladen ...
Und dass ich keine Kommandozeile hab, mag daran liegen, dass es "nur" ein Webspace ist (Strato hosting basic) und kein Server, könnte das sein?
Ich habe auch die .user.ini angelegt und ins Root-Verzeichnis des Forums hochgeladen ...