Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter lunabean

    (@lunabean)

    I contacted my host to make sure it wasn’t on their end. They said it wasn’t, and that there are quite a few errors on the server side for this plugin. The most frequent is this one:

    All-in-One Event Calendar: copy(/nas/content/live/dundeehills/wp-content/plugins/all-in-one-event-calendar/cache/twig//dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php): failed to open stream: Permission denied @ /nas/content/live/dundeehills/wp-content/plugins/all-in-one-event-calendar/vendor/twig/Environment.php:1253 #2

    They believe it’s failing due to the chmod it’s trying to execute in the Environment.php file:

    if (@rename($tmpFile, $file) || (@copy($tmpFile, $file) && unlink($tmpFile))) {
    @chmod($file, 0666 & ~umask());

    Thanks.

    Hi,

    Please edit wp-config.php file (in the WordPress root folder) and modify line:
    define('WP_DEBUG', false);
    to
    define('WP_DEBUG', true);

    Then please navigate to http://dundeehills.org/?plugin=all-in-one-event-calendar&controller=ai1ec_exporter_controller&action=export_events. It should produce useful trace information.

    Thread Starter lunabean

    (@lunabean)

    Thanks @benjamin This is the output:

    `
    Strict Standards: Declaration of Related_Sub_Items_Walker::start_lvl() should be compatible with Walker_Nav_Menu::start_lvl(&$output, $depth = 0, $args = Array) in /nas/content/live/dundeehills/wp-content/plugins/advanced-menu-widget/advanced-menu-widget.php on line 296

    Strict Standards: Declaration of Related_Sub_Items_Walker::end_lvl() should be compatible with Walker_Nav_Menu::end_lvl(&$output, $depth = 0, $args = Array) in /nas/content/live/dundeehills/wp-content/plugins/advanced-menu-widget/advanced-menu-widget.php on line 296

    Strict Standards: Declaration of Related_Sub_Items_Walker::start_el() should be compatible with Walker_Nav_Menu::start_el(&$output, $item, $depth = 0, $args = Array, $id = 0) in /nas/content/live/dundeehills/wp-content/plugins/advanced-menu-widget/advanced-menu-widget.php on line 296

    Strict Standards: Declaration of Related_Sub_Items_Walker::end_el() should be compatible with Walker_Nav_Menu::end_el(&$output, $item, $depth = 0, $args = Array) in /nas/content/live/dundeehills/wp-content/plugins/advanced-menu-widget/advanced-menu-widget.php on line 296

    Notice: The called constructor method for WP_Widget in LayerSlider_Widget is deprecated since version 4.3.0! Use
    __construct()
    instead. in /nas/content/live/dundeehills/wp-includes/functions.php on line 3718

    Notice: The called constructor method for WP_Widget in Advanced_Menu_Widget is deprecated since version 4.3.0! Use
    __construct()
    instead. in /nas/content/live/dundeehills/wp-includes/functions.php on line 3718

    Strict Standards: call_user_func_array() expects parameter 1 to be a valid callback, non-static method mandegarweb_default_words::mandegarweb_localization_init() should not be called statically in /nas/content/live/dundeehills/wp-includes/plugin.php on line 525

    Fatal error: Call to undefined function is_bbpress() in /nas/content/live/dundeehills/wp-content/themes/Avada/includes/class-avada-layout.php on line 51′

    Thread Starter lunabean

    (@lunabean)

    Apparently it’s a conflict with the latest version of avada, which was also updated when I updated the calendar. The Avada team says they are working on a fix but it’s difficult and will take time. Ugh.

    I’m glad that you at least find the cause of this issue. I’ll mark this topic as resolved. If you feel you require more assistance with this issue, just re-open the topic.

    Thanks,
    Ben

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Updated to latest version, now can't export’ is closed to new replies.