php 8.2

Issues related to forms.
Post Reply
samer2022
 
 
Posts: 15
Joined: Wed Apr 11, 2018 4:10 pm

php 8.2

Post by samer2022 »

hello,
i face a problem when trying upgrade the php on the server to version 8.2, since it is required for other applications, but i face a problem when sending forms via my website which is built via Wyziwyg 17, but i do the downgrade to version 7.4 of php, the forms work well. How can i do the upgrade to 8.2 while keep using and sending forms?
User avatar
Pablo
 
Posts: 22421
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: php 8.2

Post by Pablo »

The current version (19) of WWB is compatible with PHP 8.2

However, the problem may have nothing to do with WWB.
In many cases, this is just a server configuration issue. For example, PHP mail may not have been setup correctly.
Please check the PHP error log to find out why it does not work.

See also the form FAQ:
viewtopic.php?t=32967
wwonderfull
 
 
Posts: 1431
Joined: Fri Aug 21, 2020 8:27 am
Contact:

Re: php 8.2

Post by wwonderfull »

As @pablo mentioned. But I think a demo would be needed to be sure what the problem may be.

Along with that read this post for more information if found useful:
viewtopic.php?p=487465#p487465
samer2022
 
 
Posts: 15
Joined: Wed Apr 11, 2018 4:10 pm

Re: php 8.2

Post by samer2022 »

do you have an idea which configuration should be made on the server of GoDaddy? I mean regarding the php 8 or later, to able to send forms.

which extension should be enabled to solve the problem, or value php.ini?
please advise,
regards
User avatar
Pablo
 
Posts: 22421
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: php 8.2

Post by Pablo »

The only way to solve this is if you know what the error is.

See also the "very important note" in the FAQ:
viewtopic.php?t=32967
samer2022
 
 
Posts: 15
Joined: Wed Apr 11, 2018 4:10 pm

Re: php 8.2

Post by samer2022 »

Hi,
If i want to use the SMTP instead of php mail, what should i do in addition to filling in the Mail Engine fields?
User avatar
Pablo
 
Posts: 22421
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: php 8.2

Post by Pablo »

After changing the settings, republish the page (all files).
If that does not work then check the PHP error log for errors.
samer2022
 
 
Posts: 15
Joined: Wed Apr 11, 2018 4:10 pm

Re: php 8.2

Post by samer2022 »

Hi, I have purchased the latest version 19.2, and the form doesn't work.
I received no form,
The problem is the same!!!
What shall I do!!!?
samer2022
 
 
Posts: 15
Joined: Wed Apr 11, 2018 4:10 pm

Re: php 8.2

Post by samer2022 »

I contacted GoDaddy, they informed me that you should provide the needed code for the php mail,,,,
since, i found no error php file
User avatar
Pablo
 
Posts: 22421
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: php 8.2

Post by Pablo »

Did you read the FAQ?
http://www.wysiwygwebbuilder.com/forum/ ... 10&t=32967

If you need further assistance, then please provide the requested information.
samer2022
 
 
Posts: 15
Joined: Wed Apr 11, 2018 4:10 pm

Re: php 8.2

Post by samer2022 »

I read the forum, several times



I found this error via GoDaddy:
[Wed May 01 03:59:04.091476 2024] [cgid:error] [pid 2962181:tid 23144626624256] [client 195.1.144.109:58176] AH01264: script not found or unable to stat: /home/zzzzzzzz/public_html/cgi-bin
User avatar
Pablo
 
Posts: 22421
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: php 8.2

Post by Pablo »

I do not think this error is related.

You will need to find the PHP log on the server. Usually, you can access this via the Control Panel of the webhost.

Note this can only be a configuration issue. However, there is nothing I can do to help if I do not know why the server is not sending the email.
infos
 
 
Posts: 15
Joined: Sat Jun 20, 2009 12:13 pm

Re: php 8.2

Post by infos »

Hi -

I have the same issue with PHP 8.2 , BUT something strange happens.

My form is built with the latest extension "form processor" and it does not send email....

CURIOS, if on the host server I switch to PHP 7.4 instead of PHP 8.2, in .htaccess, my form WORKS very well.

The same form works in PHP 7.4, and NOT with PHP 8.2

What am I doing wrong?

Thank you,
User avatar
Pablo
 
Posts: 22421
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: php 8.2

Post by Pablo »

What do you extension "form processor"?
Do you mean the build in form script?

What is the exact problem?
What is the error in the PHP log?
What are your settings?
Can you please be more specific?
infos
 
 
Posts: 15
Joined: Sat Jun 20, 2009 12:13 pm

Re: php 8.2

Post by infos »

Hi Pablo -

- I have used DBTS Form Processor Extension version 2.7.5.6 with "Form" in "Layout Grid" and settings:


- I do not have an error listed. After I fill out the form and press "Send", I have got a blank, white screen, nothing written on it, and o course, no email received from the form.
And do not forget that: The same form works perfect on server's PHP 7.4, and NOT on PHP 8.2.

So the form stays unmodified on the same server.


Thank you
Last edited by infos on Mon May 20, 2024 2:32 pm, edited 1 time in total.
User avatar
Pablo
 
Posts: 22421
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: php 8.2

Post by Pablo »

I'm sorry, I cannot give support on the DBTS Form Processor Extension. This extension was created by another use who is no longer active on this forum.
However the built-in form script should also work with PHP 8.
Post Reply