我做一些慈善工作,我建立了这个joomla jomsocial网站。我无法通过jomsocial组件获得注册,这里是凭据http://www.curingcrohns.com http://www.curingcrohns.com/administrator后端登录信息管理当我尝试创建一个新帐户时,它给了我这个错误会话过期。请稍候再试,谢谢
发布于 2011-01-01 04:35:45
有很多原因可以导致这种情况。从您尝试注册时表单未被正确验证的事实来看,我会在您的模板中查找-
/* --- This removes any default Scripts from the Header Buffer --- */
$header = $this->getHeadData(); // Get the current HEAD buffer
$header['scripts'] = array(); // Clear all current 'scripts' entries
$this->setHeadData($header); // Update the HEAD buffer如果您在模板中看到了这一点,然后将其注释掉,这将解决问题。如果你找不到,这里还有一些常见的原因-
G 210
https://stackoverflow.com/questions/4425989
复制相似问题