我最近将我的工作站点移至暂存环境,现在,一些频道显示内部服务器错误 (500),而另一些则完美无缺。似乎什么都没有改变。
是否有一些我错过的设置,或者这可能与登台服务器上的不同 PHP 版本有关?还有什么?
编辑 9/21:
我想我已经把它缩小到 CE_Image 问题......它发生在每个使用 CE_Image 的模板上
这是一些模板代码的示例,如果将其删除,则会导致错误消失:
{cf_home_slideshow limit="5"}
<li data-slide="slide_{row_count}" style="background-image: url({exp:ce_img:pair allow_scale_larger="yes" src="{cf_image}" max_width="956" max_height="429" create_tag="no" crop="yes"}{made}{/exp:ce_img:pair})">
<a href="{cf_link}"><img src="{exp:ce_img:pair allow_scale_larger="yes" src="{cf_image}" max_width="956" max_height="429" create_tag="no" crop="yes"}{made}{/exp:ce_img:pair}" width="956" height="429" /></a>
<div class="slide">
{if cf_link}
<div class="view_project">
<a href="{cf_link}" class="button">View Project <img src="/assets/imgs/arrow_btn.png"></a>
</div>
{/if}
</div>
</li>
{/cf_home_slideshow}