Contentify: Getting Error while installing Contentify 2.4

Created on 19 Jun 2018  路  10Comments  路  Source: Contentify/Contentify

I am Getting Error while installing Contentify 2.4

Getting this error on button click of database fill up step

Contentify 2.4 trying to get database details for table creation and insertion from database.ini which is field with default value

you should update database.ini first before table creation and insertion while install so that Contentify 2.2 can connect with right database details instead of default value

Laravel Log --> laravel.log

screenshot-webuzo web-2018-06-19-15-07-40

help wanted

All 10 comments

Contentify 2.4

Laravel Log --> laravel.log

screenshot-webuzo web-2018-06-19-15-33-50

Hello,

seems like my comment disappeared...

So, again: Thank you for creating this issue. So the database credentials in the storage/app/databse.ini are correct?

yes, credentials are correct in storage/app/databse.ini
but my database credentials are different from default value in storage/app/databse.ini

; Auto-generated file with database connection settings.
; See config/database.php for more settings.

host = 127.0.0.1
database = contentify2
username = root
password = 

What part is different? Do you have a special port? You can change the port in this file: https://github.com/Contentify/Contentify/blob/v2.4/config/database.php#L45

No i don't have special port i am using default port 3306

Did you able to reproduce ? i got solution of it

@GaneshKandu What solution did you find? :)

https://github.com/Contentify/Contentify/pull/383
Hi @chriskonnertz Please look at the changed i made

Hi, yes I will take a closer look tomorrow. I believe I understand the problem now, I have to look at it from different angles and do some testing but you might have a point there...

Hello,

finally had time to write a bug fix. I hope this fixes excatly this problem.

In your pull request you were right about what the problem was, but I was also right that there had to be a redirect (okay, acutally I've added a new step instead of a redirect), so I kinda combined our solutions. c9d58d4

Thank you for your contribution, it helped a lot (even though it did not get merged)!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

NePhiTV picture NePhiTV  路  5Comments

khalifaone picture khalifaone  路  3Comments

maxbrood picture maxbrood  路  5Comments

bitbot-marina picture bitbot-marina  路  5Comments

khalifaone picture khalifaone  路  3Comments