• Resolved Bernd

    (@bernd-albers)


    I have installed the calendar plugin on to instances of my WordPress site (test-site/production-site)
    On the testsite it works fine, but on my production site when I click on the next month or the month before the calender does not loaded and I get the following error message:

    Something went wrong while fetching events.
    The request status is: 404
    The error thrown was: Not Found

    Clicking again then shows the page correctly with all events.
    The events are imported from a Google Calendar, but they all are already imported in the event list.

    https://www.ads-software.com/plugins/all-in-one-event-calendar/

Viewing 15 replies - 1 through 15 (of 20 total)
  • Thread Starter Bernd

    (@bernd-albers)

    I have just found the following:
    I have these two plugins installed on my production-site.
    Slideshow:
    https://www.ads-software.com/plugins/slideshow-jquery-image-gallery/
    Gallery
    https://www.ads-software.com/plugins/gallery-plugin/
    The Slideshow plugin is not installed on my test-site.

    The funny thing is:
    There is no Gallery on my calender-page, but a Slideshow in my sidebar.
    But when I deactivate the slideshow plugin, the error message still shows.
    When I instead deactivate the Gallery Plugin the error disappears.

    Thread Starter Bernd

    (@bernd-albers)

    I have installed the Slideshow plugin on my test-site, but there the Error does not show up.
    So there must be another reason.

    Compare here:
    Test-site
    https://www.wpb.moodle-igswhv.de/?page_id=191

    Production site:
    https://www.igswhv.de/termine/

    Nicola Peluchetti

    (@nicolapeluchetti)

    i’ll test it tomorrow, it’s 5AM here ??

    Nicola Peluchetti

    (@nicolapeluchetti)

    Hi, the problemm seems to be that your productino server returns a 404. Anyway i tested it now and it was working, how did you fix it?

    Samphy

    (@samphy)

    Hi, I get the same issue. It is not 100% and occurs maybe 75% of the time when trying to either switch to month view, or scroll to next or previous months.

    I had a whole bunch of trouble with a manual update of the plug in recently which I resolved by deleting it completely and installing from scratch, not sure if that has anything to do with the issue?

    My site is: https://www.warwickshirefitness.com/wpx/class-timetable/

    Cheers,

    Thread Starter Bernd

    (@bernd-albers)

    It is not fixed on my production site. The 404 error comes in about 90% of the clicks.
    https://www.igswhv.de/termine/

    Nicola Peluchetti

    (@nicolapeluchetti)

    It seems that, for some reasons, your webserver returns a 404 when we make the AJAX call https://take.ms/y4YwY

    Can you ask your web hosting if they have any clue?Because if it’s only on your production site and you can’t replicate it on test, that looks like an issue with the server

    Thread Starter Bernd

    (@bernd-albers)

    My server Admin gave me a hint that it might be due to different htaccess files.
    My production site is set to permalinks which is set in htaccess. Could this be the reason?

    Nicola Peluchetti

    (@nicolapeluchetti)

    Yes htaccess and permalinks are usually one of the main causes here, but our plugin work both with and without pretty permalinks.
    You can try to disable them in production and see if things work

    Thread Starter Bernd

    (@bernd-albers)

    It is definitely a problem with permalinks. Whenever I set my testsite to permalinks I get a “403 – no permission to access the server” error message.

    Setting to permalinks adds the following settings to my htaccess, which causes the problem:

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress

    Nicola Peluchetti

    (@nicolapeluchetti)

    That’s added by wordpress and it usually works. I think you should contact your web host and ask them to fix this, permalinks should work on every website.

    Hey again,

    I’ve tested everything you suggested Nicola, I have mod-rewrite working fine, my permalinks are all working fine and yet almost 100% of the time, when trying to select a month or a date in the future, I get the error:

    Something went wrong while fetching events.
    The request status is: 404
    The error thrown was: Not Found

    Do you have any other theories as to what may be causing this? It’s worth noting that I have used the calender for about 3 years and this error has only appeared since updating to WordPress 4.0 I believe.

    Thank you,

    @sampy
    Did you check for conflicts with plugins and theme?

    Hi,

    I just installed on a site for the first time this morning, added a Google calendar feed, added a shortcode to a page, ran in to this same issue, and found this thread. I started clicking around just to see what settings were what and saw the gzip disabled box checked and unchecked it. Things started working! Checked the box and things were still working. Not sure what happened there.

    I did also notice when I tried another browser that wasn’t logged in it was giving a 403 error. I tracked this down to the iThemes Security plugin that was loaded. Turning it off made everything work properly. The incompatibility might be there.

    OMG! After almost 2 months with this issue I have found and fixed the problem! Thank you Nicola for suggesting to check plugin incompatibilities.

    The conflict for me was with the Gallery plug in by BestWebSoft. I feel like a huge weight has been lifted as I have literally tested every other calendar plug in out there to try and find a replacement, but none work as well as this one ??

    I hope this solves the issue for some of you other peeps having trouble!

Viewing 15 replies - 1 through 15 (of 20 total)
  • The topic ‘Next/previous month not load correctly’ is closed to new replies.