Viewing 15 replies - 1 through 15 (of 25 total)
  • Can you provide a sample link and how about re-saving permalinks?

    Thread Starter datibus

    (@datibus)

    Hi agelonwl:

    I haven’t change the default permalinks. I have returned to uninstall and reinstall the plugin and I have noticed that if I go into the settings, without making any changes, hit the save button, suddenly I can not see any event, since they all show the error 404.

    hello,

    can you post the code that you are using?

    Thread Starter datibus

    (@datibus)

    Hi agelown:

    First of all, I am sorry because the site is private so you cannot see it unless you have a user, but if you want it I could create a user for you.

    Please excuse me if I don’t express myself correctly, English is not my native language but I try to do my best.

    This is what I have done:

    From the WP plugin interface:
    – uninstall
    – delete plugin
    – add new plugin: Events Manager 5.1.5
    – active the plugin

    Then I create a recurring event, but notice that:
    – if I put the mouse over the “Events” menu option it doesn´t show me the events recurring option (http://www.datibus.es/events-manager/recurring-event-does-not-appear.jpg)
    – if I click on “Events” menu option now I can see the recurring event option (http://www.datibus.es/events-manager/recurring-event-appear.jpg)
    – so, I click on recuring events option and create one of it:
    – writting a title: “testing recurring event”
    – some text: “bla bla bla”
    – select a begin and end dates: from 19/04/2012 to 22/04/2012
    – select “This event does not have a physical location.”
    – publish the event

    Then I open a page which is using the next template:

    <?php
    /*
     * Template Name: Espectaculos actuales
     * This page displays a list of events, called during the em_content() if this is an events list page.
     * You can display events however you wish, there are a few variables made available to you:
     *
     * $args - the args passed onto EM_Events::output()
     *
     */
    
    get_header();
    ?>
        <div id="main-col">
    <?php suffusion_before_begin_content(); ?>
    	  <div id="content">
    <?php
    $events_count = EM_Events::count( apply_filters('em_content_events_args', $args) );
    $args['limit'] = get_option('dbem_events_default_limit');
    $args['page'] = (!empty($_REQUEST['page']) && is_numeric($_REQUEST['page']) )? $_REQUEST['page'] : 1;
    
    $args['recurring']='1';
    if( $events_count > 0 ){
    	echo EM_Events::output( $args );
    	}else{
    	echo get_option ( 'dbem_no_events_message' );
    }
    ?>
          </div><!-- content -->
    	</div><!-- main col -->
    <?php get_footer(); ?>

    And the page show me this: http://www.datibus.es/events-manager/list.jpg

    When I click on the event it open another page:
    http://www.datibus.es/events-manager/recurring-event-404.jpg
    the url: http://teatropradillo.com/events-recurring/testing-recurring-event/

    The next thing I have done is to modify the em-post.php file in order to show the event and no the recurring-events template.
    I change the 441 line and write this:
    'rewrite' => array('slug' => EM_POST_TYPE_EVENT_SLUG,'with_front'=>false),

    So now when I click on the event it open the page I want:
    http://www.datibus.es/events-manager/recurring-event-ok.jpg

    the url is this one: http://teatropradillo.com/events/testing-recurring-event/

    which automatically redirects to: http://teatropradillo.com/events/testing-recurring-event-2012-04-19/

    So, althoug the url http://teatropradillo.com/events-recurring/testing-recurring-event/ does not work I could use the other one OK: http://teatropradillo.com/events/testing-recurring-event/

    But a new problem appears if I use the events manager settings, because if, without doing any change, I click on the save button: http://www.datibus.es/events-manager/settings.jpg

    then the url that was working (http://teatropradillo.com/events/testing-recurring-event/) stops working and shows me a 404 error page.

    If you want you can see the default permalinks here: http://www.datibus.es/events-manager/permaling-slugs-detail.jpg

    as you can see there is no the recurring events permalink option one and I am not sure if I see it the first time I install the plugin.

    I don’t know what to do, I think when I uninstall and delete the files it doesn´t clean all, something remains and gives problems, is it possible?, and if this is the problem, what can I do to resolve it?

    Thanks a lot.

    Thread Starter datibus

    (@datibus)

    Hello:

    Please, I need an events plugin working urgently, and I have no idea if my problem can be solved, just tell me if you think you may have a solution or is better to try with another plugin.

    Thank you very much.

    hi,

    1. Is it possible to temporarily deactivate other plugins and revert to default theme?
    2. Can you try to choose other permalinks under WP Settings > Permalinks then save?
    3. under EM settings at Settings > Admin Tools > Reset

    Note: dont forget to backup everything

    Thread Starter datibus

    (@datibus)

    Hi:

    I followed all the steps you have written, but the problem persists, I mean, I uninstalled the plugin, I deleted the files, I reinstalled the plugin, I created a recurring event and when I open the page I get a 404.

    Do you think there is anything else I can try?

    go to settings
    choose pages
    go to event list/archive
    be sure to be joined ot the page incluing the code CONTENT
    may that will help you

    Thread Starter datibus

    (@datibus)

    Hi queeneve:

    Thanks a lot for your words.

    I did what you suggested, but does not work, recurring event page still shows a 404.

    Quote:
    ”””
    Hi:

    I followed all the steps you have written, but the problem persists, I mean, I uninstalled the plugin, I deleted the files, I reinstalled the plugin, I created a recurring event and when I open the page I get a 404.

    Do you think there is anything else I can try?
    ”””’
    did u reset the plugin or you just removed the files and reinstall it again only???

    Thread Starter datibus

    (@datibus)

    Thank you very much queeneve.

    I have done all this things, uninstall, remove files, install, reset the plugin…

    It seems to be something that does not reset when I do all that things, I don’t know what else I can do, so I think I have no choice but to uninstall and reinstall worpress and try again using the plugin 🙁

    do u have a lot of data on the site?

    try the last thing

    go to the wordpress settings
    choose permalink settings

    and go to custom stucture and add

    /%post_id%/%postname%/

    may be this will help

    Thread Starter datibus

    (@datibus)

    I just tried what you’ve written but does not work.

    I have data on the blog but not too much, I’m not sure but I’m beginning to think that it take less time to start again than to find a solution.

    queeneve, I am very very very grateful for the support you’re giving me, thanks a lot!

    you are welcome any time , it is my pleasure dear 🙂
    wish you all the best

Viewing 15 replies - 1 through 15 (of 25 total)

The topic ‘[Plugin: Events Manager] events-recurring error 404’ is closed to new replies.