You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.
NOTE: This post was created on 2022-10-29 on the Kryptronic eCommerce Community facebook page, which has been replaced with this forum. All facebook support content was migrated into this forum in April 2024.
Rob:
Hi Nick
Not sure if I ever mentioned this before but the latest installer.php still doesn't work with PHP8.0+
Function random_key needs the curly braces replaced with square brackets as they were deprecated since PHP7.4.
$random_key .= $pattern[rand(0,15)];
You need to update the lines instances with curly braces and the installer will work when running php8.0+
Kryptronic:
Thanks for this. We are working on release 9.4 right now, which will have this and a few other PHP8 related changes in it. 9.4 should be ready and available within the next couple of weeks.
Offline