View Issue Details

IDProjectCategoryView StatusLast Update
0011363mantisbtrsspublic2017-01-18 15:44
Reporterrerbin Assigned To 
PrioritynormalSeveritymajorReproducibilityalways
Status acknowledgedResolutionopen 
Product Version1.2.0rc2 
Summary0011363: Fatal: Call to undefined function ctype_space() in library/rssbuilder/class.RSSBase.inc.php
Description

When I click the rss icon in the head of the page,nothing displayed but this error:
Fatal error: Call to undefined function ctype_space() in /home/vhosts/www.lonmo.com/dev/library/rssbuilder/class.RSSBase.inc.php on line 64

TagsNo tags attached.
Attached Files
rss.png (17,758 bytes)   
rss.png (17,758 bytes)   

Activities

siebrand

siebrand

2010-01-08 05:11

developer   ~0024095

More descriptive subject

rerbin

rerbin

2010-01-08 08:16

reporter   ~0024097

My mantis version is 1.2.0rc2 2010-01-07-master-1.2.x-96813c5
my php version is 5.2.12
my mysql version is 5.0.72

dhx

dhx

2010-01-08 09:29

reporter   ~0024101

http://php.net/manual/en/function.ctype-space.php

Have you compiled PHP with ctype support? On Gentoo, you'd want to set the "ctype" flag when compiling the ebuild.

dhx

dhx

2010-01-08 09:30

reporter   ~0024102

Although I'd also like to point out no other part of MantisBT requires ctype support, so it'd probably be good to write it out completely and put an equivalent replacement in its place.

atrol

atrol

2017-01-18 15:44

developer   ~0055218

Although Id also like to point out no other part of MantisBT requires ctype support

not true in current version as PHPMailer uses ctype_alnum