Actions
Bug #14495
closedCGI detection bug in t3_popup.html
Status:
Closed
Priority:
Should have
Assignee:
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
-
Start date:
2005-01-17
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
On some servers the popup (i.e. inserting a link) displays an error message about server misconfiguration. The server in this case is running PHP as CGI (Linux) and the phpapi string is "CGI".
In line 40 of t3_popup.php the string checks for XCGI (which fails). Changing this to CGI or adding an ORed check for the string CGI fixes the problem.
Found in version 0.4.26
(issue imported from #M682)
Actions