Je dit maintenant car j'ai effectuer les modifs du fichier fr.xml, qui entre parenthésé me jette lorsque je l'ouvre avec un navigateur, obligé de passe par notepad++.
Ceci dit les mêmes erreur s'affiche encore !
Merci déjà pour ton aide
Modérateur: Equipe

header('Content-type: text/html; charset=UTF-8');
header('Cache-Control: private, no-cache="set-cookie"');
header('Expires: 0');
header('Pragma: no-cache');


Mik3 a écrit:Le 1er, j ai été obligé de mettre les fichiers originaux anglais dans /phpBB3/language/fr/mod/ sinon j avais un erreur.

Fatal error: Cannot redeclare create_user() (previously declared in /home/classicred/www/update/wp-united/wp-functions.php:321) in /home/classicred/www/update/wp-includes/deprecated.php on line 1264
Chipeur a écrit:Je voudrais savoir si quelqu'un a réussi a faire fonctionné phpbb 3.0.1 et Wordpress ?
Chipeur a écrit:Et pour ce qui est des fichiers de langue en français joint dans ce topic il sont pas bon , et il sont pas encodé en format UTF-8 (sans BOM) , qui a connaissance il devrait y étre... si un modo pouvez me le confirmé , merci.



Fatal error: Cannot redeclare create_user() (previously declared in /home/fbouly/public_html/forums/wp-united/wp-functions.php:321) in /home/fbouly/public_html/forums/tutocaster/wp-includes/deprecated.php on line 1264
Fatal error: Cannot redeclare create_user() (previously declared in /home/www/*/wp-united/wp-functions.php:321) in /home/www/*/wp-includes/deprecated.php on line 1264
[phpBB Debug] PHP Notice: in file /includes/functions_admin.php on line 2405: array_fill() [function.array-fill]: Number of elements must be positive
[phpBB Debug] PHP Notice: in file /adm/index.php on line 150: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3182)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 152: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3182)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 153: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3182)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 154: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3182)


Fatal error: Cannot redeclare create_user() (previously declared in /home/www/*/wp-united/wp-functions.php:321) in /home/www/*/wp-includes/deprecated.php on line 1264i changed wp-functions.php file;
- Code: Tout sélectionner
function create_user($username, $password, $email) {
return wp_create_user($username, $password, $email);
}
if(!create_user)
{
function create_user($username, $password, $email) {
return wp_create_user($username, $password, $email);
}
}



Retourner vers MODs indépendants de la base
Utilisateurs parcourant ce forum: Aucun utilisateur enregistré et 6 invités