Vbulletin主页中的空白页

时间:2013-11-21 06:31:54

标签: forum vbulletin

我们拥有这个论坛:forum.mcst.edu.sa

我不知道为什么我们突然在其主页上看到一个空白页面:forum.mcst.edu.sa/forum.php

!!

该论坛在其他页面中运行良好。只有主页空白。

你可以帮忙解决这个问题吗?

这是一个vbulletin论坛版本4.2.0

1 个答案:

答案 0 :(得分:0)

查看源代码,你看到的smilerbox mod正在分解模板输出。

<style type="text/css">
        .editor_smiliebox {
            clear:both;
            height:auto;
            position: relative;
            float:right;
            width: 100%;
            align:center;
        }
        .editor_smiliebox ul.smiliebox {
            height:auto;
            margin:0 auto;
            width:auto;
            align:center;
        }
        .editor_textbox_smilie {
            margin:0px;
            align:center;
        }
        </style>

检查您的mod和插件。启用php_ini输出以进行调试。