Bonjour,
Je viens d'ajouter ce code sur mon wordpress default/singel pour afficher les derniés messages de phpbb et voici le code que je viens d'ajouter :
Code :
- define('IN_PHPBB', TRUE);
- $phpbb_root_path = 'forum/';
- $phpEx = substr(strrchr(__FILE__, '.'), 1);
- include($phpbb_root_path . 'common.' . $phpEx);
- // Start session management
- $user->session_begin();
- $auth->acl($user->data);
- $user->setup('', $forum_data['forum_style']);
|
Je reçois l'erreur :
Code :
- [phpBB Debug] PHP Notice: in file /includes/session.php on line 1006: Cannot modify header information - headers already sent by (output started at /home/web/mysite.com/ftp/www/wp-content/plugins/all-in-one-seo-pack/aioseop.class.php:221)
- [phpBB Debug] PHP Notice: in file /includes/session.php on line 1006: Cannot modify header information - headers already sent by (output started at /home/web/mysite.com/ftp/www/wp-content/plugins/all-in-one-seo-pack/aioseop.class.php:221)
- [phpBB Debug] PHP Notice: in file /includes/session.php on line 1006: Cannot modify header information - headers already sent by (output started at /home/web/mysite.com/ftp/www/wp-content/plugins/all-in-one-seo-pack/aioseop.class.php:221)
|
si je vais a la page ioseop.class.php ligne 221 et je supprime ob_end_flush(); tout fonctionne bien ?
aidez moi svp
merci