epuzyrev
New member
@Tomz @CyberDeviL
Weird why this does not work as I have just downloaded previous v7.5.7 from History tab, installed it and it is all licenced fine.
Downloaded the new v7.5.8 from main download up top and installed straight over the top of existing install and it stays working and licence is activated all fine still.
There is not a major change in wordfenceClass.php found here 'wordfence\lib\wordfenceClass.php' that would constitute a major change and mean the nulling has to be changed.
Have just checked and these lines are already included in wordfenceClass.php from 'wordfence\lib\wordfenceClass.php taken from the main Babiato download for v7.5.8.
wfConfig::set('isPaid', 1);
wfConfig::set('keyType', wfLicense::KEY_TYPE_PAID_CURRENT);
wfConfig::set('keyType', wfLicense::KEY_TYPE_PAID_CURRENT);
wfConfig::set('premiumNextRenew', time()+31536000);
The only one missing is this one, however it should not be needed as the nulling already done is sufficient for it to be working fine.
wfConfig::set('success', 1);
Finally, like I have before, both v7.5.7 and v7.5.8 have installed and activated fine with fully licenced keys and no errors. So there is no error for me.
Weird why this does not work as I have just downloaded previous v7.5.7 from History tab, installed it and it is all licenced fine.
Downloaded the new v7.5.8 from main download up top and installed straight over the top of existing install and it stays working and licence is activated all fine still.
There is not a major change in wordfenceClass.php found here 'wordfence\lib\wordfenceClass.php' that would constitute a major change and mean the nulling has to be changed.
Have just checked and these lines are already included in wordfenceClass.php from 'wordfence\lib\wordfenceClass.php taken from the main Babiato download for v7.5.8.
wfConfig::set('isPaid', 1);
wfConfig::set('keyType', wfLicense::KEY_TYPE_PAID_CURRENT);
wfConfig::set('keyType', wfLicense::KEY_TYPE_PAID_CURRENT);
wfConfig::set('premiumNextRenew', time()+31536000);
The only one missing is this one, however it should not be needed as the nulling already done is sufficient for it to be working fine.
wfConfig::set('success', 1);
Finally, like I have before, both v7.5.7 and v7.5.8 have installed and activated fine with fully licenced keys and no errors. So there is no error for me.