New Send Form Action in FW 6 vs PHP Feedback Form?

I have take it back. So what could be the problem?

Steven


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

You need PHP 5.2 or later (I recommend 5.3). You have 5.1.

Walter

On Mar 12, 2013, at 2:15 PM, Steven wrote:

I have take it back. So what could be the problem?

Steven


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Hi Steven,

You need a more recent version of PHP!

If I run Walter’s script I get a section just after the exif section called “filter”, which shows"Input Validation and Filtering" enabled.

My host uses PHP 5.3.21

Your host may have an update script - you need to talk to your hosting provider and get them to update the PHP version or switch provider.

SteveH


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

I have send my provider an mail for a update.
Thanks for your help.

Steven


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

My provider has done a update. It works!

Thanks to you all for your help.

Steven


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

I have a similar problem using send form.
It’s done as per the instruction video, but when uploaded if I fill the form in and send I immediately get a download:
FW_SendForm_index.php instead of an email to my test address??

Any ideas?

thanks

ian


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Your server is not properly configured for PHP files. This is vanishingly rare – where are you hosting this?

Walter

On Apr 8, 2013, at 9:30 AM, Ian Barrett wrote:

I have a similar problem using send form.
It’s done as per the instruction video, but when uploaded if I fill the form in and send I immediately get a download:
FW_SendForm_index.php instead of an email to my test address??

Any ideas?

thanks

ian


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Walter

its http://www.domaincheck.co.uk
Hosting had already been obtained by client.

thanks

ian


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

File a support ticket and ask them to enable PHP on that server. As I said, it’s completely rare to find a host that doesn’t have PHP installed and working by default. If they can’t/won’t, inform the client that they must move. You can’t swing a cat without hitting a host for less than $10/month with a recent-ish install of PHP/MySQL/Apache. Even if the domain was purchased from this host, that doesn’t mean you have to actually host the site there. You just need to update the DNS to indicate where the actual Web/E-mail server(s) is/are.

Walter

On Apr 8, 2013, at 11:25 AM, Ian Barrett wrote:

Walter

its http://www.domaincheck.co.uk
Hosting had already been obtained by client.

thanks

ian


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Thanks Walter, you are a star as always!

Ian


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

My hosting company has confirmed they are using PHP 5.3.3

I’ve gone back and redone the form (religiously following the send form youtube clip from softpress) but I still keep getting an immediate download of the FW_SendForm_index.php rather than the email response that I should.

Driving me crazy I have to say. Any further ideas?

thanks

ian


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

File a support ticket with your hosting provider. The PHP file should under no circumstances download when requested. That’s a frank security failure on their part. If they have PHP 5.3.3 installed, that’s great. But they have to have enabled PHP in Apache and set the file-type handler to pass the PHP files requested from your Web server to the PHP interpreter for execution. That is categorically not happening, given the error you’re reporting. You’re the second person this week with this same sad tale. Who is your host?

Walter

On Apr 10, 2013, at 11:36 AM, Ian Barrett wrote:

My hosting company has confirmed they are using PHP 5.3.3

I’ve gone back and redone the form (religiously following the send form youtube clip from softpress) but I still keep getting an immediate download of the FW_SendForm_index.php rather than the email response that I should.

Driving me crazy I have to say. Any further ideas?

thanks

ian


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Walter,

thanks again I forwarded your message to the hosting company and it was working within minutes once they had obviously done what you had said!

thanks

ian


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Hi,
I don’t want to install PHP just for the feedback form action in FW Pro 6. Instead I’d like to use the older PERL version of the form mailer. But how? It’s no longer an option in Freeway…
Best,
Ace


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

There was never ever a version of any Action for Perl. I promise you. Many ISPs provide a version of “FormMail.pl” on their servers, and the only integration possible is to set up a bunch of hidden form elements to direct the submission process, and to set the form’s Action property (in the Page / Form Setup dialog) to point to the path of that script.

Walter

On Dec 23, 2013, at 8:22 AM, SpaceAce wrote:

Hi,
I don’t want to install PHP just for the feedback form action in FW Pro 6. Instead I’d like to use the older PERL version of the form mailer. But how? It’s no longer an option in Freeway…
Best,
Ace


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

I’d also be very startled if you had to install PHP. The interpreter is standard on 99.9999% of the servers I have ever found. Versions vary, naturally, but presence? You would have a harder time finding a host that didn’t have it configured as standard.

Walter

On Dec 23, 2013, at 8:22 AM, SpaceAce wrote:

Hi,
I don’t want to install PHP just for the feedback form action in FW Pro 6. Instead I’d like to use the older PERL version of the form mailer. But how? It’s no longer an option in Freeway…
Best,
Ace


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Hi Walter,

Then you’d be startled now because I haven’t (intentionally) installed PHP on my web server. I did install my server from scratch and have only installed the minimum of required software for security reasons. Never needed PHP and don’t want to install it just for the Send-Form-Action of FW6. So my server seems to be of the 0,0001% :slight_smile:

Regarding PERL and hidden form elements: Yes, looks like that’s exactly what I had done on my other website with FW5. Guess since I don’t want to install PHP I’ll have to go that road again.

Thanks for your reply, anyway. Much appreciated!

Best,
Ace


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options