Project

General

Profile

Actions

Bug #14764

closed

Login form crashes in class.tslib_content.php

Added by old_gizzmo66 almost 19 years ago. Updated almost 18 years ago.

Status:
Closed
Priority:
Should have
Category:
Frontend
Target version:
-
Start date:
2005-05-28
Due date:
% Done:

0%

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

Description

Fatal error: Call to undefined function: ctype_digit() in /srv/www/htdocs/typo3/typo3_src-3.8.0/typo3/sysext/cms/tslib/class.tslib_content.php on line 1577

Environment:
Linux suse93 2.6.11.4-20a-default
MySQL 4.1.10a
PHP Version 4.3.10
Apache/2.0.53 (Linux/SUSE)
Typo3 3.8.0 (source+dummy)

Fresh installation
(issue imported from #M1120)

Actions #1

Updated by Torsten Schrade almost 19 years ago

This is because on SUSE 9.X php4 is configured with '--disable-ctype' as a default and therefore all ctype() functions are not available. The solution is to install the php4-ctype package with yast2 and then it works.

Actions #2

Updated by Karsten Dambekalns almost 19 years ago

Pfft, will anyone ever understand the SuSE folks?!? :)

Anyway, not a bug in TYPO3, closing.

Actions #3

Updated by old_gizzmo66 almost 19 years ago

Hello,
sorry, that I must reopen the ticket, but the installation of the package was my first try (it was not installed in the default selection). Now the package is installed, but the error persists.

Actions #4

Updated by old_gizzmo66 almost 19 years ago

OK, I found the problem:
The first installation was w/o php4-ctype. Then I have installed the module, but the installation programm did not add the line
extension=ctype.so
in the section [extension section]
So the file was in /usr/lib/php/extensions, but not loaded by PHP.
To solve the problem I have added the missing line and restarted apache. Now I can successfully use the login form.
Thanks a lot for the support.
Regards

Actions #5

Updated by Sebastian Kurfuerst almost 19 years ago

not an issue, because php compiled with wrong options

Actions

Also available in: Atom PDF