Project

General

Profile

Actions

Bug #16581

closed

Mailforms are not sent when using Opera

Added by Staffan Ericsson over 17 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2006-09-20
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

I guess this is the standard mailform function in typo3-core otherwize please point me in the right direction.

Over to the problem at hand.

My user base is reporting issues when using the webbrowser Opera to post forms on the site. They are not recived or handled correctly. Somehow there is a problem in the works.

The forms works great with Firefox and IE so it should be a Opera thingie.

(issue imported from #M4255)

Actions #1

Updated by Michael Stucki over 17 years ago

Hmm, sounds strange. I'd be very surprised if contact forms on every TYPO3 website could not be used by Opera users...

Can anybody confirm this issue?

Actions #2

Updated by Rudy Gnodde over 17 years ago

I just tried it using Opera 8.5, Typo3 4.0 and a standard mail form. There were no problems.

Actions #3

Updated by Michael Stucki over 17 years ago

Thought so.
@Staffan Ericsson: Please provide more details that help to reproduce this. Additionally, please try removing some extensions (temporarily) to see if this solves the problem. My guess is that some extension is causing trouble...

Actions #4

Updated by Martin Holtz over 16 years ago

i had some caching related problems with opera too

i used that code to solve it:

[browser = opera]
config.sendCacheHeaders= 0
config.sendNoCacheHeaders = 1
config.additionalHeaders = Cache-Control: no-cache
[global]

i do not know why it worked, but the issue was, that opera didn't send any request to the server. It took the local-cached sites without checking the server. (i used webscarab to track the http-traffic)

Actions #5

Updated by Christian Kuhn almost 15 years ago

Resolved, no change required after no feedback from Staffan for a very long time.

If this really was an Opera issue, it's likely to be solved meanwhile, anyway. Thanks Martin for the caching hack as a workaround.

Actions #6

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF