Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[W] some installation warnings #2018

Closed
githubertus opened this issue Oct 7, 2021 · 1 comment
Closed

[W] some installation warnings #2018

githubertus opened this issue Oct 7, 2021 · 1 comment

Comments

@githubertus
Copy link
Contributor

Ubuntu 21.04
PHP 8.0.1 fpm
Ossn 6.1 from Github (6. Oct)

PHP Warning: preg_match(): Compilation failed: invalid range in character class at offset 4 in /var/www/ossn/installation/classes/OssnInstall.php on line 209', referer: installation/?page=settings
PHP Warning: ini_set(): Session ini settings cannot be changed when a session is active in /var/www/ossn/system/start.php on line 35
PHP message: PHP Notice: session_start(): Ignoring session_start() because a session is already active in /var/www/ossn/system/start.php on line 37', referer: installation/?page=settings
PHP Warning: ini_set(): Session ini settings cannot be changed when a session is active in /var/www/ossn/system/start.php on line 35
PHP message: PHP Notice: session_start(): Ignoring session_start() because a session is already active in /var/www/ossn/system/start.php on line 37', referer: installation/?page=account
PHP Warning: ini_set(): Session ini settings cannot be changed when a session is active in /var/www/ossn/system/start.php on line 35
PHP message: PHP Notice: session_start(): Ignoring session_start() because a session is already active in /var/www/ossn/system/start.php on line 37', referer: installation/?page=installed

@lianglee
Copy link
Member

lianglee commented Oct 7, 2021

I think we need to do

if(session_status() === PHP_SESSION_NONE) in installation session

lianglee added a commit that referenced this issue Feb 17, 2022
[B] PHP Warning: preg_match(): Compilation failed (#2018).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants