The phpBB forum software was updated to version 3.3.8.
Please open an issue if there is something missing or not working as expected.
Kind regards,
Oliver
Search found 9841 matches
- Sun 24. Jul 2022, 09:30
- Forum: Announcements
- Topic: phpwcms Forum updated to phpBB 3.3.8
- Replies: 0
- Views: 1286
- Sun 26. Jun 2022, 09:33
- Forum: phpwcms Support English
- Topic: after login - redirected to front page
- Replies: 13
- Views: 334
Re: after login - redirected to front page
Since it worked before and I just moved form the subdomain to the main domain by assigning the domain to the new directory without changing anything in the database or the phpwcms installation – how can this happen? Is there an explanation for that? Hard to say, I have no clue. Maybe check an older...
- Fri 24. Jun 2022, 10:07
- Forum: phpwcms Support English
- Topic: after login - redirected to front page
- Replies: 13
- Views: 334
Re: after login - redirected to front page
In this case: check that there is also no problem with the database after update/upgrade or installation of phpwcms. To enable database logging, set the following line in your /include/config/conf.inc.php : $phpwcms['db_errorlog'] = true; // Log DB queries - false|true Do some operations on your sid...
- Thu 23. Jun 2022, 21:32
- Forum: phpwcms Support English
- Topic: after login - redirected to front page
- Replies: 13
- Views: 334
Re: after login - redirected to front page
you have my contact, send me login credentials and I can check.
- Tue 21. Jun 2022, 13:17
- Forum: phpwcms Support English
- Topic: after login - redirected to front page
- Replies: 13
- Views: 334
- Tue 21. Jun 2022, 12:31
- Forum: phpwcms Support English
- Topic: after login - redirected to front page
- Replies: 13
- Views: 334
Re: after login - redirected to front page
It's hard to tell because I do not know your environment. Which PHP version? Choose 7.4+
Try
Check your PHP error log.
Try
Code: Select all
$phpwcms['session.cookie_httponly.off'] = true;
$phpwcms['session.cookie_samesite'] = 'None';
- Wed 8. Jun 2022, 08:23
- Forum: phpwcms Support Deutsch
- Topic: Mittels Frontend Render CP durch anderen CP ersetzen?
- Replies: 2
- Views: 100
Re: Mittels Frontend Render CP durch anderen CP ersetzen?
Umschließe die beiden in Frage kommenden Content Parts schlicht jeweils mit Kommentar-Tags: <!--MYCP1_START//--> … <!--MYCP1_END//--> <!--MYCP2_START//--> … <!--MYCP2_END//--> Dann die Bedingung: if ($Bedingung1 === true) { $content['all'] = replace_tmpl_section('MYCP2', $content['all']); } else { $...
- Sun 5. Jun 2022, 21:49
- Forum: phpwcms Discussion
- Topic: github-Anleitung /github howto
- Replies: 6
- Views: 10399
Re: github-Anleitung /github howto
Ohne jetzt im Detail alles durchzugehen :) Danke. Und für alle Nicht-Windows-Nutzer, in aller Regel ist git ohne .exe zu nutzen. Und vermutlich auch auf den meisten Windows Systeme in genau der Form nutzbar. Eine Empfehlung, mit Branches vertraut machen. Dann lassen sich Updates auch mal eben testwe...
- Sun 5. Jun 2022, 11:04
- Forum: phpwcms Support Deutsch
- Topic: PHP error Log in conf.inc.php
- Replies: 2
- Views: 84
Re: PHP error Log in conf.inc.php
Es gibt keinen phpwcms-eigenen Konfigurationswert dafür, aber manche Provider machen es Nutzern nicht so einfach, genau die passenden PHP Konfigurationen zu ändern, oder man möchte das schlicht nicht auf Hostingebene. Du kannst aber die PHP-Vorgaben an der Stelle schlicht überschreiben, also individ...
- Thu 26. May 2022, 14:46
- Forum: phpwcms Support English
- Topic: after login - redirected to front page
- Replies: 13
- Views: 334
Re: after login - redirected to front page
Check that you use the correct and same domain to login as in the config, maybe something forces to https or www… which will break the session and log you off immediately after login. Also check the new session cookie related config values. https://github.com/slackero/phpwcms/blob/master/include/con...
- Thu 26. May 2022, 14:41
- Forum: phpwcms Support English
- Topic: Contact form suddenly stopped sending emails
- Replies: 1
- Views: 64
Re: Contact form suddenly stopped sending emails
Check how you send emails, by PHP mail or by SMTP. If you haven't changed something the technical basis might have changed. Ask your hosting provider, some updates, other ports, authentication…
- Tue 24. May 2022, 13:19
- Forum: phpwcms Support Deutsch
- Topic: Weiterleitung auf Startseite funktioniert nicht
- Replies: 11
- Views: 937
Re: Weiterleitung auf Startseite funktioniert nicht
Artikeldatum prüfen, am besten direkt in der Datenbank. Dürften alle ausgelaufen sein.
viewtopic.php?f=13&t=20949
viewtopic.php?f=13&t=20949
- Tue 26. Apr 2022, 12:54
- Forum: phpwcms Support Deutsch
- Topic: Reply-To: separat für Formulare setzen?
- Replies: 5
- Views: 186
Re: Reply-To: separat für Formulare setzen?
Du meinst also für den Fall, dass der sendende Mailer vollkommen verschieden von ReplyTo sein kann?
- Sat 23. Apr 2022, 11:32
- Forum: phpwcms Support Deutsch
- Topic: Reply-To: separat für Formulare setzen?
- Replies: 5
- Views: 186
Re: Reply-To: separat für Formulare setzen?
Es gibt keine separate Möglichkeit bisher, das festzulegen. Bei einem Formular sehe ich dafür auch keine Notwendigkeit. Sender wird für
ReplyTo
und From
gesetzt. Was möchte man, dass der Nutzer einem antworten kann. Dann spielt das doch keine Rolle, eigentlich.- Wed 23. Feb 2022, 14:46
- Forum: phpwcms Installationsprobleme Deutsch
- Topic: [SOLVED] Setup unter PHP 8.1.2 bricht bei Datenbank Einstellungen ab
- Replies: 2
- Views: 420
Re: Setup unter PHP 8.1.2 bricht bei Datenbank Einstellungen ab
Bitte Issues immer im GitHub hinterlegen.
Gibt mögliche Probleme unter PHP 8.1+ in Verbindung mit MySQL 5.7+
https://github.com/slackero/phpwcms/com ... 3711c97656
Gibt mögliche Probleme unter PHP 8.1+ in Verbindung mit MySQL 5.7+
https://github.com/slackero/phpwcms/com ... 3711c97656