Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #43898
    Anonymous
    Inactive

    Hello,

    after upgrading to version 1.0.6 i noticed that my rss link stoped working. Do you have any idea what is wrong?

    (link generated via shortcode is: /?eme_rss=main&scope=today&order=ASC&category=&author=&contact_person=&limit=0)

    Thanks for great plugin, Franky.

    #50121
    Franky
    Keymaster

    I haven’t changed that part of the code in quite some time, so it should still work. Anything in your logfiles? And can you provide a live link?

    #50122
    Anonymous
    Inactive

    Hello,

    i made a test page, where is rss link generated via shortcode:

    http://www.pnky.sk/test-page/

    after clicking on it:

    (This page contains the following errors:

    error on line 12 at column 13: Extra content at the end of the document

    Below is a rendering of the page up to the first error.)

    The same situation performed if i add the original feed to feedburner.google.com (http://www.pnky.sk/?eme_rss=main&scope=today&order=ASC&category=&author=&contact_person=&limit=0)

    error in feedburner: There is an issue that must be addressed with your source feed for the feed “newsticker”. Error getting URL: 500 – Internal Server Error

    What am i doing wrong?

    Thanks

    #50123
    Franky
    Keymaster

    Hmmm … “internal server error” means you have to look in the logfiles of the webserver for more information.

    #50124
    Anonymous
    Inactive

    Hello,

    i tested it without touching a code, only reinstal older versions and the result:

    version 1.0.4 – OK

    version 1.0.5 – OK

    version 1.0.6 – stoped working rss feed

    (i de/activated every version after reinstall.)

    #50125
    Franky
    Keymaster

    I just was able to reproduce it here, and see my error log:

    [Sun Jan 13 12:42:29 2013] [error] [client 127.0.0.1] PHP Fatal error: Call to undefined function event_url() in /var/www/html/wordpress/wp-content/plugins/events-made-easy/eme_events.php on line 3537

    ==> the weird thing is that almost no differences are present between 1.0.5 and 1.0.6 … I need to check this. The function event_url() is present in the file eme_functions.php for quite some time already, so somehow eme_events.php stopped including this or so???

    #50126
    Franky
    Keymaster

    Ok, I found it; the error happened here: http://plugins.trac.wordpress.org/changeset/649391/events-made-easy/trunk/eme_events.php

    where, due to copy/paste or so, eme_event_url got replaced by just event_url … sig …

    Fixed here:

    http://plugins.trac.wordpress.org/changeset/651943

    #50127
    Anonymous
    Inactive

    Yes!

    Thanks for a great support!

Viewing 8 posts - 1 through 8 (of 8 total)
  • The forum ‘Bug fixed or feature request implemented’ is closed to new topics and replies.
Scroll to Top