Bonjour,
j'ai installé un module sous joomla me permmettant de me connecter à un serveur de news et il me met l'erreur suivante:
Warning: Unknown(): A session is active. You cannot change the session module's ini settings at this time. in Unknown on line 0
mon fichier principal est le suivant (mod_joomgroups.php) :
Code :
- <? header("Expires: ".gmdate("D, d M Y H:i:s",time()+7200)." GMT" );
- include "config.inc.php";
- include "auth.inc";
- include "head.inc";
- defined('_VALID_MOS') or die('Appel direct interdit.');
- ?>
- <div class="centerblock">
- <h1 class="np_index_headline"><? echo htmlspecialchars($title); ?></h1>
- <?
- include("$file_newsportal" );
- flush();
- $newsgroups=groups_read($server,$port);
- echo '<div class="np_index_groups">';
- groups_show($newsgroups);
- echo '</div>';
- ?>
- <? include "tail.inc"; ?>
- </div>
|
JE SAIS QUE L'ERREUR VIENT DE LA LIGNE 15 :
Code :
- $newsgroups=groups_read($server,$port);
|
mais je ne sais vraiment pas comment je peux le corriger.
Merci de votre aide