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

error after install.use mysql #20

Closed
lazycms opened this issue Dec 1, 2016 · 2 comments
Closed

error after install.use mysql #20

lazycms opened this issue Dec 1, 2016 · 2 comments

Comments

@lazycms
Copy link

lazycms commented Dec 1, 2016

( ! ) Fatal error: Uncaught exception 'ReflectionException' with message 'Class Core does not exist' in /home/vagrant/Code/slimrbac/vendor/illuminate/container/Container.php on line 734
( ! ) ReflectionException: Class Core does not exist in /home/vagrant/Code/slimrbac/vendor/illuminate/container/Container.php on line 734

@andrey900
Copy link
Owner

clear directory: rm -rf /cache/*
show in file "/modules/Core/config.json" - params:installed must be value set "true";(after installed)
please add insert line dump debuger in /app/bootstrap/app.php in line 68
dd($container->modules->getModules()); - in container must module name "Core"

@whsecurity
Copy link

whsecurity commented Feb 8, 2018

Hello,
I tried the above solution with this output:
Container {#22
#resolved: []
#bindings: []
#methodBindings: []
#instances: []
#aliases: []
#abstractAliases: []
#extenders: []
#tags: []
#buildStack: []
#with: []
+contextual: []
#reboundCallbacks: []
#globalResolvingCallbacks: []
#globalAfterResolvingCallbacks: []
#resolvingCallbacks: []
#afterResolvingCallbacks: []
}

Keep up the good work!

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

3 participants