Beiträge von Timo1983

    Der Supporter kann dir da nicht weiterhelfen? Ansonsten kannst du ja mal im error.log des Servers nachgucken (falls verfügbar...), was für ein Fehler genau geworfen wird.

    Das Plugin funktioniert mit den eigenen Feeds von Partnerprogramm Betreiber problemlos...nur mit den Feeds von einenen anderen PP Betreiber nicht und dazu muss man angblich nur 2 Zeilen ändern damit es läuft.

    Das Tool verfügt über einen so genannten Kombialitätstest

    http://www.geilerblog.net/wordpress/wp-c…lepie.tests.php

    Will ich das ausführen

    kommt

    Zitat

    Internal Server Error

    The server encountered an internal error or misconfiguration and was unable to complete your request.
    Please contact the server administrator, webmaster@geilerblog.net 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 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
    Apache/2.2.8 (Unix) mod_ssl/2.2.8 OpenSSL/0.9.7a mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 Server at Dateiload: Neue Internetseite Port 80

    Okay 1.1 installiert:

    Möchte ich Feeds updaten

    komtm Feeds erfolgreich aktualisiert.

    ABer eben ohne irgendeien Aktivität durchzufühen:

    Dazu schrieb mir jemand:

    Zitat

    Für RSS Feeds zu importieren hab ich keines - dafür ein "schöneres" - aber das geb ich nun wirklich nicht raus.
    Wer PHP kann, weis in dem RSS feed dings an der richtigen Stelle anzusetzen - selbst Anfänger sollten das finden.....


    Zitat

    ich mag hier nur keine Hilfestellung geben das Werk einer anderen Person zu hacken - auch wenns nur 2 zeilen sind

    PHP-Version5.2.6

    & in der Zeile nun weggelassen

    Zeile sieht dann so aus:

    cRssImport = new RSSImport();

    Ergebnis:

    Das gleiche:

    Parse error: syntax error, unexpected T_STRING, expecting T_FUNCTION in /home/geilerbl/public_html/wordpress/wp-content/plugins/pc-rss-import/pcrssimport.php on line 759

    Vom Support RSS Plugin:

    [FONT=Verdana, Arial, Helvetica, sans-serif][size=10][COLOR=red]Support: [/COLOR][/SIZE][/FONT][FONT=Verdana, Arial, Helvetica, sans-serif][size=10][COLOR=black]das sollte kein problem sein
    [/COLOR][/SIZE][/FONT][FONT=Verdana, Arial, Helvetica, sans-serif][size=10][COLOR=blue]Timo[/COLOR][/SIZE][/FONT][FONT=Verdana, Arial, Helvetica, sans-serif][size=10][COLOR=black]: Okay dann brauch ich auch nicht die 1.1[/COLOR][/SIZE][/FONT]
    [FONT=Verdana, Arial, Helvetica, sans-serif][size=10][COLOR=red]Support[/COLOR][/SIZE][/FONT][FONT=Verdana, Arial, Helvetica, sans-serif][size=10][COLOR=black]: das hängt davon ab, welche wordpress version sie nutzen[/COLOR][/SIZE][/FONT]
    [FONT=Verdana, Arial, Helvetica, sans-serif][size=10][COLOR=blue]Timo[/COLOR][/SIZE][/FONT][FONT=Verdana, Arial, Helvetica, sans-serif][size=10][COLOR=black]: 2.51[/COLOR][/SIZE][/FONT]
    [FONT=Verdana, Arial, Helvetica, sans-serif][size=10][COLOR=blue]Timo[/COLOR][/SIZE][/FONT][FONT=Verdana, Arial, Helvetica, sans-serif][size=10][COLOR=black]: Deutsch[/COLOR][/SIZE][/FONT]
    [FONT=Verdana, Arial, Helvetica, sans-serif][size=10][COLOR=red]Support[/COLOR][/SIZE][/FONT][FONT=Verdana, Arial, Helvetica, sans-serif][size=10][COLOR=black]: dann benötigen sie die version 1.1
    [/COLOR][/SIZE][/FONT][FONT=Verdana, Arial, Helvetica, sans-serif][size=10][COLOR=blue]Timo[/COLOR][/SIZE][/FONT][FONT=Verdana, Arial, Helvetica, sans-serif][size=10][COLOR=black]Alles klar[/COLOR][/SIZE][/FONT]

    Ja jetztz kann der gesamte Blog nich mehr aufgerufen werden mit den Fehler:

    Parse error: syntax error, unexpected T_VARIABLE, expecting T_FUNCTION in /home/geilerbl/public_html/wordpress/wp-content/plugins/pc-rss-import/pcrssimport.php on line 759

    Die Zeilen sagen:

    // new instance
    $cRssImport = & new RSSImport();


    Nach Änderung komtm da jetzt:

    bool(false)

    Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/geilerbl/public_html/wordpress/wp-content/plugins/pc-rss-import/pcrssimport.php on line 191

    In der Zeile steht:

    190-193:

    // only continue, if the guid does not exist
    if(mysql_num_rows($numExisting) <= 0) {
    // does not exist - import it
    $this->importItem($singleItem, $feedData->cat_ID);


    179 bis 190:

    // fetch the feed
    $fetchedFeed = $this->fetchFeed($feedData->rss_source);

    // loop through all elements
    foreach($fetchedFeed->get_items() AS $singleItem) {
    // check if the post already exists
    $numExisting = mysql_query("select id from {$table_prefix}posts where guid='".db_escape($singleItem->get_id())."'");

    // only continue, if the guid does not exist
    if(mysql_num_rows($numExisting) <= 0) {
    // does not exist - import it
    $this->importItem($singleItem, $feedData->cat_ID);

    Immer wieder auftretende Fehler:

    Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/geilerbl/public_html/wordpress/wp-content/plugins/pc-rss-import/pcrssimport.php on line 188

    Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/geilerbl/public_html/wordpress/wp-content/plugins/pc-rss-import/pcrssimport.php on line 188

    Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/geilerbl/public_html/wordpress/wp-content/plugins/pc-rss-import/pcrssimport.php on line 188

    was heisst das?

    So ich habs jetzt mit folgenden Einstellung:

    WordPress-Adresse (URL): example.org/wordpress/

    Blog-Adresse (URL) example.org/wordpress/

    und es läuft wieder mit den neuen Theme

    Mich stört das nur ich will dieses /wordpress nicht drinne haben

    Probiere ich mal ich hab leider nru Cpanel

    meine DOmain geilerblog.net liegt beim anderen Provider und is auf IP weitergeleitet zum Webspace, so und auf den webspace hab ich über cpanel ne domain weiterleitung von

    geilerblog.net

    auf example.org/wordpress/

    drinne

    und seitdem ich in adminmenü von

    example.org/wordpress

    auf example.org gewechselt bin hab ich den fehler

    ein anderes thema hab ich auch installiert

    Eingehende LinksAlle ansehen | Bearbeiten | [Blockierte Grafik: http://fickblog.net/wp-includes/images/rss.pngRSS

    Dieses Dashboard-Widget fragt die Google Blog-Suche ab, so dass Blogs die dich verlinken hier erscheinen. Du bist bisher nirgends verlinkt… noch nicht...


    Wie bekomme ich am schnellsten eingehende Links ?


    Ich ping auf:


    http://rpc.pingomatic.com/
    http://ping.wordblog.de/
    http://ping.blogg.de/
    RDF-Ticker Add a channel
    http://xmlrpc.blogg.de
    Technorati: Ping Form