breen
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Link to display all posts?Just noticed I was wrong.
How to link there?Forum: Fixing WordPress
In reply to: Navigation with pages sorted in categoriesYes…
There are like 10 pages.
I just want it to be as comfortable as possible.
But I have to do that if there’s no other solution…Forum: Fixing WordPress
In reply to: Navigation with pages sorted in categoriesIn the forum there somebody else has the same problem. The author doesn’t know anything on how to fix it. It doesn’t collide with another plugin, because I don’t have other plugins activated.
Is there another solution?
Forum: Fixing WordPress
In reply to: Navigation with pages sorted in categoriesYes I did, but there is nothing like a category window in the Write > Page or the Manage > Page sites.
Forum: Fixing WordPress
In reply to: Navigation with pages sorted in categoriesThanks!
I’ve installed the plugin, but it doesn’t do anything…Forum: Fixing WordPress
In reply to: Warning: Cannot modify header informationFinally…
I opened the file with OpenOffice and there were some strange icons. I deleted them, saved as .txt, renamed to .php and traraaa it works.Thank you very much, whooami.
But your server still doesn’t work, ping neither.
Forum: Fixing WordPress
In reply to: Warning: Cannot modify header informationYour server seems to be down or something. Isn’t working.
I’d be glad to see the picture.I’m using Dreamweaver CS3, but also tried with Notepad, Wordpad and EasyEclipse.
No whitespace for me.Forum: Fixing WordPress
In reply to: Warning: Cannot modify header informationNice, didn’t help me at all.
Forum: Fixing WordPress
In reply to: Warning: Cannot modify header informationhttps://breen-design.de/config.zip
Here you go.
I don’t want to argue, there is just nothing before the <?php
Forum: Fixing WordPress
In reply to: Warning: Cannot modify header information<?php //** MySQL-Einstellungen **// define('DB_NAME', 'wordpress'); // Der Name der Datenbank define('DB_USER', 'root'); // Ihr MySQL-Benutzername define('DB_PASSWORD', ''); // Sowie das MySQL-Passwort define('DB_HOST', 'localhost'); // Diesen Parameter müssen Sie in den allermeisten F?¤llen nicht ?¤ndern define('DB_CHARSET', 'utf8'); define('DB_COLLATE', ''); // Wenn Sie mehrere WordPress-Installationen in einer Datenbank haben, // muss jede Installation ein eigenes "Tabellenpr?fix" bekommen $table_prefix = 'wp_'; // Bitte nur Zahlen, Buchstaben und/oder Unterstriche // Setzen Sie für SECRET_KEY ein Passwort oder einen langen Satz ein. Sie // werden ihn sp?ter nicht mehr ben?tigen, daher machen Sie es ruhig lang und // kompliziert. Unter https://api.www.ads-software.com/secret-key/1.0/ k?nnen Sie einen langen // Passwortsatz automatisch generieren lassen. define('SECRET_KEY', 'Fuegen Sie hier einen beliebigen Satz ein.'); // ?ndern Sie den folgenden Parameter, wenn Sie eine übersetzte Version von // WordPress nutzen. Für die gewünschte Sprache muss eine MO-Datei in // wp-content/languages liegen. // Installieren Sie beispielsweise de_DE.mo in wp-content/languages und // setzen Sie WPLANG auf 'de_DE', um WordPress auf deutsch zu haben. define ('WPLANG', 'de_DE'); /* Ab hier sind keine weiteren ?nderungen notwendig. Viel Spa? beim Bloggen! */ define('ABSPATH', dirname(__FILE__).'/'); require_once(ABSPATH.'wp-settings.php'); ?>
Tell me where the whitespace is.