<legend id='VYSSG'><style id='VYSSG'><dir id='VYSSG'><q id='VYSSG'></q></dir></style></legend>
    <bdo id='VYSSG'></bdo><ul id='VYSSG'></ul>

    <small id='VYSSG'></small><noframes id='VYSSG'>

  1. <tfoot id='VYSSG'></tfoot>

      <i id='VYSSG'><tr id='VYSSG'><dt id='VYSSG'><q id='VYSSG'><span id='VYSSG'><b id='VYSSG'><form id='VYSSG'><ins id='VYSSG'></ins><ul id='VYSSG'></ul><sub id='VYSSG'></sub></form><legend id='VYSSG'></legend><bdo id='VYSSG'><pre id='VYSSG'><center id='VYSSG'></center></pre></bdo></b><th id='VYSSG'></th></span></q></dt></tr></i><div id='VYSSG'><tfoot id='VYSSG'></tfoot><dl id='VYSSG'><fieldset id='VYSSG'></fieldset></dl></div>

      500 - 发生错误 - 在 Joomla 中添加新文章时,DB 功能未报告错误

      500 - An error has occurred – DB function reports no errors when adding new article in Joomla(500 - 发生错误 - 在 Joomla 中添加新文章时,DB 功能未报告错误)
        <tfoot id='4qJOk'></tfoot>

            <small id='4qJOk'></small><noframes id='4qJOk'>

            <i id='4qJOk'><tr id='4qJOk'><dt id='4qJOk'><q id='4qJOk'><span id='4qJOk'><b id='4qJOk'><form id='4qJOk'><ins id='4qJOk'></ins><ul id='4qJOk'></ul><sub id='4qJOk'></sub></form><legend id='4qJOk'></legend><bdo id='4qJOk'><pre id='4qJOk'><center id='4qJOk'></center></pre></bdo></b><th id='4qJOk'></th></span></q></dt></tr></i><div id='4qJOk'><tfoot id='4qJOk'></tfoot><dl id='4qJOk'><fieldset id='4qJOk'></fieldset></dl></div>
                <tbody id='4qJOk'></tbody>

              <legend id='4qJOk'><style id='4qJOk'><dir id='4qJOk'><q id='4qJOk'></q></dir></style></legend>
                <bdo id='4qJOk'></bdo><ul id='4qJOk'></ul>
                本文介绍了500 - 发生错误 - 在 Joomla 中添加新文章时,DB 功能未报告错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                问题描述

                我有一篇文章想在我的 Joomla 上发布!地点.每次我点击应用或保存.我收到错误 500 - 发生错误!DB 函数没有报错.我不知道为什么会出现此错误,我可以认为这是服务器错误.

                I have an article that I want to publish on my Joomla! site. Every time I click apply or save. I get error 500 - An error has occurred! DB function reports no errors. I have no idea why this error comes up, al I can think is that it's a server error.

                我正在使用 TinyMCE 和 Joomla 一起输入文章!1.5.11.

                I'm using TinyMCE to type articles together with Joomla! 1.5.11.

                更新:我在 Joomla 中开启了最大错误报告!在文章管理器中,我尝试保存文章,但出现了以下几个错误.请检查截图

                Updated: I turned on Maximum error reporting in Joomla! and in the article manager I tried to save the article and got these couple of errors. Please check screenshot

                我尝试添加

                <?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 页面的顶部!但它没有显示任何错误.我检查了服务器上的错误日志,也没有出现错误.

                at the top of the index.php pages for Joomla! but it does not show any errors. I checked the error logs on the server and also no errors come up.

                我设法通过 phpMyAdmin 发布了这篇文章,但随后发生了其他事情.我尝试通过点击文章链接从前端访问文章,但只出现一个空白页面.

                I managed to publish the article via phpMyAdmin but then something else happens. I try to access to article from the front end, by clicking on the link to the article, but only a blank page comes up.

                这真的很奇怪,因为错误日志没有显示任何信息.所以我假设错误需要来自 Joomla!

                This is really weird, since the error log does not show any information. So I assume the error needs to be coming from Joomla!

                如果我在/administrator/components/com_content/controller.php(大约第 693)

                This happens if I add a print_r($_POST) before if (!$row->check()) { on /administrator/components/com_content/controller.php (around line 693)

                    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
                )
                

                我在这个问题上悬赏,但问题仍未解决?链接文本

                I had a bounty on this question, but the problem is still not resolved? link text

                任何帮助将不胜感激!

                这是文章的链接(我从 TinyMCE 获得的文本文件的来源)文章

                Here is a link to the article (text file with the source I got from TinyMCE) Article

                推荐答案

                只需完成以下任务

                """您可以要求您的托管服务提供商禁用 php.ini 中的 suhosin 功能.启用此功能后,无法保存大帖子."""".

                """you can ask to your hosting provider to disable the function suhosin in php.ini. When this function is enable, is not possible to save large posts."""".

                Shailedner Ahuja

                Shailedner Ahuja

                我的网络开发人员http://www.mywebdeveloper.in

                这篇关于500 - 发生错误 - 在 Joomla 中添加新文章时,DB 功能未报告错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                相关文档推荐

                DeepL的翻译效果还是很强大的,如果我们要用php实现DeepL翻译调用,该怎么办呢?以下是代码示例,希望能够帮到需要的朋友。 在这里需要注意,这个DeepL的账户和api申请比较难,不支持中国大陆申请,需要拥有香港或者海外信用卡才行,没账号的话,目前某宝可以
                PHP通过phpspreadsheet导入Excel日期,导入系统后,全部变为了4开头的几位数字,这是为什么呢?原因很简单,将Excel的时间设置问文本,我们就能看到该日期本来的数值,上图对应的数值为: 要怎么解决呢?进行数据转换就行,这里可以封装方法,或者用第三方的
                mediatemple - can#39;t send email using codeigniter(mediatemple - 无法使用 codeigniter 发送电子邮件)
                Laravel Gmail Configuration Error(Laravel Gmail 配置错误)
                Problem with using PHPMailer for SMTP(将 PHPMailer 用于 SMTP 的问题)
                Issue on how to setup SMTP using PHPMailer in GoDaddy server(关于如何在 GoDaddy 服务器中使用 PHPMailer 设置 SMTP 的问题)

                    <i id='1OrF3'><tr id='1OrF3'><dt id='1OrF3'><q id='1OrF3'><span id='1OrF3'><b id='1OrF3'><form id='1OrF3'><ins id='1OrF3'></ins><ul id='1OrF3'></ul><sub id='1OrF3'></sub></form><legend id='1OrF3'></legend><bdo id='1OrF3'><pre id='1OrF3'><center id='1OrF3'></center></pre></bdo></b><th id='1OrF3'></th></span></q></dt></tr></i><div id='1OrF3'><tfoot id='1OrF3'></tfoot><dl id='1OrF3'><fieldset id='1OrF3'></fieldset></dl></div>

                    <tfoot id='1OrF3'></tfoot>

                  • <legend id='1OrF3'><style id='1OrF3'><dir id='1OrF3'><q id='1OrF3'></q></dir></style></legend>

                        <tbody id='1OrF3'></tbody>
                        <bdo id='1OrF3'></bdo><ul id='1OrF3'></ul>

                        <small id='1OrF3'></small><noframes id='1OrF3'>