简体   繁体   English

如何从网页隐藏[处理此指令时发生错误]

[英]How to hide [an error occurred while processing this directive] from webpage

So I have a HTML webpage the is processing some php but above where it is showing the php results it shows: [an error occurred while processing this directive] 因此,我有一个正在处理一些php的HTML网页,但在上面显示了php结果的地方是:[处理此指令时发生错误]

Since everything is working all I want to do is hide that line from showing up at all. 由于一切正常,我要做的就是完全隐藏该行。 Is there any type of javascript I can add that can just hide that text from showing up if it appears? 我可以添加任何类型的JavaScript来隐藏显示的文本吗?

Here is my webpage: http://dirbmudcats.com/dev/teams-8u.html 这是我的网页: http : //dirbmudcats.com/dev/teams-8u.html

Fatal error: Call to undefined function getSet() in /homepages/17/d434399820/htdocs/dirbmudcats/dev/sitefiles/set.php on line 21

The function getSet() is not defined. 未定义函数getSet()。 Try to define it and then check 尝试定义它,然后检查

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 “在执行此命令时出现的错误” - “An error occurred while processing this directive” 在执行此命令时出现的错误 - an error occurred while processing this directive php [处理此指令时发生错误] - Php [an error occurred while processing this directive] Joomla损坏:[处理此指令时发生错误] - Joomla broken: [an error occurred while processing this directive] 错误:[处理此指令时发生错误]和正则表达式混淆 - Error : [an error occurred while processing this directive] and regular expression confusion Cron在一段时间后中断。[处理此指令时发生错误] - Cron is breaking after certain amount of time.[an error occurred while processing this directive] 处理此指令PHP时发生错误 - Error occurrs while processing this directive PHP 如何从网页隐藏.php 扩展? - How to hide .php extension from webpage? 如何解决错误“抱歉,此功能现在不可用:处理此请求时发生错误。 请稍后再试。'? - how to solve error 'Sorry, this feature isn't available right now: An error occurred while processing this request. Please try again later.'? 致命错误:未捕获的 SoapFault 异常:[soap:Server] 处理时发生故障 - Fatal error: Uncaught SoapFault exception: [soap:Server] Fault occurred while processing
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM