Contentify: Debug mode comes up...

Created on 8 May 2018  路  7Comments  路  Source: Contentify/Contentify

I have all checks before hitting install...

But then I get this error...

Please enable the debug mode to start the installer.

help wanted

Most helpful comment

Omg this was rough!!!! But you are the man this worked!

File path was /var/www/html/config

Was able to use filezilla.

All 7 comments

Hello,

this is not an error. It's a feature. But yes, a feature that turned out to be not one of our best ideas so with v2.4 we removed it. (You do use v2.3, right?)

To disable it open the file config/app.php with a text editor an change false to true:
https://github.com/Contentify/Contentify/blob/2.4/config/app.php#L41

It should have been 2.4 i just followed the instructions on the wiki page. I am using a droplet and putty. How do I fix this issue.

To disable it open the file config/app.php with a text editor an change false to true:
https://github.com/Contentify/Contentify/blob/2.4/config/app.php#L41

( Do not let you get confused by the link, there it is already set to true.)

But im not really sure how to transfer it to my droplet.

For example with FileZilla, an FTP tool.

Another way is to connect with PuTTY. Then use the cd command to switch to the <contentify>/config folder. (Most likely the Contentify folder will live in /var/www. ) Then open the file with nano app.php. If Nano is not installed you have to install it with apt-get install nano or maybe sudo apt-get install nano. When in Nano, go to the line and change it. Then use CRTL+O to save and CRTL+X to leave Nano. That's it.

Omg this was rough!!!! But you are the man this worked!

File path was /var/www/html/config

Was able to use filezilla.

Nice!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

nrRudiak picture nrRudiak  路  3Comments

andakawa picture andakawa  路  4Comments

bitbot-marina picture bitbot-marina  路  5Comments

NePhiTV picture NePhiTV  路  5Comments

GaneshKandu picture GaneshKandu  路  4Comments