Project

General

Profile

Actions

Bug #22686

closed

cannot acces BE on Android phone

Added by Bart Gijswijt almost 14 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2010-05-19
Due date:
% Done:

0%

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

Description

When trying to access the Typo3 backend on an Android phone, instead of the login form the message 'Activate cookies, please!' appears. Cookies are however activated.

Strangely enough, the login form does appear on www.typo3.org/typo3 but it doesn't on any of the Typo3 installations I use (and some others).

error appears regardless of the browser used
(issue imported from #M14440)


Files

14440.diff (3.83 KB) 14440.diff Administrator Admin, 2010-06-06 12:11

Related issues 1 (0 open1 closed)

Is duplicate of TYPO3 Core - Bug #22773: Improve cookie detection at login screenClosedSteffen Kamper2010-06-07

Actions
Actions #1

Updated by Chris topher almost 14 years ago

typo3.org still uses TYPO3 4.2. Might be a problem with cookie detection of the new login form of 4.3.

Actions #2

Updated by Steffen Gebert almost 14 years ago

A bug in MultipleIE (is it called this way?) already caused some confusion, so I added an "Ignore" link. But as the login screen was revamped for a second time, short before the final release, the link was removed. Maybe we should bring it back...

Could you please comment out the cookie detection in the javascript to have a look, wheter the rest of the BE works later on.

Would you sponsor me an Android Phone to test it myself? :-P

Actions #3

Updated by Bart Gijswijt almost 14 years ago

I have checked some other Typo3 sites and it seems that this is 4.3-related. In 4.2 the login screen appears.

Steffen: What should I comment out exactly in what file?

Actions #4

Updated by Steffen Gebert almost 14 years ago

Please replace the following lines in typo3/sysext/t3skin/templates/login.html

if (cookieEnabled) {
  document.getElementById("t3-login-form-fields").style.display = 'block';
else {
  document.getElementById("t3-nocookies-error").style.display = 'block';
 }

with
document.getElementById("t3-login-form-fields").style.display = 'block';

This disables the cookie check. Looking forward to hear from you, if rest of TYPO3 BE works.

Actions #5

Updated by Bart Gijswijt almost 14 years ago

yes, this works perfectly, I don't see any problems in the rest of the BE!

Actions #6

Updated by Steffen Gebert almost 14 years ago

Please try the attached patch.
It uses ExtJS to set/get the cookie and brings back the "Ignore" link.

Actions #7

Updated by Stanislas Rolland almost 14 years ago

+1 from testing on current trunk with Arora browser which had same problem..

Actions #8

Updated by Steffen Gebert almost 14 years ago

Sent RFC under #22773 to the core list. Please test and vote!

Actions #9

Updated by Steffen Kamper almost 14 years ago

resolved with #22773

Actions #10

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF