Warning: Session_start(): Failed To Read Session Data: User (path: C:\xampp\tmp) In C:\xampp\htdocs\Mejouwresort\libraries\joomla\session\handler\native.php On Line 260 Error: Failed To Start Application: Failed To Start The Session - Question | JoomShaper

Warning: Session_start(): Failed To Read Session Data: User (path: C:\xampp\tmp) In C:\xampp\htdocs\Mejouwresort\libraries\joomla\session\handler\native.php On Line 260 Error: Failed To Start Application: Failed To Start The Session

C

c

General 3 years ago

Does anyone have an easy way to solve this error message:

Warning: session_start(): Failed to read session data: user (path: c:\xampp\tmp) in C:\xampp\htdocs\Mejouwresort\libraries\joomla\session\handler\native.php on line 260 Error: Failed to start application: Failed to start the session

This is a localhost server and mariadb

0
4 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 3 years ago #8593

Hi there!

Thanks for contacting us!

May I know when and how you meet with this error, please?

However, the following links may help you:

https://forum.joomla.org/viewtopic.php?t=965328

https://forum.joomla.org/viewtopic.php?t=961602

Best Regards

0
C
c
Accepted Answer
3 years ago #8611

thank you. There is much more wrong. Need to restall the server.

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 3 years ago #8754

You are always welcome!

0
S
Schmidt
Accepted Answer
1 year ago #102069

hey there in my Case it was this issue:

in my configuration.php file in root of the server there was the wrong databas localhost entry in line 50;

public $host = '127.0.0.1:3306';

i changed this into

public $host = 'localhost';
0