Forms work fine in PHP 5.5.38 and dont work PHP 5.6.40

Issues related to forms.
Post Reply
manolo.negro
 
 
Posts: 4
Joined: Wed May 29, 2019 6:57 pm

Forms work fine in PHP 5.5.38 and dont work PHP 5.6.40

Post by manolo.negro »

Hello all,

Firstly thanks for your community and problem solution.

I have been reading a lot about the possible problems that exist with the configuration of the forms and the PHP configuration. But I have not reached any conclusion, I expose my problem.

It turns out that I have my page created with WWB14 and upload to the server. In it I have several forms that work perfectly with PHP 5.5.38 installed on my server.
But the problem comes when I need PHP 5.6.40 on my server. Well... Because when switching to PHP 5.6.40 no longer works any form.

Does anyone know if WWB form works with + PHP 5.6?

I work with Built-in PHP form processor script and I use "email" in a personal customer data.

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

Re: Forms work fine in PHP 5.5.38 and dont work PHP 5.6.40

Post by Pablo »

Did you make sure the mail server is correctly configured in your PHP configuration?
What is the exactly error?
manolo.negro
 
 
Posts: 4
Joined: Wed May 29, 2019 6:57 pm

Re: Forms work fine in PHP 5.5.38 and dont work PHP 5.6.40

Post by manolo.negro »

Hello Pablo,

Mail server is correctly because before work and because my Hosting personal attention has check it.
When I click to send form, the follow show page is error page (page configures by me). And email not received, of course...
And apache.error.log dont register any error.


Can I send you some pictures with my configuration in order to get a solution about this ítem?

Thanks
User avatar
BaconFries
 
 
Posts: 5328
Joined: Thu Aug 16, 2007 7:32 pm

Re: Forms work fine in PHP 5.5.38 and dont work PHP 5.6.40

Post by BaconFries »

Regarding emails not arriving see the url below reading from...
"emails not arriving in my inbox"
http://www.wysiwygwebbuilder.com/forum/ ... 10&t=32967

You can post images here by uploading them to your host and provide the url. Or upload them to one of the many free image hosts. Remove any information you do not want to be seen by blurring out.
User avatar
Pablo
 
Posts: 21578
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Forms work fine in PHP 5.5.38 and dont work PHP 5.6.40

Post by Pablo »

I am pretty sure this is related to the configuration of the server or a spam filter. As you can see in other related topics, there has never been another reason for it not to work.

Please see ""emails not arriving in my inbox"
http://www.wysiwygwebbuilder.com/forum/ ... 10&t=32967
manolo.negro
 
 
Posts: 4
Joined: Wed May 29, 2019 6:57 pm

Re: Forms work fine in PHP 5.5.38 and dont work PHP 5.6.40

Post by manolo.negro »

Hello again,

Regarding emails not arriving because page show error.html (page configured myself)

Please, you can see my web in follow link: https://www.moldurasycuadrosgarcia.com/ ... _Artes.php

If you need to see my configuration:

Image
Image
Image
Image
Image
Image
Image
Image
Image
Image

Thanks you in advance
manolo.negro
 
 
Posts: 4
Joined: Wed May 29, 2019 6:57 pm

Re: Forms work fine in PHP 5.5.38 and dont work PHP 5.6.40

Post by manolo.negro »

I answer myself. I have modified "mail engine" SMTP by MAIL and at the moment forms are working.

If you see other mistake in my info, please tell me.

Thanks
Post Reply