Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ErrorException file exists #31

Open
ghost opened this issue Dec 19, 2014 · 0 comments
Open

ErrorException file exists #31

ghost opened this issue Dec 19, 2014 · 0 comments

Comments

@ghost
Copy link

ghost commented Dec 19, 2014

Hello,
Sometime I problem with AnalyticsServiceProvider, because I get ErrorException in line 33. When I call var_dump in line 33 to check if file exist (key.pl2) it true result. In next step I remove var_dump line and all work well for next 3h. Why I get this error when file key exists?

"log.ERROR: exception 'ErrorException' with message 'file_exists() expects parameter 1 to be a valid path, array given' in /gotarget_oclublin/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:18 Stack trace: #0 [internal function]: Illuminate\Exception\Handler->handleError(2, 'file_exists() e...', '/gotarget_oclub...', 18, Array) #1 /gotarget_oclublin/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php(18): file_exists(Array) #2 /gotarget_oclublin/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(206): Illuminate\Filesystem\Filesystem->exists(Array) #3 /gotarget_oclublin/vendor/thujohn/analytics/src/Thujohn/Analytics/AnalyticsServiceProvider.php(33): Illuminate\Support\Facades\Facade::__callStatic('exists', Array) #4 /gotarget_oclublin/vendor/thujohn/analytics/src/Thujohn/Analytics/AnalyticsServiceProvider.php(33): Illuminate\Support\Facades\File::exists(Array) #5 /gotarget_oclublin/vendor/laravel/framework/src/Illuminate/Container/Container.php(149): Thujohn\Analytics\AnalyticsServiceProvider->Thujohn\Analytics"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants