Pixel v2 Installation Error
Hello,
I'm having a problem installing Pixel v2. Cloud server at digital ocean. Did not experience any errors through the installation, but now /install//finish gives a 404:
The requested URL /install//finish was not found on this server.
Thoughts?
Thanks,
Richard
(more details)
Ok, after setting APP_DEBUG=true in the .env, I see this:
SQLSTATE[42S02]: Base table or view not found: 1146 Table '[database].downloads' doesn't exist (SQL: select count(*) as aggregate from downloads)
we have replaced our database name with [database] in the above error.
Also checked and no tables have been created in our database.
(and a solution)
Right, so not sure why it didn't work, but changing into the application folder and running "php artisan migrate" appears to have resolved this error.
Anyone else experiencing this issue, might find that this solves their problem as well. But don't blame me if it makes things worse ;)
Cheers.
(and an addendum)
Turns out more happened behind the scenes on that /install/finish
To get starter data into the database (specifically the admin user):
Change to the /application folder and run "php artisan db:seed"
I think a better long term solution is to make sure that you have mod_rewrite enabled before the install :)

