- Posts: 52
- Thank you received: 0
- Forum
- Kunena in other languages
- Language Specific
- German
- German K 1.5 Archive
- [gelöst] Verschieben von Beitrag geht nicht + Fehlermeldung dann "NULL POSTS"?
Kunena 5.2.1 Addons released (Yesterday)
The Kunena team has announce the arrival of Addons (modules and plugins made by Kunena team) in version 5.2.1 which is now available for download. This version addresses most of the issues that were discovered since the release of Kunena 5.2.3. Download the Kunena Addons
Aber diese alten Themen sollten auf keinen Fall wieder auferstehen, um neue Probleme zu erörtern. Eröffnet dazu bitte ein eigenes neues Thema.
Question [gelöst] Verschieben von Beitrag geht nicht + Fehlermeldung dann "NULL POSTS"?
Fatal error: Maximum execution time of 20 seconds exceeded in /joomla/components/com_kunena/class.kunena.php on line 437
und dann war aufeinmal die ganze Statistik auch weg überall "NO POSTS"...
Ich verwende das aktuelle Joomla und Kunena
Please help
Please Log in or Create an account to join the conversation.
mit aktuell meinst du Joomla 1.5.15 und Kunena 1.5.7?
Welche php Version hast du? Schau bitte im Backend, klicke oben auf "Hilfe/Systeminfo/PHP-Information". Dort wird dir diese Information angezeigt. Scrolle dann etwas nach unten, bis zu dem Eintrag "max_execution_time" und poste bitte auch die Sekunden die rechts davon angegeben sind.
Please Log in or Create an account to join the conversation.
hier der eintrag max_execution_time 20 20
Schon eine Idee?
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
User Kocgirl have follow problem:
After moved one thread, came error:
"Fatal error: Maximum execution time of 20 seconds exceeded in /joomla/components/com_kunena/class.kunena.php on line 437"
and now the thread is missing and the numbers under all "topics" and "replies" became 0
using joomla 1.5.15, kunena 1.5.7, php version 5.2.11, max_execution_time 20
It is 20 seconds insufficient and can this error to provoke?
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
while ($messages_iter->loadNextObject($l)) {
$i++;
$cat_l = $l->catid;
while ($cat_l) {
if ($l->parent == 0) {
$ctg[$cat_l]->numTopics++;
}
else {
$ctg[$cat_l]->numPosts++;
}
$ctg[$cat_l]->id_last_msg = $l->id;
$ctg[$cat_l]->time_last_msg = $l->time;
$cat_l = $ctg[$cat_l]->parent;
Please Log in or Create an account to join the conversation.
in zwei Tagen kommt Kunena 1.5.8 heraus, da ist dieser Fehler behoben. Falls du willst, könntest du in der Zwischenzeit Kunena RC1 oder RS2 verwenden. Du bekommst dann den Link dazu per PN von mir. Oder willst du lieber die zwei Tage noch warten, um dir dann eine nochmalige Installation zu ersparen?
Please Log in or Create an account to join the conversation.

danke werds dann auch sofort probieren
Soll ich die alte löschen oder direkt drüber bügeln?
Please Log in or Create an account to join the conversation.
Forum Access
- Not Allowed: to create new topic.
- Not Allowed: to reply.
- Not Allowed: to edit your message.
- Forum
- Kunena in other languages
- Language Specific
- German
- German K 1.5 Archive
- [gelöst] Verschieben von Beitrag geht nicht + Fehlermeldung dann "NULL POSTS"?