Page 1 of 1
PHP Version
Posted: Tue Apr 23, 2024 5:36 pm
by johnsmith0251
Hello Everyone!
What PHP version does the default form processor work with ?
The web host fiddled with something because of "there was an sendmail.php file taking too much resources on the server end". They claim all they did was change the php version.
I'm just trying to figure out what to do.
Re: PHP Version
Posted: Tue Apr 23, 2024 5:46 pm
by BaconFries
They claim all they did was change the php version.
I guess this will depend on what your host has reverted/changed to but 19.x.x of WWB is compatible with PHP 8.2. See the following
PHP version compatibility
Re: PHP Version
Posted: Tue Apr 23, 2024 6:28 pm
by johnsmith0251
Ahh. I'm on 7.4 so thats not an issue.
how does it work? sendmail.php is uploaded to the server as I upload the files?
BaconFries wrote: ↑Tue Apr 23, 2024 5:46 pm
They claim all they did was change the php version.
I guess this will depend on what your host has reverted/changed to but 19.x.x of WWB is compatible with PHP 8.2. See the following
PHP version compatibility
Re: PHP Version
Posted: Tue Apr 23, 2024 7:32 pm
by Pablo
How it works depends on what settings have used. Because different settings generate different output.
If you need help then please read the form FAQ first.
viewtopic.php?f=10&t=32967
Re: PHP Version
Posted: Wed Apr 24, 2024 3:19 pm
by johnsmith0251
Thank you for all of the feeback - it's deff something on the server end. I'm just waiting on them to figure it out now.
Re: PHP Version
Posted: Sat Apr 27, 2024 9:04 pm
by johnsmith0251
For an update - when I reached out to ask why my hosting account was showing a heavy resource usage - the hosting company claimed they needed to make a tweak to my account and disabled PHPmailer. They just never told me this part but rather told me that they updated the php version - something very different.
Is it normal that phpmailer takes up heavy server resources? I mean, I use it for a webform on multiple pages but it's not like I have a billion people filling out the form. Its a simple form thats very low volume.
Whats the differences between the mailengines? I see a selection but I can't find anything the explains the differences.
Re: PHP Version
Posted: Sun Apr 28, 2024 6:07 am
by Pablo
Is it normal that phpmailer takes up heavy server resources?
No, because it just sends an email. It does not do any heavy processing. It is used by millions websites.
Whats the differences between the mailengines?
Different mail engines determine how emails are sent. Different web host need different options.
For example, if your web host tells you to use SMTP, then you select "PHPMailer - SMTP"
This is not specific to WWB.
Re: PHP Version
Posted: Mon Apr 29, 2024 3:48 pm
by johnsmith0251
So the only reason I would select a different mail engine is if it was directed by the hosting co?
I'm just trying to better understand. Nothing to do with my issue, there were a few in there.
Re: PHP Version
Posted: Mon Apr 29, 2024 3:51 pm
by Pablo
So the only reason I would select a different mail engine is if it was directed by the hosting co?
Correct
Re: PHP Version
Posted: Mon Apr 29, 2024 6:33 pm
by johnsmith0251
Thank you
Pablo wrote: ↑Mon Apr 29, 2024 3:51 pm
So the only reason I would select a different mail engine is if it was directed by the hosting co?
Correct