• Resolved myCred

    (@designbymerovingi)


    I just upgraded to 3.1 (from 3.0.1) and are now experiencing some issues. Directly after upgrading, I walked around the website to see that everything still worked and found no issues.

    SO, I added more content to the site but noticed that all of the sudden the RSS feed was no longer working. The page loads but no content is visible.

    I quickly noticed that if I delete the posts I created since the upgrade it pops back up. Add new content and the RSS dies.

    Any suggestions on how one trouble shoots something like this?

Viewing 7 replies - 1 through 7 (of 7 total)
  • run the feed through the validator and see what it gags on
    https://validator.w3.org/feed/

    Thread Starter myCred

    (@designbymerovingi)

    Thanks Samuel. I get the following error:

    Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 261900 bytes) in /…/wp-includes/cache.php on line 93

    I have gone through all the checklists for dealing with memory errors without luck.

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    What did you set your feed posts number to?

    In Reading Settings – Syndication feeds show the most recent…

    Thread Starter myCred

    (@designbymerovingi)

    It is set to 20.
    I tried changing it to a lower and higher value without luck.
    It seems since my upgrade to 3.1 every item I create results in a memory error. If I view an old item (item created before the upgrade) it works perfectly. I can view the post, see the feed but adding new items can not be viewed.

    From what I can see the_content() seems to be at fault as it creates a fatal error: out of memory. The RSS feed seems to quit at the same place. the_title() and other items works.

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    Yeah, it does sound like you’re running out of memory. Can you bump it in your WP-config file?

    Thread Starter myCred

    (@designbymerovingi)

    Nope. Bumping it up crashes the website. (Internal Server Error)

    Thread Starter myCred

    (@designbymerovingi)

    I have found the fault. I went through my functions.php file and de-activated any function that touches the the_content(). It seems one of the functions our theme came with was at fault.

    Thanks Ipstenu and Samuel for your aid.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘New Posts break RSS Feed’ is closed to new replies.