• Resolved virtuallynicky

    (@virtuallynicky)


    Ok I’m trying to write a new theme and when I test the comments form I get this error:

    Warning: parse_url(https://): Unable to parse url in /home/virtuall/public_html/twirliegirly/wordpress-tester/wp-includes/class-snoopy.php on line 134

    Warning: Cannot modify header information – headers already sent by (output started at /home/virtuall/public_html/twirliegirly/wordpress-tester/wp-includes/class-snoopy.php:134) in /home/virtuall/public_html/twirliegirly/wordpress-tester/wp-content/plugins/ajax-comments/ajax-comments.php on line 193

    Warning: Cannot modify header information – headers already sent by (output started at /home/virtuall/public_html/twirliegirly/wordpress-tester/wp-includes/class-snoopy.php:134) in /home/virtuall/public_html/twirliegirly/wordpress-tester/wp-content/plugins/ajax-comments/ajax-comments.php on line 194

    Warning: Cannot modify header information – headers already sent by (output started at /home/virtuall/public_html/twirliegirly/wordpress-tester/wp-includes/class-snoopy.php:134) in /home/virtuall/public_html/twirliegirly/wordpress-tester/wp-content/plugins/ajax-comments/ajax-comments.php on line 195

    I can see it’s a snowball effect starting with the class-snoopy.php but I don’t know how to fix it – or at least the only fix I’ve found through a search of the support forums would have implications with the theme I am creating because I am using an image to link to the comments for an entry.

    I’m using plugins for comments are ajaxy-comments (clearly), spam karma and comvatar (so favatar and gravatar as well.

    All help gratefully recieved…

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter virtuallynicky

    (@virtuallynicky)

    ok much oddness… it only does it when i’m logged in.

    Did you mess with the function file in your theme?

    Your functions.php file shouldn’t have any spaces before or after the <?php ?> tags and it shouldn’t be doing any outputting.

    The file must look like this;

    <?php
    …code
    ?>

    No spaces or lines or anything before <?php or after ?>

    Thread Starter virtuallynicky

    (@virtuallynicky)

    Not touched the functions.php, never ever used a functions.php file in any theme I have created before – or theme I’ve used apart from Kubrick. But I’ll give it a try adding it.

    Thread Starter virtuallynicky

    (@virtuallynicky)

    Ok scrub that last though, I’ve looked through the functions.php and it only seems relevant to calls that Kubrick makes…..

    Thread Starter virtuallynicky

    (@virtuallynicky)

    Ok found the problem(s) (fyi for anyone else who has issues)

    1) Comvatars plugin wasn’t playing nicely. It’s gone now and everything displays good ?? (I couldn’t tell you why though)

    2) I also discovered that sk2 and ajaxy comments don’t play well together. Installed askimet instead and now it’s all smiles and laughter here ??

    Cool… Thanks for posting your resolution.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Snoopy doesn’t like me and my brain hurts…’ is closed to new replies.