Bug #22028
closedIssue ID 0013244 and 0013258
0%
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)
Updated by Steffen Gebert almost 15 years ago
Did you encounter the same error message in log?
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
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
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
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.
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()