Re: [Tiki-users] Installer: "session_start(): Session cannot be started..."
Volker Wysk <post-hhF2Jplw28UoZk/[email protected]> Fri, 23 May 2025 11:56:29 +0200
| Newsgroups | gmane.comp.cms.tiki.user |
|---|---|
| Message-ID | <[email protected]> |
Hi I'm investigating. The Sysconfig mechanism was abandoned in OpenSUSE Tumbleweed/Slowroll. This means that the Apache configuration files aren't recreated from the Sysconfig configuration. This means that mod_rewrite isn't loaded. This means that the RewriteBase setting in .htaccess doesn't work. This means that tiki-check.php reports "/" as the rewrite base. This must be fixed, and it could also have something to do with the tiki- install.php problem. So I don't need help right now. I'm in the process of cleaning up the mess. Should I still need help later, I'll write again. Btw. ChatGPT is good! :-) Cheers, Volker Am Donnerstag, dem 22.05.2025 um 14:21 +0200 schrieb Volker Wysk: > Hi > > I'm installing Tiki on a new system. In tiki-install.php, I get a lot of > derprecation warnings and then the following two messages and the page > "TIKI > INSTALLER SECURITY PRECAUTION": > > Warning: session_set_cookie_params(): Session cookie parameters cannot be > changed after headers have already been sent in /srv/www/htdocs/tiki/tiki- > install.php on line 67 > > Warning: session_start(): Session cannot be started after headers have > already been sent in /srv/www/htdocs/tiki/tiki-install.php on line 69 > > I have to enter the database credentials and get to the "Welcome" page. > When > I click on "Continue", I'm back at the "TIKI INSTALLER SECURITY > PRECAUTION". > It's a loop. > > This looks like a cookie problem. What's up? Could it be on the Apache > side? > > I'm installing from a pre-existing database. When starting again from > scratch, a few steps in the installer are completed but then I'm back at > the > security caution page again. > > I've tried it with both Brave and Firefox. > > tiki-check.php runs fine.