"500-发生错误".在Joomla中,尝试登录后端时 [英] "500 - An error has occurred" in Joomla, when attemping to login in backend

查看:139
本文介绍了"500-发生错误".在Joomla中,尝试登录后端时的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

当我尝试使用超级用户的正确登录名登录后端时,出现错误页面"500-发生错误."

When I attemp to login in the backend using the right login of the Super User i get an error page "500 - An error has occurred."

我已通过PhpMyAdmin更改了超级用户密码,但错误仍然存​​在.

I have changed the Super User password by PhpMyAdmin and the error remains.

我已经安装了Joomla 2.5.

I have installed Joomla 2.5 installed.

推荐答案

首先,您需要将以下文件夹的文件夹权限更改为775:

First you have change folder permission to 775 for the following folders:

缓存,日志,tmp&管理员/缓存

cache, logs, tmp & administrator/cache

然后转到:configuration.php

Then go to: configuration.php

find code:
$log_path = 'XXXXXXXXXXXXX';
$tmp_path = 'XXXXXXXXXXXXX';

and change code into:
$log_path = './logs';
$tmp_path = './tmp';

这篇关于"500-发生错误".在Joomla中,尝试登录后端时的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆