- SRAnswered
ERROR - 2024-01-11 18:52:18 --> Severity: Compile Error --> Array and string offset access syntax with curly braces is no longer supported app/third_party/Zend/Barcode/Object/ObjectAbstract.php 1201
- MSAnswered
Hello,
May I know your php version? The v2 can only be used php7.4
I suggest you install the latest v3 beta.
Thank you
- SRAnswered
I use 8.1, I already fixed it by modifying a few lines of code
- MSAnswered
I am not sure but max compatible version is php8.0 for the framework. You should be using the v3 as v2 won’t get updates. Thank you
- SRAnswered
If I have V2 and update to V3, will everything I have uploaded be maintained?
- MSAnswered
Hello,
There is no option to update v2 to v3. The beta is quite stable and I will check if I could write migration script. The database schema is different for both versions so not sure at the moment.
Thank you
- SRAnswered
I already answered myself, no the structure is not maintained, for now with the change in the code I will use V2 in PHP 8.2 and I will see if it works well for me extending to V3
- MSAnswered
Hello,
Oh, I thought it was a new installation that’s why I recommended the latest version.
For the v3, we will update the change log once migration script is available.
Thank you
- JAnswered
Sergio Carballo Rojo Can you share how to modify the code ?
- SRAnswered
Jack Do you have the old version or the new one?
I am talking about the old version with PHP 8, which I have modified part of the code to make it compatible.
- Login to Reply