我已在Joomla 1.7安装了新网站,并安装了工作罚款,但是,在检查后端(行政)时,请登录<代码>500内部服务器Error。
Note: Site is working fine in Local server.
请提出任何解决办法。
提前感谢。
我已在Joomla 1.7安装了新网站,并安装了工作罚款,但是,在检查后端(行政)时,请登录<代码>500内部服务器Error。
Note: Site is working fine in Local server.
请提出任何解决办法。
提前感谢。
首先,请修改<条码>775条码>的复印件:
cache、log、 tmp &、管理人/cache
接着:configuration.php
发现代码:
$log_path = XXXXXXXXXXXXX ;
$tmp_path = XXXXXXXXXXXXX ;
将法典改为:
$log_path = ./logs ;
$tmp_path = ./tmp ;
问题解决:
I had this problem, but none of your advices didn t help.
I fixed a problem only after I switched off all modules via PhpMyAdmin (PMA).
表单元将“公布的”参数改为“0”,然后只有少数模块能够使用这些类型:
After this I entered admin page and used top menu to enable all needed modules one by one. After admin page started to give me 500 error again I knew what module is faulty and I disabled it again via PMA.
May be some files are not uploded.Check failed transfer of your FTP server.Make sure all the files are uploded online
2. 核对您的错误,并回答造成错误的原因。 如同你一样,我SQL有错误,确保你的任何组成部分/摩杜勒/阿伦 t到你的现场。
把它当作一个组成部分?
您可以通过使用表格编辑、改用<条码>条码至0条码>的、可操作/可操作的模块进行人工登录。
Try reinstalling database with the disabilities and alsoeck web. • 为正确配置道路编织文件!
我在现场也经历过类似的情况。 通过记录文档分类,/administrator/error_log
i 看到这一错误信息:
[08-Oct-2012 15:28:59] PHP 致命错误: • 要求成员就第65条(英文/法文)中的非目标进行功能记录。
问题在于以前安装了Joomla 1.5.x,并上载了Joomla 1.6的档案,以取代以前的档案和提升网站的安全。 我几乎一个月的时间为我自己的案件找到解决办法;
最后,见。
希望能帮助那些处境相同的人!
I also have the same issue on my site backend when editing or saving some articles, modules etc...Finally i solved it... Add these lines to /etc/httpd/conf.d/mod_secuirity.conf on your server
SecRuleEngine Off
save it...and restart apache...it works fine for me. Adding these lines disable mod_secuirity engine off.I don t know if it causes secuirity problems in future.. Tnx all...
Change the permission of folder administrator at 775 or 755
我尝试了上述所有想法。 没有结果。 我的网址(即一个过时的Joomla 1.5.x站点——不问!!) ——支持者突然停止工作,最后的解决办法是把服务器PHP版本从4台压缩到5.5(75.4不奏效)。
然后,我就在前线发出一些奇怪的PHP警告。 但随后,我从现在起更新了Joomla,再次回到最后1.5版,所有东西都从现在起算。
Phew! Maybe this helps someone later on...
在我的案件中,有一份未经许可的单一档案。
能够看一看哪一个档案存在问题,就是为了对目录中的所有档案进行许可:
chmod -R ug+rwX .
chmod -R o+rX .
Change the permissions of all of your files/directories.
这是我的情况,也是我的解决办法:
I have changed my server and got this error. I have protected my administrator folder using password protection method. So I have checked my new server and found that my protection information are not saved in control panel. also my .htaccess file (in administrator folder) is not compatible to my new server.
解决办法:
这样做。
我希望这是有益的;
I am developing some basic html pages, i am setting colors of text usimg color code #e7eddf it seems fine in windows but seems different in mac. Can you explain me why its happening and also ...
I have a custom component in which I want to have a breadcumb to help the user navigate the previous page visits. The basic feature in my component is to show our product releases. The workflow is: ...
i ve a navigation bar like the one below..for each it changes the background color on mouseover and mouseout and there is a lag to load those images which looks awful :( i wanna know how to preload ...
I d like to create a menu item in Joomla that points to one article when the user is logged out, and a different article when the user is logged in. I tried creating two menu items, and make them ...
I need to make an account for people to edit a part of my website, but they just need to update a small part frequently. However, when they upload an image for the article, they are able to access ...
actually I have my website build with Joomla hosted on hostmonster but all Joomla website need a database support to run this database is on AWS configuration files need to be updated for that I ...
I m working on a Joomla site, and I need the front page to look slightly different from the rest of the pages, but not enough to warrant the use of two themes (it s a pain to have to update two ...
I m trying to get the current Joomla username. I was able to get it by using $user =& JFactory::getUser(); echo $user->username; But now I ve installed Joomla on my local server and it doesn ...