Matt Cockayne

Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • in reply to: Event aggregator installation #1365168
    Matt Cockayne
    Participant

    Hi Nicholas,

    Sorry, I’m a developer by trade so hadn’t considered that you may not be experienced in this area. If you are not 100% familiar with interacting directly with the database I would advise against it.

    Instead take a look at https://wordpress.org/plugins/transients-manager/. This plugin allows you to managed what wordpress calls transients from the “tools” menu… whhen you access the manager you need to search for “tribe_aggregator_origins” and you should then have an option to delete it.

    Once thats deleted you should be good to go

    in reply to: Cannot import any events from "Other Url" #1364868
    Matt Cockayne
    Participant

    Hi Gloria,

    Sorry, I’m a developer by trade so hadn’t considered that you may not be experienced in this area. The query is a database query that you can use in the installaiin of phpmyadmin that you can find inside you cpanel… however I would advise against this is you are not 100% confident.

    Instead take a look at https://wordpress.org/plugins/transients-manager/. This plugin allows you to managed what wordpress calls transients from the “tools” menu… whhen you access the manager you need to search for “tribe_aggregator_origins” and you should then have an option to delete it.

    Once thats deleted you should be good to go

    in reply to: Cannot import any events from "Other Url" #1364536
    Matt Cockayne
    Participant

    Hi Gloria,

    I’ve just come up against this issue myself. When I installed my license key most of the options were grayed out. A quick poke around in the code and it looks like my issue is because cache that the aggregator uses to store the configuration of the “Import Origins” doesn’t get cleared properly when you enter your license key.

    The quickest way to fix this is to run this query against the database which will remove the cache entry causing the problem, everything appears to be working after that

    delete from wp_options where option_name = '_transient_tribe_aggregator_origins';

    I hope this helps

    in reply to: Can’t select FB import #1364535
    Matt Cockayne
    Participant

    Hi Eric,

    I’ve just come up against this issue myself. A quick poke around in the code and it looks like the issue is because cache that the aggregator uses to store the configuration of the “Import Origins” doesn’t get cleared properly when you enter your license key.

    The quickest way to fix this is to run this query against the database which will remove the cache entry causing the problem, everything appears to be working after that

    delete from wp_options where option_name = '_transient_tribe_aggregator_origins';

    in reply to: Event aggregator installation #1364534
    Matt Cockayne
    Participant

    Hi Nicolas,

    I’ve just come up against this issue myself. A quick poke around in the code and it looks like the issue is because cache that the aggregator uses to store the configuration of the “Import Origins” doesn’t get cleared properly when you enter your license key.

    The quickest way to fix this is to run this query against the database which will remove the cache entry causing the problem, everything appears to be working after that

    delete from wp_options where option_name = '_transient_tribe_aggregator_origins';

    in reply to: Just upgraded, can't select iCal import #1364530
    Matt Cockayne
    Participant

    Hi Lance, I’ve just come up against this issue myself. A quick poke around in the code and it looks like the issue is because cache that the aggregator uses to store the configuration of the “Import Origins” doesn’t get cleared properly when you enter your license key.

    The quickest way to fix this is to run this query against the database which will remove the cache entry causing the problem, everything appears to be working after that

    delete from wp_options where option_name = '_transient_tribe_aggregator_origins';

Viewing 6 posts - 1 through 6 (of 6 total)