Solved Call to undefined function session_cache_limiter()

Hi all,
what about php73-session against adminer 4.7.0? I have installed that package but I get the same error:
Code:
Fatal error[/]: Uncaught Error: Call to undefined function session_cache_limiter() in /usr/local/www/apache24/data/adminer.php:169 Stack trace: #0 {main} thrown in /usr/local/www/apache24/data/adminer.php on line 169
Any idea on how to solve it?
Thanks in advance.
 
Make sure you have the correct mod_php* version. I've seen some instances where the PHP modules were 7.2 but mod_php70 for example was still installed. You get similar error messages about functions being undefined because the mod_php* and modules themselves don't match up with the correct PHP version.
 
I just came across a similar error and found that I had mod_php73 installed but the rest of the php modules were 72...
 
Back
Top