Search found 4 matches

by danimm
28 May 2014, 08:09
Forum: Help
Topic: Blank page running install.php
Replies: 7
Views: 25137

Re: Blank page running install.php

Paul, thanks for your answers.

I'm afraid the way of using /u with preg commands should be modifying mantis, wordpress and other software source code, so I'll look for another solution.

Yes, it's 64bit Fedora Core 8. Yes, it's old, but it's a 120% server and we couldn't upgrade... but we have ...
by danimm
26 May 2014, 14:40
Forum: Help
Topic: Blank page running install.php
Replies: 7
Views: 25137

Re: Blank page running install.php

I've found on the net some examples to check my PCRE+PHP+Apache installation, but I cannot reach the solution.

If I write a new php file including this:

$one = (preg_match('/^./us', "ñ") == 1);

or

$invalid = preg_match('@[^\x9\xA\xD\x20-\x{D7FF}\x{E000}-\x{FFFD}\x{10000}-\x{10FFFF}]@u', "ñ ...
by danimm
20 May 2014, 08:27
Forum: Help
Topic: Blank page running install.php
Replies: 7
Views: 25137

Re: Blank page running install.php

Do you mean which php modules are already installed?

They are php, php-cli, php-common, php-gd, php-gettext, php-ldap, php-mbstring, php-mcrypt, php-pdo, php-pecl-Fileinfo and php-xml.

Yes, php-mbstring seems to be installed, as php -i details:

mbstring

Multibyte Support => enabled
Multibyte ...
by danimm
19 May 2014, 15:43
Forum: Help
Topic: Blank page running install.php
Replies: 7
Views: 25137

Blank page running install.php

I downloaded mantisbt 1.2.17, copied to the web server, unpacked, modified apache configuration to admit mantis, and opened in the browser install.php, but I got a blank page (and the below errors). The server is a FC8 running apache 2.2.8, php 5.2.6 and pcre 7.3-4 (which includes UTF-8 support, as ...