-
Installing from the web, of course at https:<domain>/install
All information entered correctly, db already created, user, etc.
Installation starts, then ...
The installation stops and this error appears in the web browser.
The requested URL /codeupdate/1.2.0/Starter was not found on this server.
After, when trying to go to the https://<domain>/, it rewrites to https://<domain>/auth and results in another 404, The requested URL /auth was not found on this server.
I followed all the instructions for setting up a CentOS 7 server with all the required things from here:
https://support.bloxby.com/knowledge-base/server-requirements/
except for the php-ssh2, because I don't want it, and it says if it's not available it's just not shown as an option.
The installation was placed in the /var/www/html (which is the apache web root) folder as per instructions, i.e, after unzipping and placing the installation where it should go, my /var/www/html folder lists like this:# pwd
/var/www/html# ls -latr
total 736
-rw-r--r-- 1 apache apache 384062 Sep 18 00:40 Bloxby-License.pdf
-rw-r--r-- 1 apache apache 268623 Sep 18 00:40 package-lock.json
-rw-r--r-- 1 apache apache 2496 Sep 18 00:40 license.txt
drwxr-xr-x 5 apache apache 4096 Sep 18 00:40 install
-rw-r--r-- 1 apache apache 1713 Sep 25 23:11 _htaccess
-rw-r--r-- 1 apache apache 1216 Sep 25 23:11 package.json
-rw-r--r-- 1 apache apache 5 Sep 25 23:11 config.ini
-rw-r--r-- 1 apache apache 1391 Sep 25 23:11 README.md
-rw-r--r-- 1 apache apache 7724 Sep 27 00:39 webpack.config.js
drwxr-xr-x 6 apache apache 4096 Sep 27 00:40 elements
drwxr-xr-x 2 apache apache 4096 Sep 27 00:40 build
-rw-r--r-- 1 apache apache 8 Sep 27 00:44 package.ini
-rw-r--r-- 1 apache apache 6148 Sep 27 00:45 .DS_Store
drwxr-xr-x 3 apache apache 4096 Sep 27 23:31 img
drwxr-xr-x 3 apache apache 4096 Sep 27 23:31 images
drwxr-xr-x 8 apache apache 4096 Sep 27 23:31 ci_3.1.2
drwxr-xr-x 16 apache apache 4096 Sep 27 23:31 application
drwxrwxrwx 6 apache apache 4096 Sep 27 23:31 tmp
drwxr-xr-x 10 apache apache 4096 Sep 27 23:31 assets
-rw-r--r-- 1 apache apache 10254 Nov 5 16:22 index.php
drwxr-xr-x 4 root root 4096 Nov 5 16:25 ..
drwxr-xr-x 11 root root 4096 Nov 5 16:25 .Note this is after a second installation attempt. A clean installation was expected.
=======================================
Using OVH vps, CentOS 7, mariadb, php 7.1, apache 2.4.6
===========================
CentOS Linux release 7.5.1804 (Core)
mysql Ver 15.1 Distrib 10.3.10-MariaDB, for Linux (x86_64) using readline 5.1
PHP 7.1.23 (cli) (built: Oct 10 2018 12:11:12) ( NTS )
Copyright (c) 1997-2018 The PHP Group
Zend Engine v3.1.0, Copyright (c) 1998-2018 Zend Technologies
with Zend OPcache v7.1.23, Copyright (c) 1999-2018, by Zend TechnologiesServer version: Apache/2.4.6 (CentOS)
Server built: Jun 27 2018 13:48:59
The topic ‘Installation failure (Bloxby starter)’ is closed to new replies.