error encountered after upgrading the php from php 5.xx to php 8.2.12 in xampp. any tips to solve this, thanks..
kiren0051
Those are not errors rather warnings/notices. You need to configure PHP to disable display_errors and display_startup_errors. Then you need to configure your PHP to only log actual errors and ignore warnings/notices.
Cheers.
For follow up, I have done above and go to the log in page but have this
Then I follow the tutorial for update from V.14.2 to latest, after I copied, paste and override the files.
I can go to the login page but when I entered my account it says "access denied"
Then that means you are using the wrong credentials or something. You can also check your error logs, etc. You should also test the login in incognito/private window.
did you clear your browser cache? do you use an authentication plugin? Did you also upgrade that plugin? Are you seeing any errors in the logs?
ntozier i'll check it thanks.
after i check it, it using ldap for authentication, i change it and i can login now thanks.