php Parse error: syntax error, unexpected end of file
程序员文章站
2024-01-22 09:16:28
...
使用xampp的wordpress时,按照新的主题时,发生如下错误:
Parse error: syntax error, unexpected end of file。。
然后我就根据提示,找到那个文件,然后错误中总是提示最后一行出错,我找到最后一行发现php最后没有正常结束,即
<?php
?>
or
<?
?>
添加之后仍然报同样的错误,找了好久才找到问题所在即开启php短标签。
具体做法是,在php.ini文件中查找 short_open_tag
修改成short_open_tag=On,如果已经是On了就说明短标签已经开启了,无需再设置了
推荐阅读
-
php Parse error: syntax error, unexpected end of file
-
php Parse error: syntax error, unexpected end of file
-
php Parse error: syntax error, unexpected T_STRING,该怎么处理
-
PHP Parse error: syntax error, unexpected T_ENCAPSED_AND_WH
-
Parse error: syntax error, unexpected T_LNUMBER
-
PHP异常Parse error: syntax error错误解决方法
-
Parse error: syntax error, unexpected T_LNUMBER
-
两个Parse error: syntax error, unexpected T_VARIABLE 异常
-
Parse error: syntax error, unexpected '"class_Rect.php"'解决思路
-
Parse error: syntax error, unexpected T_VARIABLE on line 九