Contentify: Install Error

Created on 14 Oct 2018  路  17Comments  路  Source: Contentify/Contentify

Hello there,
I'm having problem with installation again.

I have tried every OS almost.

/contentify_2_4/public/install was not found on this server.

After clicking "Launch Installer" it goes to this.

bug

Most helpful comment

How do i setup HTACCESS for this?

=> https://github.com/Contentify/Contentify/wiki/Troubleshooting#installation-what-to-do-with-the-public-folder

All 17 comments

Hi, the new 2.5 version will be released _very_ soon so I recommend to try it again when it is released.

Waiting!!!.

I tried almost every way installing tho xd

Rolling it out right now.

Out now: https://github.com/Contentify/Contentify/releases/tag/v2.5

Hope it works and helps you with the issue.

Is it possible to install this on a cPanel server?

SQLSTATE[28000] [1045] Access denied for user 'user233'@'107.189.2.213' (using password: YES) (SQL: SHOW TABLES LIKE "migrations") PS: I got passed through this error some how.

P.S = I got it to work on a cPanel! Working fine right now.
Thank you so much!

go one step back, an click it again

I installed it, Only one step is left.
How do i setup HTACCESS for this?

htaccess? for what, do you need that?

To actually hide the main folder which includes database info etc.

webspace or server ?

4 server go in: /etc/apache2/sites-available
copy the file, with the domain from u'r site

edit it so:

            <VirtualHost *:80>
                ServerAdmin webmaster@u'r domain
                ServerName u'r domain
                ServerAlias u'r domain
                DocumentRoot /var/www/u'r domain/public/
                <Directory />
                    AllowOverride All
                </Directory>
                <Directory /var/www/u'r domain/public/>
                    Options Indexes FollowSymLinks MultiViews
                    AllowOverride all
                    Require all granted
                </Directory>
                ErrorLog /var/log/apache2/u'r domain-error.log
                LogLevel error
                CustomLog /var/log/apache2/u'r domain-access.log combined
            </VirtualHost>

safe it and upload it
go to the console: service apache2 restart

exemple

            <VirtualHost *:80>
                ServerAdmin [email protected]
                ServerName contentify.org
                ServerAlias contentify.org
                DocumentRoot /var/www/contentify.org/public/
                <Directory />
                    AllowOverride All
                </Directory>
                <Directory /var/www/contentify.org/public/>
                    Options Indexes FollowSymLinks MultiViews
                    AllowOverride all
                    Require all granted
                </Directory>
                ErrorLog /var/log/apache2/contentify.org-error.log
                LogLevel error
                CustomLog /var/log/apache2/contentify.org-access.log combined
            </VirtualHost>

please adjust the path to your web folder

It's a cPanel server. I do not have access to console or SSH.

ah okay... you have an admin-interface for u'r domain-control ?
search there: forwarding.
you can in an admin panel, determine where the path should go (for example, a subfolder)

can't i do without the domain control?

How do i setup HTACCESS for this?

=> https://github.com/Contentify/Contentify/wiki/Troubleshooting#installation-what-to-do-with-the-public-folder

can it closed?

Closed. This really seems to be a bug and I will try to solve it.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

maxbrood picture maxbrood  路  5Comments

bitbot-marina picture bitbot-marina  路  5Comments

khalifaone picture khalifaone  路  3Comments

PureLoneWolf picture PureLoneWolf  路  3Comments

LeventeNagy picture LeventeNagy  路  4Comments