George

Forum Replies Created

Viewing 15 posts - 2,131 through 2,145 (of 10,499 total)
  • Author
    Posts
  • George
    Participant

    Hey there,

    We ran into an issue with the packaging of the 4.3.1 update of The Events Calendar and Event Tickets.

    There are two main solutions to proceed and work around these issues.

    First: Replace the Files of The Events Calendar 4.3.1.1

    • If you are able to access your site files via FTP, head to the /wp-content/plugins directory and delete the /the-events-calendar folder there. This will not delete event content.
    • Once that is deleted, download a fresh copy of The Events Calendar 4.3.1.1 from WordPress.org ? http://wordpress.org/plugins/the-events-calendar
    • Install this new fresh copy of The Events Calendar 4.3.1.1 on your site.

    ⚠️ Please Note: If you have Event Tickets on your site, you may also want to do this process for Event Tickets 4.3.1.1, available on WordPress.org here.

    Next: PHP 5.2 Fix

    If you do the above steps and still see fatal error when you try to access your site, then this is the result of your site’s server running an old version of PHP.

    To proceed, first please contact your web host and ask them to upgrade the version of PHP they are running. While we do try to support old versions of PHP 5.2, because WordPress itself does, using out-of-date versions of software like this is bad for security and site performance.

    You can contact your web host and request they update their servers by sending a message like this:


    I'm interested in running the open-source WordPress (https://wordpress.org/) web software and I was wondering if my account supported the following:

    • PHP 5.6 or greater
    • MySQL 5.6 or greater
    • The mod_rewrite Apache module

    Thanks!

    Then, you have two options for a temporary fix:

    • You can head to line 97 of events-calendar-pro/src/functions/template-tags/venue.php from this:

      return ! empty( tribe_get_events( $args ) );

      to this:

      $tribe_events = tribe_get_events( $args );
      return ! empty( $tribe_events );

    • Or you can delete The Events Calendar 4.3.1.1 and Events Calendar Pro 4.3.1 from your site and temporarily re-install versions 4.3 of both plugins until we release a fix for this issue—which we will do promptly and are working on as I type this response.

    Thank you so much for your patience! Please let us know if you have further questions on this matter or anything else we can try to help with.

    Sincerely,
    George

    in reply to: 4.3.1.1 Update Fatal Error #1180269
    George
    Participant

    Hey there,

    We ran into an issue with the packaging of the 4.3.1 update of The Events Calendar and Event Tickets.

    There are two main solutions to proceed and work around these issues.

    First: Replace the Files of The Events Calendar 4.3.1.1

    • If you are able to access your site files via FTP, head to the /wp-content/plugins directory and delete the /the-events-calendar folder there. This will not delete event content.
    • Once that is deleted, download a fresh copy of The Events Calendar 4.3.1.1 from WordPress.org ? http://wordpress.org/plugins/the-events-calendar
    • Install this new fresh copy of The Events Calendar 4.3.1.1 on your site.

    ⚠️ Please Note: If you have Event Tickets on your site, you may also want to do this process for Event Tickets 4.3.1.1, available on WordPress.org here.

    Next: PHP 5.2 Fix

    If you do the above steps and still see fatal error when you try to access your site, then this is the result of your site’s server running an old version of PHP.

    To proceed, first please contact your web host and ask them to upgrade the version of PHP they are running. While we do try to support old versions of PHP 5.2, because WordPress itself does, using out-of-date versions of software like this is bad for security and site performance.

    You can contact your web host and request they update their servers by sending a message like this:


    I'm interested in running the open-source WordPress (https://wordpress.org/) web software and I was wondering if my account supported the following:

    • PHP 5.6 or greater
    • MySQL 5.6 or greater
    • The mod_rewrite Apache module

    Thanks!

    Then, you have two options for a temporary fix:

    • You can head to line 97 of events-calendar-pro/src/functions/template-tags/venue.php from this:

      return ! empty( tribe_get_events( $args ) );

      to this:

      $tribe_events = tribe_get_events( $args );
      return ! empty( $tribe_events );

    • Or you can delete The Events Calendar 4.3.1.1 and Events Calendar Pro 4.3.1 from your site and temporarily re-install versions 4.3 of both plugins until we release a fix for this issue—which we will do promptly and are working on as I type this response.

    Thank you so much for your patience! Please let us know if you have further questions on this matter or anything else we can try to help with.

    Sincerely,
    George

    in reply to: Plugin Update – "White Screen" Fatal Error #1180266
    George
    Participant

    Hey there,

    We ran into an issue with the packaging of the 4.3.1 update of The Events Calendar and Event Tickets.

    There are two main solutions to proceed and work around these issues.

    First: Replace the Files of The Events Calendar 4.3.1.1

    • If you are able to access your site files via FTP, head to the /wp-content/plugins directory and delete the /the-events-calendar folder there. This will not delete event content.
    • Once that is deleted, download a fresh copy of The Events Calendar 4.3.1.1 from WordPress.org ? http://wordpress.org/plugins/the-events-calendar
    • Install this new fresh copy of The Events Calendar 4.3.1.1 on your site.

    ⚠️ Please Note: If you have Event Tickets on your site, you may also want to do this process for Event Tickets 4.3.1.1, available on WordPress.org here.

    Next: PHP 5.2 Fix

    If you do the above steps and still see fatal error when you try to access your site, then this is the result of your site’s server running an old version of PHP.

    To proceed, first please contact your web host and ask them to upgrade the version of PHP they are running. While we do try to support old versions of PHP 5.2, because WordPress itself does, using out-of-date versions of software like this is bad for security and site performance.

    You can contact your web host and request they update their servers by sending a message like this:


    I'm interested in running the open-source WordPress (https://wordpress.org/) web software and I was wondering if my account supported the following:

    • PHP 5.6 or greater
    • MySQL 5.6 or greater
    • The mod_rewrite Apache module

    Thanks!

    Then, you have two options for a temporary fix:

    • You can head to line 97 of events-calendar-pro/src/functions/template-tags/venue.php from this:

      return ! empty( tribe_get_events( $args ) );

      to this:

      $tribe_events = tribe_get_events( $args );
      return ! empty( $tribe_events );

    • Or you can delete The Events Calendar 4.3.1.1 and Events Calendar Pro 4.3.1 from your site and temporarily re-install versions 4.3 of both plugins until we release a fix for this issue—which we will do promptly and are working on as I type this response.

    Thank you so much for your patience! Please let us know if you have further questions on this matter or anything else we can try to help with.

    Sincerely,
    George

    George
    Participant

    Hey Kevin,

    I have confirmed that there is a bug here and I have reported this to our development team.

    I’m sorry for the trouble here; I will update this thread with news about when this is fixed. It could unfortunately take several weeks before a bug fix truly arrives.

    If I have not posted here, then there is no news since my last post here — but I assure you I will update this thread with updates about the status of the bug fix.

    Thank you for reporting this!

    Please let me know if there’s anything else I can try to help with in the meantime.

    Sincerely,
    George

    George
    Participant

    Hey Brian,

    I have confirmed that there is a bug here and I have reported this to our development team.

    I’m sorry for the trouble here; I will update this thread with news about when this is fixed. It could unfortunately take several weeks before a bug fix truly arrives.

    If I have not posted here, then there is no news since my last post here — but I assure you I will update this thread with updates about the status of the bug fix.

    Thank you for reporting this!

    Please let me know if there’s anything else I can try to help with in the meantime.

    Sincerely,
    George

    in reply to: Pro or Add-On(s) to Achieve RSVP with Purchase Option? #1180118
    George
    Participant

    Hey Josef,

    Thanks for reaching out.

    Our plugins unfortunately don’t have any support for this sort of RSVP configuration. 🙁 You would have to specifically mention costs in your event post, or get clever with custom coding to modify the display of that “FREE” text to something else on an event-by-event basis.

    Sorry to disappoint! Please let me know if there’s anything else I can try to help with.

    Sincerely,
    George

    in reply to: Issue with FB Events after Aggregator showed up in WP #1180116
    George
    Participant

    Hey Christos,

    I’m sorry to hear about these troubles.

    You do NOT have to use Event Aggregator. To completely disengage Event Aggregator from your site, simply remove the Event Aggregator license key from your Events settings page in your wp-admin.

    1. Once you have removed this license key, do issues persist for you?

    2. Can you confirm if you are accessing the “Facebook” tab you are referring to by going to the “Legacy Imports” menu item in your wp-admin? Here is a screenshot of what I am referring to:

    ☝️ Is this the Facebook page you’re using in your admin?


    Please address EACH of my questions above in your response — I appreciate your patience, @Christos, and if you can respond to each item in our posts here we can ensure a faster support exchange to try and resolve these problems for you.

    Thank you,
    George

    in reply to: 4.3 update broke my calendar #1180076
    George
    Participant

    Hey Jason,

    I’m sorry for the trouble here.

    I took a look at your site and there is a CORS header issue (Cross-Origin Resource Sharing).

    Basically, some resources are being served up over HTTPS on your site, (https://), while others are over HTTP (http://). This inconsistency in protocols is not allowed by browsers and will cause issues like you face.

    We have noticed this issue arising from some other customers — it seems like there is a bug in our code, that we have not confirmed this.

    Your case here only elevates the concern and I am reporting this to our developers; we will try to confirm a bug here and I will keep you posted with news about these issues.

    Stay tuned!
    George

    George
    Participant

    Sorry to hear about this Brian!

    I don’t notice any issues — to help me investigate, let’s start with what you wrote here:

    De-selecting the event and re-saving a draft allows the EDIT box to the right of the permalink to return. However, once the event has been toggled to recurring then saved, the EDIT box disappears from view.

    ☝️ Can you share a screenshot of this specific “EDIT” box you are referring to? You can do so by uploading the screenshots to this thread. If you have issues with that, you can upload to Imgur.com, Flickr.com, CloudUp.com, or any similar image-hosting site; then just share the links to those images here and I’ll take a look.

    Thank you!
    George

    in reply to: Facebook Events Tab not showing up #1180068
    George
    Participant

    This thread is a duplicate, so I am closing it and continuing the discussion here ? https://theeventscalendar.com/support/forums/topic/facebook-events-tab-not-showing-up-2/

    in reply to: Facebook Events Tab not showing up #1180067
    George
    Participant

    Hey @soul322,

    Once you enter the Facebook license key and App details, you should be able to head to Events → Legacy Imports in your wp-admin and there you should find the “Facebook” tab you’re looking for.

    Here is a screenshot of this:

    ☝️ Let me know if you see this and if this information helps!

    — George

    in reply to: 'Twilio SMS Notifications' Plugin #1180052
    George
    Participant

    Thanks for reaching out, Waseem!

    Our plugins have no specific integration with that plugin, so I would recommend contacting the makers of that plugin directly for insight on what it is compatible with.

    As noted, though, our plugins have no specific integration with that plugin.

    Sincerely,
    George

    George
    Participant

    This reply is private.

    in reply to: Costs disappeared #1180044
    George
    Participant

    Thanks for sharing your findings here, folks. I will now close this thread to facilitate the posting in premium forums that I mentioned in my reply above. Please do upgrade your version of WordPress if needed, Martin — the current version is 4.6.1.

    Best of luck with your projects!
    George

    George
    Participant

    Thanks Sabine — for your information here, and for your patience as we continue to investigate this.

    One thing I’m curious about is if you could please make a test event, with test tickets? This way, you can test in one setting if newly-created events suffer the same issues, instead of waiting until the future “real” event.

    I would recommend making two test events, actually:

    • One with just as many “Additional Fields” as the first event, which had the issues.
    • Another with only one or two “Additional Fields”.

    See if issues arise once you make these test events and do some test ticket purchase/registrations (make yourself a 100%-off coupon code so you don’t have to actually spend money in the transactions).


    If issues do persist in these test events, then deactivate ALL plugins on your site except for only these ones:
    • The Events Calendar 4.3
    • Event Tickets 4.3
    • Event Tickets Plus 4.3
    • WooCommerce 2.6.6

    Then, activate a default theme like Twenty Sixteen or Twenty Twelve.

    Then, repeat the process above of creating two test events, with test tickets of different amount of “Additional Fields”, and try testing again.

    What do you find by doing these tests?

    Thank you for your patience here,
    George

Viewing 15 posts - 2,131 through 2,145 (of 10,499 total)