forms not forwarding to my email after I changed php version on vitualmin

Issues related to forms.
Post Reply
naeem
 
 
Posts: 5
Joined: Sat Jul 09, 2022 1:15 pm

forms not forwarding to my email after I changed php version on vitualmin

Post by naeem »

Hi

I recently changed my php version and my forms are not getting forwarded to my email address
Page address:
https://awaketravelandtours.co.za/theCapitalEmpire.php

Im currently running on version 5.6.40.

The success page is working but the emails don't get sent to my inbox, I have checked the spam folder as well.
which php version should I use that is compatible with wysiwyg webbuilder 18.

php error logs in vitualmin
PHP Startup: Unable to load dynamic library 'mcrypt.so' (tried: /opt/remi/php73/root/usr/lib64/php/modules/mcrypt.so
to load dynamic library 'mcrypt.so' (tried: /opt/remi/php73/root/usr/lib64/php/modules/mcrypt.so (/opt/remi/php73/root/usr/lib64/php/modules/mcrypt.so: cannot open shared object file: No such file or directory), /opt/remi/php73/root/usr/lib64/php/modules/mcrypt.so.so (/opt/remi/php73/root/usr/lib64/php/modules/mcrypt.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
[14-Sep-2023 13:29:08 Africa/Johannesburg] PHP Fatal error: Directive 'allow_call_time_pass_reference' is no longer available in PHP in Unknown on line 0
[14-Sep-2023 13:33:30 Africa/Johannesburg] PHP Fatal error: Directive 'register_globals' is no longer available in PHP in Unknown on line 0
[14-Sep-2023 11:33:31 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'mcrypt.so' (tried: /opt/remi/php73/root/usr/lib64/php/modules/mcrypt.so (/opt/remi/php73/root/usr/lib64/php/modules/mcrypt.so: cannot open shared object file: No such file or directory), /opt/remi/php73/root/usr/lib64/php/modules/mcrypt.so.so (/opt/remi/php73/root/usr/lib64/php/modules/mcrypt.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
[14-Sep-2023 13:33:31 Africa/Johannesburg] PHP Fatal error: Directive 'allow_call_time_pass_reference' is no longer available in PHP in Unknown on line 0
Last
20
lines of
User avatar
BaconFries
 
 
Posts: 5621
Joined: Thu Aug 16, 2007 7:32 pm

Re: forms not forwarding to my email after I changed php version on vitualmin

Post by BaconFries »

I recently changed my php version and my forms are not getting forwarded to my email address
Did you republish all your pages again?
Emails are not arriving in my inbox...
viewtopic.php?f=10&t=32967
which php version should I use that is compatible with wysiwyg webbuilder 18.
WB18 supports PHP 7.x and PHP 8.x
PHP version compatibility
viewtopic.php?t=87048
User avatar
Pablo
 
Posts: 22429
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: forms not forwarding to my email after I changed php version on vitualmin

Post by Pablo »

This looks like a server configuration issue.
Please contact your web host to fix this.
naeem
 
 
Posts: 5
Joined: Sat Jul 09, 2022 1:15 pm

Re: forms not forwarding to my email after I changed php version on vitualmin

Post by naeem »

Could this be the problem

The label's for attribute doesn't match any element id. This might prevent the browser from correctly autofilling the form and accessibility tools from working correctly.
To fix this issue, make sure the label's for attribute references the correct id of a form field.

How do I fix this.
User avatar
Pablo
 
Posts: 22429
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: forms not forwarding to my email after I changed php version on vitualmin

Post by Pablo »

No, I doubt that this has anything to do with the error in the log.
I think there is a problem on the server side.
User avatar
brimanHTML
 
 
Posts: 20
Joined: Tue Jul 19, 2022 2:58 pm

Re: forms not forwarding to my email after I changed php version on vitualmin

Post by brimanHTML »

@naeem,

First go back into Virtualmin and for the virtual server (domain) go to:
Server Configuration -> PHP Options and check the PHP script execution mode

I use FCGId , just a thought to try before heading in other directions
Post Reply