doumeikuan6834 2017-09-25 19:09
浏览 133
已采纳

您的应用程序文件夹路径似乎未正确设置。 请打开以下文件并更正:index.php

the system used to work correctly, but then this error occurs I had no idea for the solution since i'm still new to this platform; but I've checked similar issue that suggested its due to missing file directory. Any suggestion?

Attached is the File structure; These files are under a system fileFiles structure

  • 写回答

2条回答 默认 最新

  • douping5226 2017-09-25 20:43
    关注

    This occures due to the following reasons.

    • your system folder might be missing

    • Check your permission of folders

    • Open your index.php file and find $system_path and
      $application_folder.

    $system_path = 'system'; $application_folder = 'application';

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)
编辑
预览

报告相同问题?