0

我有 GD Star Rating WordPress 插件。它在管理端正常工作。但不在前端显示星星。

例如,它在这些页面上返回 500 Internal Server Error http://novelsnippet.com/main/wp-content/plugins/gd-star-rating/gfx.php?value=5&set=oxygen&size=20&max=5

但是关于文件在我的另一个站点上正常工作。 http://metroui.org/wp-content/plugins/gd-star-rating/gfx.php?value=5&set=oxygen&size=20&max=5

在处理该问题时,我发现了一个简单的 php 页面http://novelsnippet.com/main/test.php在这里和其他文件夹也可以使用。但不能在 wp-content 的所有文件夹中工作。

例如http://novelsnippet.com/main/wp-content/test.php

4

2 回答 2

1

这为我修复了它:

转到设置并禁用从外部加载 CSS - 许多提供商出于安全原因阻止外部文件包含。

为我工作,希望它适用于其他人。

于 2016-06-02T13:50:31.877 回答
0

最后我们从托管服务提供商那里得到了解决方案。他们现在修好了。他们说他需要将您的脚本遇到的规则列入白名单。

于 2013-05-10T08:02:46.690 回答