laravel - ErrorException in ModuleController.php line 1753: -
do have idea error:
errorexception in modulecontroller.php line 1753:
include(/home/tramersi/public_html/sistem/resources/views/sximo/module/template//config/route.php): failed open stream: no such file or directory
this error indicates file /home/tramersi/public_html/sistem/resources/views/sximo/module/template//config/route.php
not found on system.
several things curious post:
sistem
appears misspelling ofsystem
template//config
might indicate dynamically generated string missing component
but strangest part @ end, config/route.php
-- old versions of laravel used use routes.php
define routes, hasn't been true several versions. version of laravel using?
for further assistance, please paste full stack trace (http://php.net/manual/en/function.debug-backtrace.php) source code of modulecontroller.php line 1753 , relevant surroundings.
Comments
Post a Comment