SPIP - Contrib

SPIP - Contrib

[ar] [en] [es] [fr] [it]

196 visitors now

fontsizeup fontsizedown
Home page > English > Archives > Specific SPIP releases > I always get a white page when searching......

I always get a white page when searching......

Friday 14 May 2004, by jonathan

All the versions of this article: [English] [français]

  • Digg
  • Del.icio.us
  • Facebook
  • Google
  • Technorati
0 vote

Little incompatibility between Spip 1.6 and recent PHP versions, can be corrected manually.

It’s a known bug in Spip 1.6, with some versions of PHP (unless it’s a PHP bug ;)

To correct it manually, you have to modify 2 configuration files :

  • in the file ecrire/inc_surligne.php3, look for the following line
    ob_start("");
    and replace it by ob_start();

This line is there four times. Change all four of them.

  • You also have to modify (in the site root) the file inc.public.global.php3 replacing
    ob_start("");
    by ob_start()

P.S.

Of course, this bug is fixed in the dévelopement version.

Reply to this article

Back to top

Here they're talking