• It’s been working fine, but just got this;
    Fatal error: Call to a member function on a non-object in /home/–path–/T2/hacks/waypath2.php on line 39

Viewing 13 replies - 1 through 13 (of 13 total)
  • Sushubh

    (@sushubh)

    whooo.
    i came here for this as dinki is not replying on IRC. 🙂
    happening with me and on LL’s blog too…
    removed the statement from the blog for now! :p

    bakshi

    (@bakshi)

    uh oh, this doesn’t sound good. i hope it doesn’t happen on my blog. scripts aren’t known to just stop working are they?

    Sushubh

    (@sushubh)

    if waypath changes its architechture what does a script do on ur blog… :O(

    Thread Starter Mark (podz)

    (@podz)

    It’s working again this morning ….. must have been temp glitch.

    Laughinglizard

    (@laughinglizard)

    🙂 Sorry guys, been crazy donkey busy! Glad to see it started working again. I should write a little caching system for this hack which would prevent this problem.

    Sushubh

    (@sushubh)

    yeah u have promised a service online checker for so long… :O)
    but nothing till now… dammit. 😛

    Thread Starter Mark (podz)

    (@podz)

    Is there a bbcode function actually in waypath ? I’ve not got one…

    Sushubh

    (@sushubh)

    <?php if ($name != '') {echo waypath(return_content());}?>
    the error comes if i add this code to the template…

    Thread Starter Mark (podz)

    (@podz)

    Oh …. In my index.php, I have this code:
    ">Waypath
    and in wp-comments.php, I have this as the last lines:

    <?php } ?>
    <?php echo waypath(return_content());?>
    <?php // if you delete this the sky will fall on your head
    }
    ?>

    I use popup and full comments, with the fullcomments being linked with the Waypath link as above.

    Laughinglizard

    (@laughinglizard)

    @sushubh:
    Wherever you put this function:
    function return_content
    please find it and remove these lines:
    $content = convert_bbcode($content);
    $content = convert_gmcode($content);

    Sushubh

    (@sushubh)

    looks to be working thanks! 🙂

    i am having a problem i believe at the function level… for when i insert the statement:
    print $msg;
    i simply get:
    Object
    printed on my page… also i have put this in my-hacks.php and followed the instructions i’ve read, also reading several threads.
    any ideas?

    Thread Starter Mark (podz)

    (@podz)

    Just updated to the latest beta (1.2RC1 14/5)
    I had the error that Sushubh had regarding the convert stuff, so I deleted those lines.
    Now I get:
    “Fatal error: Cannot instantiate non-existent class: xmlrpc_client in /home/–path–/html/T2/hacks/waypath2.php on line 20”
    (Not complaining, just mentioning it 🙂 )

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘Waypath Hack Error’ is closed to new replies.