You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PHP Fatal error: Uncaught Exception: /mnt/www/html/mtatodaystg/vendor/simplesamlphp/simplesamlphp/config/config.php: The option 'memcache_store.prefix' is not a valid string value. in /mnt/www/html/mtatodaystg/vendor/simplesamlphp/simplesamlphp/lib/SimpleSAML/Configuration.php:604
This is due to the fact that the $config['memcache_store.prefix'] is set to NULL.
Note that $config['memcache_store.prefix'] = $ah_options['database_name']; is called however the $ah_options array isn't passed in as an arg to the mc_session_store function.
Also, we should indicate that using memcache instead of database is probably wise on high-traffic sites
My system information:
Output of
blt doctor
:When I run this command:
I get the following output:
And I expected this to happen:
The text was updated successfully, but these errors were encountered: