Joomla! 无法安装,提示您的浏览器没有启用Cookies的解决办法


joomla 无法安装的情况之一 浏览器没有启用cookie

中文出错信息是: 发生错误:您的浏览器没有启用Cookies。禁用此功能时将无法完成安装。请调整浏览器的相关设置。 对应的英文信息是:Cookies do not appear to be enabled on your browser client. Youwill not be able to install the application with this featuredisabled 这个问题主要与你服务器的权限设置有关。请查看php.ini对应的session目录的权限,以及Joomla!Web根目录下的tmp子目录的权限。 解决办法:libraries/joomla/session/session.phpd的ini_set('session.save_handler','files'); 改成ini_set('session.save_handler','memcache');


具体情况看服务器设置!!

你可能感兴趣的:(Cookies)