ErrorException in ModuleController.php line 1753:

Do you have any idea about this error:

ErrorException in ModuleController.php line 1753:

include(/home/tramersi/public_html/sistem/resources/views/sximo/module/template//config/route.php): failed to open stream: No such file or directory


This error indicates that the file /home/tramersi/public_html/sistem/resources/views/sximo/module/template//config/route.php is not found on the system.

Several things are curious about your post:

  • sistem appears to be a misspelling of system
  • template//config might indicate a dynamically generated string that is missing a component
  • But the strangest part is at the end, config/route.php -- old versions of Laravel used to use a routes.php to define routes, but this hasn't been true for several versions. What version of Laravel are you using?

    For further assistance, please paste a full stack trace (http://php.net/manual/en/function.debug-backtrace.php) as well as the source code of ModuleController.php line 1753 and relevant surroundings.

    链接地址: http://www.djcxy.com/p/53090.html

    上一篇: 函数返回多个值是pythonic吗?

    下一篇: ModuleController.php中的ErrorException 1753行: