我有一篇文章想在我的 Joomla 上发表!地点。每次我点击应用或保存。我得到错误500 - An error has occurred! DB function reports no errors
。我不知道为什么会出现这个错误,我认为这是一个服务器错误。
我正在使用 TinyMCE 和 Joomla 一起输入文章!1.5.11。
更新:我在 Joomla 中打开了最大错误报告!在文章管理器中,我尝试保存文章并遇到这几个错误。请检查截图
(来源:techportal.co.za)
我尝试添加
<?php
ini_set('error_reporting', E_ALL);
error_reporting(E_ALL);
ini_set('log_errors',TRUE);
ini_set('html_errors',TRUE);
ini_set('display_errors',true);
?>
在 Joomla 的 index.php 页面的顶部!但它没有显示任何错误。我检查了服务器上的错误日志,也没有出现错误。
我设法通过 phpMyAdmin 发布了这篇文章,但随后发生了其他事情。我尝试通过单击文章的链接从前端访问文章,但只出现一个空白页面。
这真的很奇怪,因为错误日志没有显示任何信息。所以我认为错误需要来自Joomla!
如果我之前添加一个 print_r($_POST) 就会发生这种情况if (!$row->check()) {
Array
(
[title] => Test.
[state] => 0
[alias] => test
[frontpage] => 0
[sectionid] => 10
[catid] => 44
[details] => Array
(
[created_by] => 62
[created_by_alias] =>
[access] => 0
[created] => 2008-10-25 13:31:21
[publish_up] => 2008-10-25 13:31:21
[publish_down] => Never
)
[params] => Array
(
[show_title] =>
[link_titles] =>
[show_intro] =>
[show_section] =>
[link_section] =>
[show_category] =>
[link_category] =>
[show_vote] =>
[show_author] => 1
[show_create_date] => 0
[show_modify_date] => 0
[show_pdf_icon] =>
[show_print_icon] =>
[show_email_icon] =>
[language] =>
[keyref] =>
[readmore] =>
)
[meta] => Array
(
[description] => Test.
[keywords] => Test
[robots] =>
[author] => Test
)
[id] => 58
[cid] => Array
(
[0] => 58
)
[version] => 30
[mask] => 0
[option] => com_content
[task] => apply
[ac1e0853fb1b3f41730c0d52de89dab7] => 1
)