In reallity they have modify the PHP in orderto refrain certain function. The list of block functions can be found at : http://faq.free.fr/?q=1137
My problem is taht serendipity 0.8.2 do not work with FREE.FR, I have install the version from scratch removing 0.7.1 libraries and files.
When I start the first time the new version, it ask for the conection parameters. I think I enter them correctly because it creates the database in Mysql. But know that the database is created, it do not work, it just show a http error 500, Sever internal error.
It exists several way to help me.
The configuration is the following (I masked the password):
<?php
/*
Serendipity configuration file
Written on Thu, 7 Jul 2005 13:02:03 +0200
*/
$serendipity['versionInstalled'] = '0.8.2';
$serendipity['dbName'] = 'd_tortel';
$serendipity['dbPrefix'] = 'serendipity_';
$serendipity['dbHost'] = 'sql.free.fr';
$serendipity['dbUser'] = 'd.tortel';
$serendipity['dbPass'] = '*******';
$serendipity['dbType'] = 'mysql';
$serendipity['dbPersistent'] = false;
// End of Serendipity configuration file
// You can place your own special variables after here:
?>
and the adress for serendipity :
http://d.tortel.free.fr/serendipity/
Thank to help me
Denis