| ( ! ) Warning: Unexpected character in input: '\' (ASCII=92) state=1 in D:\www\UCenter\install\index.php on line 485 |
|---|
| ( ! ) Warning: Unexpected character in input: '\' (ASCII=92) state=1 in D:\www\UCenter\install\index.php on line 485 |
|---|
| ( ! ) Parse error: syntax error, unexpected T_STRING in D:\www\UCenter\install\index.php on line 485 |
|---|
查了才知道UCenter代码中用的是短标记,而PHP5中short_open_tag 默认是设置成Off的。
将php.ini中的short_open_tag设置成On后,问题就解决了。
但还是希望康盛创想在Discuz和UCenter的代码中还是规范点比较好。


