这个有关问题:对不起,请将 php.ini 中的 short_open_tag 设置为 On,否则无法继续安装论坛

WBOY
Release: 2016-06-13 13:34:23
Original
975 people have browsed it

这个问题:对不起,请将 php.ini 中的 short_open_tag 设置为 On,否则无法继续安装论坛。
我默认读取php.ini文件里是这样写的:
; short_open_tag
; Default Value: On
; Development Value: Off
; Production Value: Off

应该怎么改才能使short_open_tag值为On
以下是我试过的,但都没有用(每一次改完我都有重启apache):
1. short_open_tag=On(去掉;)

2. short_open_tag
  Default Value: On
  Development Value: Off
  Production Value: Off

3.short_open_tag:On

4.short_open_tag:true

------解决方案--------------------
第一种设置是正确的:
short_open_tag = On

修改配置后别忘了重启服务器。
------解决方案--------------------
第一个应该就可以了呀,什么论坛 居然强制使用短标签
------解决方案--------------------

探讨

第一个应该就可以了呀,什么论坛 居然强制使用短标签
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
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!