05.03.2011, 19:12
Hallo,
Die SuFu hat leider keine Ergebnisse zu meinem Problem ausgespuckt
habe heute das Forum auf meinem Webspace (Sysprovide) installiert.
es ist unter www.renzandr.de/forum zu finden.
Testzugang: Testuser und PW: Test2user
Benutze das Standardstyle welches vorinstalliert ist.
Mods sind keine Installiert und ich benutze die aktuellste MyBB version (1-6-2).
PHP-Version: 5.2.14
MySQL-Version: 5.0.51
Updates habe ich noch keine durchgeführt.
Was ich seit der Installation gemacht habe:
- Kategorien und Unterforen angelegt, sowie Berechtigungen verändert.
- Style installiert und wieder gelöscht.
- Allgemeine Einstellungen vorgenommen. (Max. Beiträge pro Seite und co)
- Benutzergruppen angelegt.
Das Probleme habe ich gerade festgestellt. Kann nicht sagen, ob es bereits zu Beginn da war.
Problembeschreibung:
Es funktioniert alles ohne Probleme, doch sobald ich ein Thema erstellen möchte kommt nach Klick auf den Button "Thema eröffnen" ein weißes Fenster mit wirrem Quelltext.
Ein Auszug des Quelltextes:
$subject = "RE: ".$thread['subject']; } } // This is a new post else if($this->action == "post") { if(my_strlen(trim_blank_chrs($subject)) == 0) { $thread = get_thread($post['tid']); $subject = "RE: ".$thread['subject']; } } // This is a new thread and we require that a subject is present. else { if(my_strlen(trim_blank_chrs($subject)) == 0) { $this->set_error("missing_subject"); return false; } } // Subject is valid - return true. return true; } /** * Verifies a post message. * * @param string The message content. */ function verify_message() { global $mybb; $post = &$this->data; // Do we even have a message at all? if(my_strlen(trim_blank_chrs($post['message'])) == 0) { $this->set_error("missing_message"); return false; } // If this board has a maximum message length check if we're over it
......
$db->update_query("attachments", $attachmentassign, "posthash='{$post['posthash']}'"); $post['posthash'] = $double_post['posthash']; } // Return the post's pid and whether or not it is visible. return array( "pid" => $double_post['pid'], "visible" => $visible ); } } if($visible == 1 && $thread['visible'] == 1) { $now = TIME_NOW; // Yes, the value to the lastpost key in this array has single quotes withi
Ich würde mich freuen wenn wir hierzu eine schnelle und vor allem einfache Lösung finden
schöne Grüße
Andreas
Die SuFu hat leider keine Ergebnisse zu meinem Problem ausgespuckt
habe heute das Forum auf meinem Webspace (Sysprovide) installiert.
es ist unter www.renzandr.de/forum zu finden.
Testzugang: Testuser und PW: Test2user
Benutze das Standardstyle welches vorinstalliert ist.
Mods sind keine Installiert und ich benutze die aktuellste MyBB version (1-6-2).
PHP-Version: 5.2.14
MySQL-Version: 5.0.51
Updates habe ich noch keine durchgeführt.
Was ich seit der Installation gemacht habe:
- Kategorien und Unterforen angelegt, sowie Berechtigungen verändert.
- Style installiert und wieder gelöscht.
- Allgemeine Einstellungen vorgenommen. (Max. Beiträge pro Seite und co)
- Benutzergruppen angelegt.
Das Probleme habe ich gerade festgestellt. Kann nicht sagen, ob es bereits zu Beginn da war.
Problembeschreibung:
Es funktioniert alles ohne Probleme, doch sobald ich ein Thema erstellen möchte kommt nach Klick auf den Button "Thema eröffnen" ein weißes Fenster mit wirrem Quelltext.
Ein Auszug des Quelltextes:
$subject = "RE: ".$thread['subject']; } } // This is a new post else if($this->action == "post") { if(my_strlen(trim_blank_chrs($subject)) == 0) { $thread = get_thread($post['tid']); $subject = "RE: ".$thread['subject']; } } // This is a new thread and we require that a subject is present. else { if(my_strlen(trim_blank_chrs($subject)) == 0) { $this->set_error("missing_subject"); return false; } } // Subject is valid - return true. return true; } /** * Verifies a post message. * * @param string The message content. */ function verify_message() { global $mybb; $post = &$this->data; // Do we even have a message at all? if(my_strlen(trim_blank_chrs($post['message'])) == 0) { $this->set_error("missing_message"); return false; } // If this board has a maximum message length check if we're over it
......
$db->update_query("attachments", $attachmentassign, "posthash='{$post['posthash']}'"); $post['posthash'] = $double_post['posthash']; } // Return the post's pid and whether or not it is visible. return array( "pid" => $double_post['pid'], "visible" => $visible ); } } if($visible == 1 && $thread['visible'] == 1) { $now = TIME_NOW; // Yes, the value to the lastpost key in this array has single quotes withi
Ich würde mich freuen wenn wir hierzu eine schnelle und vor allem einfache Lösung finden
schöne Grüße
Andreas