• Hello fine people!
    I am having some problems with my feed.
    I hope you can point out what I should do.
    Feed validator agrees that I have problems.
    Here’s the link to my blog:
    https://punez.nafice.com

    I tried removing all the extra spaces and breaks from all the .php files in the root folder, and also tried disabling all my plugins and tried to verify the feed. Still to no avail.
    Guys at FeedBurner forum told me to reinstall WP…are they right?

Viewing 4 replies - 1 through 4 (of 4 total)
  • 1. Why is your site having a “certificate” problem related to some ‘balatarin’ domain?

    2. I tried removing all the extra spaces and breaks from all the .php files in the root folder
    Well, you didn’t succeed. Check the wp-blog-header.php

    Thread Starter azarmig

    (@azarmig)

    Hi, thanks!

    1) It’s a thing to do with filtering in Iran. Nevermind that.
    2) I SWEAR to god that I did!! Here’s how it looks like.
    You see anything weird? Anything inside <?php and ?> shouldn’t matter right?

    <?php
    
    if (! isset($wp_did_header)):
    if ( !file_exists( dirname(__FILE__) . '/wp-config.php') ) {
    	if ( strstr( $_SERVER['PHP_SELF'], 'wp-admin') ) $path = '';
    	else $path = 'wp-admin/';
    
      require_once( dirname(__FILE__) . '/wp-includes/functions.php');
      wp_die("?? ??? ?? ??? ????  <code>wp-config.php</code> ???? ?????. ??? ?? ????? ???? ??? ???? ????? ???. ??? ??? ??????? ????? ??  <a href='https://wordpress.com'>???? ????? ???</a> ?????? ???? <br/>?? ???? <a href='{$path}setup-config.php'> <code>wp-config.php</code> ??? ????? ??? ??????? ????? ????</a>, ??? ????? ???? ??? ???? ?? ???? ??? ???? ???? . ?? ??????? ????? ???? ??? ????? ???? ??? ???? ?? ????.", "wordpress &rsaquo; Error");
    }
    
    $wp_did_header = true;
    
    require_once( dirname(__FILE__) . '/wp-config.php');
    
    wp();
    gzip_compression();
    
    require_once(ABSPATH . WPINC . '/template-loader.php');
    
    endif;
    
    ?>

    1. OK.

    2. Did you deactivate all your plugins?
    Did you check the short index file in the root of the WP installation?
    Did you check the index and header file of your theme?
    2a. I cannot check anything from what you posted. That doesn’t tell ever what is actually in your file ??

    Thread Starter azarmig

    (@azarmig)

    Phew…I reinstalled!
    Now it’s working fine.
    It must have been something with the admin files I tampered with!
    The point is, it’s working now! ??
    THanks a lot bro.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Oh my feed!!’ is closed to new replies.