Login 2fa

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
Cat
User
Posts: 78

Login 2fa

Post by Cat »

hello I have the following error in production when trying to enter the application the server uses php 8.2.6

ErrorException (E_DEPRECATED)
Creation of dynamic property PHPMaker2023\ARC\Login2fa::$OffsetColumnClass is deprecated


mobhar
User
Posts: 11700

Post by mobhar »

Make sure when you re-generating ALL the script files by using PHPMaker 2023, your local web server is running PHP 8.2, too.


Cat
User
Posts: 78

Post by Cat »

the local server runs the same version of php

and it is also generating the error in localhost


arbei
User
Posts: 9348

Post by arbei »

You are using some older version (< v2023) with PHP 8.2. You need to either upgrade to v2023 or downgrade your PHP.


Cat
User
Posts: 78

Post by Cat »

I am using version 2023.13


Cat
User
Posts: 78

Post by Cat »

Downgrade the php version and update the phpmaker template and now it's working

thank you so much


Post Reply