Warning: session_start(): Failed to read session data: user (path: c:/wamp64/tmp) in C:\wamp64\www\Joomla_3927-Stable-Full_Package_French_v1\libraries\joomla\session\handler\native.php on line 260
A la ligne 260 j'ai:
// Ok to try and start the session if (!session_start()) { throw new RuntimeException('Failed to start the session'); }
// Mark ourselves as started $this->started = true; }