snowair / phalcon-debugbar

A powerful debug and profilers tool for the Phalcon Framework
MIT License
162 stars 49 forks source link

_debugbar/assets/javascript?m=frontend&1523208358 #51

Open andygithubchen opened 6 years ago

andygithubchen commented 6 years ago

my javascript url : http://192.168.0.10/_debugbar/assets/javascript?m=frontend&1523208358

Notice: Undefined index: path in /andydata/wwwroot/video/video_new/vendor/snowair/phalcon-debugbar/src/ServiceProvider.php on line 203

Warning: require(): Filename cannot be empty in /andydata/wwwroot/video/video_new/vendor/snowair/phalcon-debugbar/src/ServiceProvider.php on line 203

Fatal error: require(): Failed opening required '' (include_path='.:/andydata/server/php/lib/php') in /andydata/wwwroot/video/video_new/vendor/snowair/phalcon-debugbar/src/ServiceProvider.php on line 203
emog commented 6 years ago

I have the same issue. The problem is with applications with modules.
ServiceProvider.php in getModule($moudleName) doesn't return path parameter. I don't know why and Is it supposed to return it. @snowair