Project

General

Profile

Actions

Bug #22028

closed

Issue ID 0013244 and 0013258

Added by Ralf Seliger almost 15 years ago. Updated about 6 years ago.

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

0%

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

Description

Assuming that I read the threads with IDs #0013244 and #0013258 correctly, the empty backend problem in version 4.2.11 only occurs with PHP < 5.2.

Well, I just tried to upgrade from 4.2.10 to 4.2.11 on Suse 9.3 with PHP 5.2.0 and encountered he same problem.

I guess I'll stick with 4.2.10 for a while.

(issue imported from #M13370)

Actions #1

Updated by Steffen Gebert almost 15 years ago

Did you encounter the same error message in log?

Actions #2

Updated by Ralf Seliger almost 15 years ago

Where can I find the log?

Actions #3

Updated by Steffen Gebert almost 15 years ago

In your PHP error log file. If you don't know, where it is located, ask your admin or hoster.

You could also enable display_errors in php.ini, to see the error message (which is really important in such blank-page errors).
See also http://dmitry-dulepov.com/article/blank-empty-page-in-typo3.html

Actions #4

Updated by Ralf Seliger almost 15 years ago

Here is the error message:

Fatal error: Call to undefined function filter_var() in /var/www/vhosts/hsbk-oberhausen.de/httpdocs/typo3_src-4.2.11/t3lib/class.t3lib_div.php on line 1555

Actions #5

Updated by Steffen Gebert almost 15 years ago

Are you <b>really, really, really</b> sure that you are running at least PHP 5.2.0? I can't really believe this.
http://www.php.net/manual/en/function.filter-var.php says it exists since 5.2.0.
Is your PHP self-compiled? Maybe there's a switch to exclude the filtering stuff?

You could also install the PECL filter library, which seems to do the same for PHP 5.1

Actions #6

Updated by Ralf Seliger almost 15 years ago

Yes I'm sure.

Suse 9.3 came with PHP 5.0.3 and I had to upgrade. But I don't recall whether I downloaded a rpm or did it from source.

Actions #7

Updated by Steffen Gebert almost 15 years ago

I'm quite sure, you use a somehow weird version of PHP 5.2.0

Please try to use the PECL filter library - or may be you somewhere find a PHP implementation of filter_var()

Actions #8

Updated by Benni Mack about 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF