PhpThink

作者: InitialX | 来源:发表于2017-02-16 14:26 被阅读32次

    phpthink在安装过程中出现了两个小问题:
    1.start.php not found
    问题原因:文件路径问题.
    解决方法:修改DIR."/../thinkphp/start.php".
    为:../thinkphp/start.php

    2.Parse error: syntax error, unexpected T_STRING
    问题原因:php版本低于5.4.
    解决方法:切换高版本即可.

    相关文章

      网友评论

        本文标题:PhpThink

        本文链接:https://www.haomeiwen.com/subject/oeqhwttx.html