English 中文(简体)
我的网站完全是空白,可以诊断吗?
原标题:My website is entirely blank, tips to diagnose?

我有一个建立在开放Cart(1.5.0i)之上的电子商务网站,在插入Alexa.com的跟踪代码后,再向另一个网站方向的一组代码完全空白。 起初,它发挥了作用,因此,我认为,在我的后遗余下是安全的。 但是,在更新页数之后,我所有的浏览器(火ox、hr、聋.)的浏览源选择表明,没有相应的法典。 接着,我开始采取一系列的总结步骤:

  1. As my text editor was still open I undid all changes and reuploaded with no changes
  2. I scanned the documents to be sure there were no issues in the text, with no discoveries
  3. I ran it through W3C validation, with 2 warnings which are 1- no character encoding and 2- unable to determine parse mode.
  4. contacted host for a server side restore though their earliest backup was a day after the problem began (it took 3 days of arguing to get them to initiate a restore)

关于这些确认性警告,我不相信在开放Cart、ASCII或UTF-8(有效方诉诸)中应当使用哪些编码,或者除了什么以外,如果我宣布编码,与开放Cart使用的模板是否会与它发生冲突。 此外,我认为很难相信,这种广为分发的产品会带来如此简单的错误,因为届时所有用户都会有这个问题。

In regards to parse mode, the index page does declare parse mode (in the included header file).

除此以外,验证人还声称,它根本得不到法典,因此无法通过这条途径确定问题。

标题和脚本都经过编辑,以补充这些内容,但列入其中的时间相对较长。 用于编辑的代码为:Relexa <!-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

     <span style="display:inline-block;width:160px;height:30px;text-align:center;border:#000 1px dotted;font-family:Arial,Helvetica,sans-serif;font-size:11px;background-color:#FFFFFF;"><strong style="display:block;padding:0px;margin:0px;">Reputation Management</strong><a href="http://www.submitexpress.com/" title="Submit Express - Search Engine Optimization Services" style="font-family:Arial,Helvetica,sans-serif;font-size:11px;">Submit Express</a></span>

如果需要更多的法典才能帮助让我知道,我并不指望有人解决我的问题,而是向我提供相关建议,帮助把这个问题暴露在自己身上,或者如果他们确实为我提供教育,告诉我他们如何管理这一问题,那么我就能够使用同样的欺骗方法。 感谢!

http://www.un.org。 正如Jay所发现的,问题是“PHP 通知:不确定的指数:HTTP_HOST in **/public_html/graphic-shack.com/index.php on line 40”和“ogle”查询没有发现任何有效结果。 对我的无训练的思想是吉卜里语,将非常赞赏澄清,因为第40条实际上是一个空白线,因为由于这一条的案文,我不能因为某种原因在

最佳回答

Open Cart uses UTF-8 throughout, so its definitely best to use that which your theme should set for the browser in the The first thing I would ask is have you got error reporting set up (NOT OPEN CARTS ONE) that logs php errors? If not, then you need to do something like

php_flag  log_errors on
php_value error_log  /path/to/custom/error.log

in your .htaccess file, so that you can log all your php errors to a file. this will need to be somewhere you can get the file, so change the path accordingly so you can view it. Once you have that, you ll have a good base for working out the problem. I find it hard to believe that opencart has stopped because you added code. The most likely cause is a file missing, blanked or half written accidentally when saving or you ve got some extra php code somewhere you shouldn t

= TEST。 PHP CONTENT =

<?php
echo  <pre>  . print_r($_SERVER, true) .  </pre> ;
?>
问题回答

暂无回答




相关问题
Eclipse: Hover broken in debug perspective

Since upgrading Eclipse (Galileo build 20090920-1017), hover in debug no longer displays a variable s value. Instead, hover behaves as if I were in normal Java perspective: alt text http://...

IIS 6.0 hangs when serving a web-service

I am having issues with one of our web-services. It works fine on my development machine (win XP) whether I host it as a separate application or using cassini from Visual studio. Once I deploy on the ...

Tips for debugging a made-for-linux application on windows?

I m trying to find the source of a bug I have found in an open-source application. I have managed to get a build up and running on my Windows machine, but I m having trouble finding the spot in the ...

Asp.Net MVC - Problem returning a model to the view

I ve recently started using the Areas functionality of the Preview2 and it was working ok until I needed to return a Model to the view. Controller: public ActionResult ForgotPassword() { return ...

Unable to generate PDB files in Visual Studio 2005

For most assemblies, I m able to generate their respective .pdb files. However, I ve got one project that isn t generating their .pdb files. I ve made sure that it on debug mode and that the project ...