After update php 5.2.13 to 5.2.14 errors

gigabert

New member
Joined
Jul 24, 2010
Messages
1
Hi all,

After an update from php 5.2.13 to 5.2.14 i get for phpbb, phpmyadmin and other php scripts error messages like: Warning: Cannot modify header information - headers already sent by

And:

preg_match() [function.preg-match]: Internal pcre_fullinfo() error -3


Also when i go from the directadmin to phpmyadmin i get the error:

Warning: preg_match_all() [function.preg-match-all]: Internal pcre_fullinfo() error -3 in /var/www/html/phpMyAdmin-3.3.4-all-languages/libraries/Message.class.php on line 633


Ok what have i done?

First in the shell i did:

./build update

after that i did:

./build php n

And after this the problems started, i tryed with:
service httpd restart
and
./build all

but still the problems are here what can i do?
 
Back
Top