« Project home page
my little forum
Log in
Register
Search:
Back to the entry by wo2010
Post reply
Reply to the message by
wo2010
Name:
E-mail:
(optional, won't be displayed directly)
Leave this field empty:
Homepage:
(optional)
Leave this field empty:
Location:
(optional)
Remember me (cookie)
Category:
General
Project organisation
Technics
Design/Themes
Features
Development
Todo
Bugs
German / Deutsch
Spanish / Español
French / Français
Accessibility/UX
Subject:
Formatting help
skip to input
format text bold
[b]bold text[/b]
format text italic
[i]italic text[/i]
insert hyperlink
[link=http://example.com/]link text[/link] / [link]http://example.com/[/link]
set text color
[color=#rgb]colored text[/color]
font size
[size=small]small text[/size]
[size=large]large text[/size]
insert list
[list][*]list item[/list]
insert image
[img]http://example.com/image.jpg[/img]
left: [img=left]http://example.com/image.jpg[/img]
right: [img=right]http://example.com/image.jpg[/img]
thumbnail: [img=thumbnail]http://example.com/image.jpg[/img]
thumbnail left: [img=thumbnail-left]http://example.com/image.jpg[/img]
thumbnail right: [img=thumbnail-right]http://example.com/image.jpg[/img]
upload image
upload image ...
insert TeX code
[tex]TeX code[/tex]
insert code
[inlinecode]code[/inlinecode]
[code]code[/code]
[code=css]code[/code]
[code=html]code[/code]
[code=javascript]code[/code]
[code=perl]code[/code]
[code=php]code[/code]
[code=sql]code[/code]
[code=xml]code[/code]
:-)
;-)
:-P
:-D
:-|
:-(
:yes:
:no:
:ok:
:lol:
:lol2:
:lol3:
:cool:
:surprised:
:angry:
:crying:
:waving:
:confused:
:lookaround:
:clap:
:love:
:tick:
Message:
> Hallo Auge, > > danke für die Antwort. > > > 1. Verbindung mit der Datenbank, explizite Vorgabe der Zeichenkodierung ISO-8859-1 für die Verbindung. > > > > // connects to the database: > > function connect_db($host,$user,$pw,$db) > > { > > global $lang; > > $connid = @mysql_connect($host, $user, $pw); // Datenbankverbindung herstellen > > if(!$connid) die($lang['db_error']); > > mysql_select_db($db, $connid) or die($lang['db_error']); > > mysql_set_charset("ISO-8859-1", $connid) or die($lang['db_error']); // <= neue Zeile, Funktion ab PHP 5.2.3 verfügbar > > return $connid; > > }[/code] > > > Bitte erst einmal bei Schritt 1 bleiben und das Ergebnis testen. > > Hab die Zeile ergänzt. Doch kein schöner Erfolg: Die Seite bleibt beim Laden hängen. Ich sah in der Analyse einen Balken bei der board.php, der stehen bleibt. Weitere Komponenten kamen nicht dazu. > > > Erst wenn erkennbar ist, dass sich etwas getan hat oder auch nicht, Schritt 2 ausführen. > > > 2. Auslieferung der generierten Seiten > > > > [code=php]// inc.php, gleich hinter den Copyright-Block und die Festlegung für das Error-Reporting > > > > header('Content-type', 'text/html; charset=iso-8859-1');[/code] > > Bringt sofort die Fehlermeldungen: > > The server encountered an internal error or misconfiguration and was unable to complete your request. > > Please contact the server administrator, webmaster and inform them of the time the error occurred, and anything you might have done that may have caused the error. > > More information about this error may be available in the server error log. > > Additionally, a 302 Found error was encountered while trying to use an ErrorDocument to handle the request. > > Jetzt müßte ich wohl gucken, wo das Fehlerprotokoll zu finden ist. > > > Wird diese Größenvorgabe durch die Daten nicht ausgenutzt, ergibt sich ein Überhang. > > Danke. Es bedeutet also anscheinend kein Überquellen von Daten, sondern eine Nichtausnutzung von reserviertem Speichervolumen. > > Das klingt beruhigend. Das obige leider nicht. > > Viele Grüße > Wolfgang
E-mail notification on reply of this posting
OK - Submit
Preview