Page 1 of 1

NAFLM Installation issue

Posted: Thu Aug 29, 2019 4:10 pm
by danton
I'm trying to install the latest version of NAFLM on my web host's server and get the following error from the php install script:

JpGraph error: 13

The installed PHP version (7.2.19) is not compatible with this release of the library. The library requires at least PHP version 5.1.0

Any ideas on how to solve this? Thanks in advance!

Re: NAFLM Installation issue

Posted: Thu Aug 29, 2019 5:21 pm
by danton
I found a work-around for the JpGraph error as documented on https://groups.google.com/forum/?hl=en- ... gFLjda26fY

Unfortunately the install script now starts to output the head of the page and then fails silently right after the line:

Code: Select all

$(document).ready(function() {
					var leaguesJson = 
Any ideas?

Re: NAFLM Installation issue

Posted: Thu Aug 29, 2019 7:11 pm
by spugnoid
I think you need PHP 5 unless someone does a conversion but it's a lot of work.

Re: NAFLM Installation issue

Posted: Thu Aug 29, 2019 9:16 pm
by danton
spugnoid wrote:I think you need PHP 5 unless someone does a conversion but it's a lot of work.
PHP 7 is fairly ubiquitous nowadays. I'm surprised that no one is running it on a server with PHP 7 by now. If that's the case it's a pity... :(

Re: NAFLM Installation issue

Posted: Fri Aug 30, 2019 9:15 am
by Vanguard
OBBLM is not compatible with PHP5 and would need a fair bit of work to bring it up to speed.

Re: NAFLM Installation issue

Posted: Sat Aug 31, 2019 6:46 pm
by danton
Vanguard wrote:OBBLM is not compatible with PHP5 and would need a fair bit of work to bring it up to speed.
I assume you mean it’s not compatible with PHP 7 right?

Re: NAFLM Installation issue

Posted: Mon Sep 02, 2019 1:23 pm
by Vanguard
danton wrote:
Vanguard wrote:OBBLM is not compatible with PHP5 and would need a fair bit of work to bring it up to speed.
I assume you mean it’s not compatible with PHP 7 right?
I do, of course. :oops: