【发布时间】:2018-07-26 02:34:43
【问题描述】:
我正在使用 joomla 3.8.5
它工作正常,但我不得不重新安装 xampp,现在它给出了这个。
native.php
if (!session_start())
{
throw new RuntimeException('Failed to start the session');
}
// Mark ourselves as started
$this->started = true;
}
}
错误
Warning: session_start(): Failed to read session data: user (path: C:\xampp\tmp) inC:\xampp\htdocs\recepcao\libraries\joomla\session\handler\native.php 在线 260 错误:无法启动应用程序:无法启动会话
【问题讨论】:
-
嘿家伙!你解决了这个问题吗?我现在也有同样的问题...
标签: javascript html joomla xampp