Installation issues #11232
Installation issues
#11232
Replies: 3 comments 2 replies
-
This is likely the cause of all your issues. For some reason, it looks like it's trying to install Statamic 4, instead of 5. What's the output of |
Beta Was this translation helpful? Give feedback.
0 replies
-
thanks @duncanmcclean for your reply
Also
|
Beta Was this translation helpful? Give feedback.
2 replies
-
Upgrading to v5 solved it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Unfortunately my installation was riddled with issues from the word Go.
While installing with the CLI saw the following
followed by
But it was not installed properly. When I ignored the error and just did
php please install:eloquent-driver
, it again threw the same error as above...Thereafter, I ran
composer update
hoping to see Statamic up and running... which showedERROR Can't locate path: <C:\xampp\htdocs\...\my-portal\vendor\statamic\cms\src\Providers/../../resources/dist-frontend>.
I then created a
dist-frontend
folder inside resources and copied all the files from theProviders
folder into this.Thereafter I tried
php please install:eloquent-driver
again and got the following error:There are no commands defined in the "install" namespace
Any help would be greatly appreciated. Thank you.
Beta Was this translation helpful? Give feedback.
All reactions