If you are not registered or logged in, you may still use these forums but with limited features. Show recent topics
  [Search] Search   [Hottest Topics] Hottest Topics   [Members]  Member Listing   [FAQ]  FAQ 
[Register] Register / 
[Login] Login 
Messages posted by: Romeo
Forum Index » Profile for Romeo » Messages posted by Romeo
Author Message
Hi there...

Ich hab die Ursache für mein Problem schon gefunden, nun läuft es genauso wie ich es mir vorgestellt hab und es ist inzwischen auch schon an das Aussehen meiner übrigen Seiten angepasst.

Romeo
Hi there...

Ich hab das Advanced Guestbook 2.3.1 auf meinen Webserver installiert und erfolgreich zum Laufen gebracht. Mein einziges Problem ist nur: Die Größe der Antwortmail, die leider wegen des verwendeten Datentyps (VARCHAR) bei der Variable notify_mes auf 255 Zeichen begrenzt ist. Bei einer Änderung des Datentyps von VARCHAR auf BLOB im PHPMyAdmin-Bereich bekomm ich die Fehlermeldung

"BLOB column 'notify_mes' used in key specification without a key length".

Also versuchte ich in der Datei add.class.php die Variable notify_mes umzuleiten, bzw. aus einer Textdatei (thanks.dat) folgendermaßen einzulesen.

{
fopen( "thanks.dat", "r" );
fread( "thanks.dat", filesize( "thanks.txt" ) );
fclose( "thanks.dat" );
}

Dies klappte zwar, doch die Antwortmail ist leider ohne Inhalt, obwohl der Inhalt in thanks.dat klar definiert ist.

Kann mir da bitte jemand weiterhelfen??

Danke! Romeo
 
Forum Index » Profile for Romeo » Messages posted by Romeo
Go to:   
Based on the open source JForum