Search found 5 matches

by eric.rosel
Sat Oct 06, 2018 3:19 am
Forum: Installation and configuration
Topic: [SOLVED] Step 6: php error
Replies: 6
Views: 3639

Re: Step 6: php error

I found the cause. I was accessing the server through a reverse proxy because the server was on a private network. Forma LMS doesn't seem to like this. I had to connect directly to the private network to be able to successfully install Forma LMS. After installation, Forma LMS could already be access...
by eric.rosel
Sat Oct 06, 2018 2:49 am
Forum: Installation and configuration
Topic: [SOLVED] Step 6: php error
Replies: 6
Views: 3639

Re: Step 6: php error

I tried to install it again, this time on:
. Ubuntu 14.04.5 LTS
. php 7.0
. mysql 5.5
. apache 2.4

Still got the same error.
by eric.rosel
Fri Oct 05, 2018 6:28 pm
Forum: Installation and configuration
Topic: [SOLVED] Step 6: php error
Replies: 6
Views: 3639

Re: Step 6: php error

Some updates: Tried downgrading to php 5.5 - still got the same error. Tried downgrading to php 5.4 - still got the same error. Tried downgrading to php 5.3 - got a new error: PHP Parse error: syntax error, unexpected '[' in /var/www/html/forma/index.php on line 35 So the minimum php version require...
by eric.rosel
Fri Oct 05, 2018 5:13 pm
Forum: Installation and configuration
Topic: [SOLVED] Step 6: php error
Replies: 6
Views: 3639

Re: Step 6: php error

Thank you for the quick reply. I've set "error_reporting = E_ALL" in /etc/php.ini And i've set "$cfg['do_debug'] = true;" in config.php I've even added these lines to index.php: error_reporting(E_ALL); ini_set('display_errors', 1); But there are still no errors logged in /var/log...
by eric.rosel
Fri Oct 05, 2018 3:24 pm
Forum: Installation and configuration
Topic: [SOLVED] Step 6: php error
Replies: 6
Views: 3639

[SOLVED] Step 6: php error

Hi All, Good day! It's my first time to try Forma. I'm installing it on CentOS 6 with: . php 5.6 . mysql 5.5 . httpd 2.2 Everything goes well until step 6. On step 6 I see a red "X" beside the words "Importing database", and below that it says "PHP ERROR". Is there any ...