For info: I have comment-out $PageRecodeFunction = 'IsEnabled';
from config.php and it still works fine. It was only a php version issue. Chris On Sat, Jun 30, 2012 at 1:02 PM, Christophe Pallier <[email protected]>wrote: > Bravo! That was it. > > Reverting from php 5_4 to php 5_3 did the trick. > > As always, I am impressed by the support of open source software. > Thank you guys! > > Chris > PS: (now, if you go to http://www.pallier.org/w/pmwiki.php/Main/Humor, > you will see that the web was really missing this page :) > > > > > On Sat, Jun 30, 2012 at 12:51 PM, Petko Yotov <[email protected]> wrote: > >> Christophe Pallier writes:. >> >> Unfortunately, adding >>> >>> $PageRecodeFunction = 'IsEnabled'; >>> >>> to config.php, did not solve the issue. >>> >>> So, if it not the recode function, do you see any other possibility? >>> >>> I will gladly give you access to the site if necessary >>> >> >> By luck, I have an account at your hosting provider OVH 90plan, and I >> could experience your blank page. I'll try to fix it as soon as possible, >> maybe later today or tomorrow. >> >> In the meantime, you may be able to use a different PHP version. The 5.2 >> and 5.3 versions appear to work fine, to enable one of them, open your >> www/w/.htaccess file and change the line: >> >> SetEnv PHP_VER 5_4 >> >> with either _one_ of these lines: >> >> SetEnv PHP_VER 5 >> SetEnv PHP_VER 5_3 >> >> The documentation about how to enable alternative PHP engines on OVH is >> here: >> http://guides.ovh.com/**Php5ChezOvh <http://guides.ovh.com/Php5ChezOvh> >> >> >> Petko >> >> >> ______________________________**_________________ >> pmwiki-users mailing list >> [email protected] >> http://www.pmichaud.com/**mailman/listinfo/pmwiki-users<http://www.pmichaud.com/mailman/listinfo/pmwiki-users> >> > > > > -- > Christophe Pallier, CNRS Research Scientist > INSERM-CEA Cognitive Neuroimaging Laboratory, Gif-sur-Yvette ( > www.unicog.org) > [email protected] | www.pallier.org > Tel.: +33169087934 Mobile: +331682111710 > > -- Christophe Pallier, CNRS Research Scientist INSERM-CEA Cognitive Neuroimaging Laboratory, Gif-sur-Yvette (www.unicog.org ) [email protected] | www.pallier.org Tel.: +33169087934 Mobile: +331682111710
_______________________________________________ pmwiki-users mailing list [email protected] http://www.pmichaud.com/mailman/listinfo/pmwiki-users
