7.4.1 will not accept License

I walked through updating a 7.3.5 to 7.4.0 It stripped out my license.

I then was told to apply patch 7.4.1 I did that license still would not apply.

 

In frustration, I started over and installed 7.4.1 fresh install and yet still can not apply the license.

 

Without the license, mobile apps will not work. 

Quote · 17 Apr 2019

I am going to assume that you double checked that your domain is listed exactly in your account as it is on your site.  The registration process requires allow_url_fopen to be turned on in php; so check that and make sure it is on.

Geeks, making the world a better place
Quote · 17 Apr 2019
PHP Version 5.5.11

 

Directive Local Value Master Value
allow_url_fopen On On
Quote · 17 Apr 2019

FYI  

The sys_options has the following data.
# Name, VALUE, kateg, desc, Type, check, err_text, order_in_kateg,AvailableValues
'license_checksum', '377f*****************', '0', 'DolphinLicense Checksum', 'digit', '', '', '13', ''
'license_code', '3**************4', '0', 'Dolphin License Code', 'digit','', '', '11', ''

It does not seem to communicate with the license server at boonex.

Quote · 17 Apr 2019

I see in the installation manual under requirements this bullet point

 

Direct connection to boonex.com should be able to be established (i.e. connection without requiring proxy authorization). This is required for license verification.


How do I check this? Is there a setting for this I am overlooking? Is it somewhere in php I am not seeing?

Quote · 17 Apr 2019

Hello manking!

 

Maybe it would be too simple question, but please specify - did you enter your license again after the 7.4.1 upgrade? Also be sure that allow_url_fopen is On as you were told above.

Quote · 18 Apr 2019

Just for the information, the problem was is that site URL in header.inc.php was declared as the following:

$site['url']               = '//' . $_SERVER['HTTP_HOST'] . '/';

 

As the result some code couldn't parse it correctly. It has to be modified to start with http or https, for example:

$site['url']               = 'https://' . $_SERVER['HTTP_HOST'] . '/';
Rules → http://www.boonex.com/terms
Quote · 18 Apr 2019
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.