Home  >  Article  >  Backend Development  >  wecenter - PHP没有正确解析,JS也没有正常读取。

wecenter - PHP没有正确解析,JS也没有正常读取。

WBOY
WBOYOriginal
2016-06-06 20:46:251049browse

后台设置了二级分类,但是前台页面所属分类后面的二级下拉列表不显示。
群名称和群简介也都显示异常。应该是PHP没有正确解析,JS也没有正常读取。
wecenter - PHP没有正确解析,JS也没有正常读取。

wecenter - PHP没有正确解析,JS也没有正常读取。

回复内容:

后台设置了二级分类,但是前台页面所属分类后面的二级下拉列表不显示。
群名称和群简介也都显示异常。应该是PHP没有正确解析,JS也没有正常读取。
wecenter - PHP没有正确解析,JS也没有正常读取。

wecenter - PHP没有正确解析,JS也没有正常读取。

<code class="lang-php">= 
</code>

是一种缩写形式,它和

<code class="lang-php"> echo 
</code>

等价,但是开启这种缩写需要short_open_tag的支持。
参考http://www.php.net/manual/zh/ini.core.php#ini.short-open-tag
可以在php.ini中设置short_open_tag=On 试试。

检查一下 php.ini 中是否设置了 short_open_tag

Statement:
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