Hello, I am just starting on Contentbox, and I hav...
# box-products
c
Hello, I am just starting on Contentbox, and I have my MySQL 8 running on my local, but everytime I run on commandbox
contentbox install-wizard
I get to the point where it gives me this error, is there anything that I am missing? I have checked the credentials and the host name and apparently everthing is ok.
b
@Carlos Guzman The text in your screenshot is not an error.
It's just informational
It says "if the next step fails" which is not the same as telling something did actually fail
What shows up next?
Does the migrations install properly??
c
Ok, I noticed there is not Tables created on my DB for contentbox, there is just one table called cfmigration, the server never starts
b
That wasn't the question I asked
I asked what the output of the console command was after the last text showing in your screenshot
i.e. did the migrations succeed?
c
yes it did
b
Ok, so let's go back to your original statement
it gives me this error
What error?
I'm just not sure what your question even is at this point
You have yet to provide any error
c
hopefully that is enough info. Thanks for the help much appreciated.
b
That error in the logs can be safely ignored, however it does make me wonder-- are you using the root of your
D:/
as your web root?
That's not common nor recommend. Normally, you'd have a subfolder like
D:/websites/webroot
or similar
c
no, I am under d:/contentbox
b
There are special Windows system files in the root of drives
c
all right, I will try that
b
No you're not 🙂
I can see from the output that the context is being created in
D:/
Check the directory you are running these commands from
Not sure-- I can't really tell what's going on with those screenshots. I don't know what the second screenshot is from. That is an error coming from the Commandbox server-- not really related to ContentBox. Is the server running?
c
I installed contentbox on a folder called d:/contentbox, after the installation is completed, the server was not running, so I did
server start
I took the screenshots after doing
server log
no the server is not running, However I installed CF16 and CF21 in separated folders and those servers ran just fine
b
Can you try starting the server like so
Copy code
start --debug --console
and see if any additional errors show up?
c
I really appreciate your help, I reinstalled everything and now contentbox ran just fine!