Serendipity Vs Free.fr
Posted: Mon Aug 22, 2005 3:56 am
I try to install serendipity 0.8.2 at a frech provider FREE.FR, It use to offerto it's member Serendipity 0.7.1 enhance by them to improve the security.
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.
Unfortunatly we can not expect any help from the provider.
It exists several way to help me.
First way, is to give me a method to debug the programs and found a way to have version 0.8.4 working with this provider. It will be perferct because I am interest by several plugin taht do not work in 0.7.1.
The alternative is to give me the instruction in order to get in version 0.7.1 the ability to view the ticket post with a future date.
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
Excuse the quality of my English, I am just a poor French man.
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