ThinkPHP做的网站,在后台编辑视频后出现Fatal error: Cannot redeclare class Think in

WBOY
Release: 2016-06-23 13:56:35
Original
1181 people have browsed it

我的站是个用飞飞影视系统搭建的网站,只要我在后台编辑采集来的视频,连续编辑几个之后就很容易出现Fatal error: Cannot redeclare class Think in E:\wwwroot\feifeicms\Runtime\~runtime.php on line 2的提示,网站全体崩溃。

请教各位大神,这是为什么啊,愁死我了!


回复讨论(解决方案)

检查下是否有重复包含的问题:
直接打开  E:\wwwroot\feifeicms\Runtime\~runtime.php 看第二行有会错误。

谢谢您的回复。第二行我逐字逐句的对比过N多遍,跟源文件没有任何分别。只是我在后台编辑视频后,有时立即会引发网站崩溃,或者几个小时后,肯定会出现Fatal error 。如果不编辑视频,那么无论多大的访问量都不会产生错误。所以,我可以肯定是编辑视频过程中哪里的问题。可是奇怪的是,程序是飞飞影视系统的成熟程序。我没有做任何更改。我问过其他用相同程序做视频站的站长,都没遇到这个问题。

清除缓存,开启index.php的 调试debug开关,运行看看。

开启debug

终于找到原因了

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template