Beiträge von twago

    hab jetzt die Zeile durch

    query_posts("cat=$category_id&category_name=International&showposts=$limit&paged=$paged");


    ersetzt.

    scheint zu funktionieren. Jemand Einwände? ist das nicht gut? Ich bin relativ neu auf dem Wordpress Gebiet..

    und so gehts weiter

    ok hier die ganze Seite (Teil 1):

    Hallo alle zusammen bei mir klappt das pagen auf Sieten irgendwie nicht? Ich lade die Posts auf den Seiten wie folgt:

    Irgendjemand ne Idee?

    hier der Link zur Seite falls es relevant ist: http://www.sabinewinter.com/international/

    Merci!!!

    Hallo nochmal,

    noch eine Frage.

    Wir nutzen Wordpress 3.0 und sind mit dem Upgrade auf 3.0 auf einen neuen Server umgezogen. Jetzt bekommen wir beim einstellen von Bildern (UPLOAD) die Fehlermeldung "SICHERHEITSFEHLER" bzw. "SECURITY ERROR" in rot.

    Kennt das jemand? Ich hab mal gegooglet: Fehler in alten Versionen gab es die hingen aber entweder mit fehlenden schreibrechten (777) oder mit PHP_savemode = on zusammen. Beide Probleme bestehen bei uns nicht.

    Hat jemand ne Idee?

    Achso es geht um diesen Blog: http://www.twago.de/blog

    [Geändert - Ich weiß gar nicht warum ich das eigentlich auf engl. gepostet habe hier die deutsche Version:]

    German (for english see below)
    Hallo alle zusammen,

    erst einmal Danke dass Ihr so lieb seid mein Problem anzuschauen.

    Ich betreibe einen WP Blog auf einem dedicated server. dieser wird von unserem load balancer (nginx) per proxy_pass aufgerufen. Mein Problem ist dass ich gerne allen Statischen Content direkt vom NginX ausliefern lassen möchte. Nicht aber den Content vom Blog, da dieser sich ja ständig ändert. Wie kann ich bloß dem NGINX sagen dass er zwar alle statischen Dateien ausliefern muss aber nicht wenn der blog aufgerufen wurde ("/blog/" in der URL) Unten meine NGINX Config.


    English:
    Hello all,

    first of all thanks for looking into this. I have the following problem.

    Wordpress is running on a dedicated server only for wordpress out application is running on other application servers. to handle the load we have also a load balancer working. To deliver the load as fast as possible we deliver static content directly via the lb (nginx). Here my question:

    1) the load balancer gets the request
    2a) if its static conent is delivers it directly
    2b) if its application relevant it forwards the request to the tomcats on the application servers
    2c) if its blog content (location /blog) nginx get the blog information via proxy pass from the dedicated blog server.

    My Problem is now that in case of 2c) i dont want to deliver the static content from the load balancer directly (because its not there).. for all /blog/ content nginx should get ALL data via proxy_pass from wordpress..

    Any ideas?

    here is my current server configuration for nginx (that is not working for /blog/ :) :