je ne peux plus ouvrir de discussion


Précédent   Bladi.net > Loisirs & Entraides > Informatique


Réponse
 
Outils de la discussion Modes d'affichage
  #11  
Vieux 19/07/2006, 19h57
Avatar de smoothy-boy
Lac Louise,ALberta,Canada
 
Date d'inscription: mai 2006
Messages: 2 145
Par défaut

Citation:
Envoyé par doudouzazou1

Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 17 bytes) in /var/www/html/b/bladi/forum/includes/functions_search.php on line 197

.
Moi aussi :

Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 72 bytes) in /var/www/html/b/bladi/forum/includes/functions_search.php on line 197


C'est un bog??
Réponse avec citation
  #12  
Vieux 19/07/2006, 22h13
Avatar de Scorfano
 
Date d'inscription: juin 2006
Messages: 1 731
Par défaut

Bizzare ce problem, il y a vraiment une ligne de code dans postings.php qui fais appelle à functions_search.php mais qui est resérvé au Modos seulement

// Reindex first post to set up title properly.
$getfirstpost = $DB_site->query_first("
SELECT postid, title, pagetext
FROM " . TABLE_PREFIX . "post
WHERE threadid = $threadid
ORDER BY dateline
LIMIT 1
");
$getfirstpost['threadtitle'] = htmlspecialchars_uni($title);
delete_post_index($getfirstpos t['postid'], $getfirstpost['title'], $getfirstpost['pagetext']);
build_post_index($getfirstpost['postid'] , $foruminfo, 1, $getfirstpost);

if (!empty($reason))
{
$DB_site->query("
UPDATE " . TABLE_PREFIX . "deletionlog SET
reason = '" . addslashes(htmlspecialchars_un i($reason)) . "'
WHERE primaryid = $threadid AND type = 'thread'
");
}

if ($vboptions['similarthreadsearch'])
{
require_once('./includes/functions_search.php');
$similarthreads = ",similar = '" . addslashes(fetch_similar_threa ds($title, $threadid)) . "'";
}
else
{
$similarthreads = '';
}
Réponse avec citation
Réponse

Outils de la discussion
Modes d'affichage

Navigation rapide

Discussions similaires
Discussion Auteur Forum Réponses Dernier message
ouvrir une ecole au maroc houlaada Maroc / France 12 18/05/2007 12h29
Discussion msn hier après midi mery44 Jrad 72 07/06/2006 16h22
Une "académie du sexe" va ouvrir à l'automne à Londres Radoudou Jrad 22 29/05/2006 16h48
ouvrir 2 comptes de msn en meme temps chacha_maroc Informatique 34 28/02/2006 19h43
ouvrir un compte o maroc nadia31 Maroc / France 2 04/01/2006 01h12



Fuseau horaire GMT +2. Il est actuellement 06h39.


.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33