Hello there, I am running CentOS 7 minimal with dev-tools. I installed LAMP stack, and then OpenLiteSpeed, and then phpMyAdmin through OLS's tutorial. After going to /phpmyadmin/index.php it works and I can even log in. However on both the login page and dashboard, there is an error at the bottom. I know this has something to do with OpenLiteSpeed, as I had just reset this server and prior to that, I install LAMP stack, phpmyadmin, and then OLS. Phpmyadmin worked fine then without the error prior to installing OLS.
Warning in ./libraries/session.inc.php#148
ini_set(): A session is active. You cannot change the session module's ini settings at this time
Backtrace
./libraries/session.inc.php#148: ini_set(
string 'session.use_cookies',
string 'true',
)
./libraries/common.inc.php#259: require(./libraries/session.inc.php)
./index.php#20: require_once(./libraries/common.inc.php)
Warning in ./libraries/session.inc.php#148
Backtrace
./libraries/session.inc.php#148: ini_set(
string 'session.use_cookies',
string 'true',
)
./libraries/common.inc.php#259: require(./libraries/session.inc.php)
./index.php#20: require_once(./libraries/common.inc.php)
Last edited: