These are correct. You should be checking your error_logs to see if any are written to it. If yes, it means code in your site (usually addons) is using outdated functions. Get the code updated to use the more modern functions.
I am not here to build for you.
I am here to build with you. Let's help each other.
In starting the update process on my store I have had hundreds of these errors and with a bit of help from others on this forum I have removed every one of them. I think its caused where core code has been updated to remove all these old outdated functions. If in doubt of how to remove them, ask on these forums.
cut-n-paste wrote: ↑Fri Sep 15, 2023 2:49 pm
You were right, the addMaths hook is doing tep_draw_input_field(). What is the new way to do this?
There may be more to it than just that one bit of code so paste the full line of code so others can see the rest of it. In some instances the order of how things happen need to change too.
cut-n-paste wrote: ↑Fri Sep 15, 2023 2:49 pm
You were right, the addMaths hook is doing tep_draw_input_field(). What is the new way to do this?
This is an addon. Help for addons must be posted where you downloaded the addon.
That would be here: app.php/addons/free_addon/maths_captcha
In fact, if you look there, your query has already been answered.