• I reinstalled this time manually installing the newest version 2.0.4 and the same thing happened again.

    I am using Norwegian language files so the events sidebar was renamed to the Norwegian name. After updating the name holds the US name Events.

    I click All Events sidebar item. The name, Author and post date is listed. IF the event time was supposed to be listed it is not there for any of the events.

    I click an event.
    The calendar top options are missing, TinyMCE bar is missing and the event content that was supposed to be there is missing. I just see one huge blank content area. But plugins that add a shortcode button right above TinyMCE for instance Gravity Forms have buttons showing.
    Weird I scroll down and notice a closed Events Details bar that I can not open. There are no options below. SEO options from all in one seo are missing and other dialog boxes.

    Clicking to create a new event. Too long of time passes (perhaps 1.5 seconds) before Events details dialog box shows the options, and the TinyMCE bar is seen below. As well as other dialog boxes that normally are there are seen.

    I am at lose how to solve these issues.

    https://wordpress.org/plugins/all-in-one-event-calendar/

Viewing 7 replies - 1 through 7 (of 7 total)
  • nicola.peluchetti

    (@nicolapeluchetti)

    If you look at php error log, what do you see there?

    Thread Starter Paal Joachim Romdahl

    (@paaljoachim)

    The weird thing is that nothing shows up in setting wp_debug to true.
    I have also set the wp_debug_log to true as well.

    I noticed that I have an error_log in the root and opened that up to check it.

    I will go back to when I had 1.10.11 standard installed:
    The following error just showed up one day when I got back from a few days vacation and the calendar version 1.10.11 standard was suddenly not working

    PHP Parse error: syntax error, unexpected $end, expecting ‘)’ in /home/movemifw/public_html/okosamfunn/wp-content/plugins/all-in-one-event-calendar/lib/class-ai1ec-loader-map.php on line 1311

    Earlier errors (from version 1.10.11):
    [21-Mar-2014 02:12:32 UTC] PHP Fatal error: Uncaught exception ‘Ai1ec_Cache_Not_Set_Exception’ with message ‘Failed to write ‘ai1ec-response/agenda/standard/2014-03/12|15|22|46|31′ to void cache’ in /home/movemifw/public_html/okosamfunn/wp-content/plugins/all-in-one-event-calendar/lib/strategy/cache_strategy/class-ai1ec-void-cache.php:35
    Stack trace:
    #0 /home/movemifw/public_html/okosamfunn/wp-content/plugins/all-in-one-event-calendar/lib/strategy/class-ai1ec-persistence-context.php(66): Ai1ec_Void_Cache->write_data(‘ai1ec-response/…’, ‘<!– START All-…’)
    #1 /home/movemifw/public_html/okosamfunn/wp-content/plugins/all-in-one-event-calendar/app/controller/class-ai1ec-calendar-controller.php(291): Ai1ec_Persistence_Context->write_data_to_persistence(‘<!– START All-…’)
    #2 /home/movemifw/public_html/okosamfunn/wp-content/plugins/all-in-one-event-calendar/app/controller/class-ai1ec-app-controller.php(925): Ai1ec_Calendar_Controller->get_calendar_page(Object(Ai1ec_Arguments_Parser))
    #3 [internal function]: Ai1ec_App_Controller->route_request(”)
    #4 /h in /home/movemifw/public_html/okosamfunn/wp-content/plugins/all-in-one-event-calendar/lib/strategy/cache_strategy/class-ai1ec-void-cache.php on line 35

    I reinstalled the plugin and the same loader map 1311 error showed up. So I decided to remove the uninstall.php file and uninstall the plugin through the plugin screen.
    I then installed version 2.0.4

    PHP Fatal error: Call to undefined method Ai1ec_Event::get_multiday() in /home/movemifw/public_html/okosamfunn/wp-content/themes-ai1ec/vortex/event-single.php on line 3

    It seems in the error log it also mentioned that I was using the wp debug wrong:

    PHP Notice: is_page was called incorrectly. Conditional query tags do not work before the query is run. Before then, they always return false. Please see Debugging in WordPress for more information. (This message was added in version 3.1.) in /home/movemifw/public_html/okosamfunn/wp-includes/functions.php on line 3049

    Actually this is the only thing that showed up in the debug.log:
    [14-Apr-2014 13:28:08 UTC] PHP Notice: is_page was called incorrectly. Conditional query tags do not work before the query is run. Before then, they always return false. Please see Debugging in WordPress for more information. (This message was added in version 3.1.) in /home/movemifw/public_html/okosamfunn/wp-includes/functions.php on line 3049

    I do hope these errors are something you guys already know about and hopefully have addressed.

    nicola.peluchetti

    (@nicolapeluchetti)

    Can you check your db and see in wp_ai1ec_events table the start and end what fields are and what info they have into?Also please do not go back to 1.x. In the add event page can you check if javascript is rendered correctly? To check for javascrpt find the js generating link which is something like this photo http://take.ms/lxvTA

    IT’s http://yourwebsite.com?ai1ec_render_js=add_new_event.js&is_backend=true&is_calendar_page&ver=2.0.4

    and clicking and that link should render the javascript for the add_new_event page

    Thread Starter Paal Joachim Romdahl

    (@paaljoachim)

    If I understand you correctly.

    In php MyAdmin
    wp_ai1ec_events
    Structure area:
    1 Post id – bigint(20)
    32 timezone_name varchar(50) utf8_general_ci

    Other table entries are:

    wp_ai1ec_events_2014_03_11_663172
    wp_ai1ec_events_2014_04_12_946843
    wp_ai1ec_event_category_meta
    wp_ai1ec_event_feeds
    wp_ai1ec_event_instances
    wp_ai1ec_event_instances_2014_03_11_663172
    wp_ai1ec_event_instances_2014_04_12_946843

    Js
    I am not really sure what to check for in javascripts. It seems like they are in place but I am not sure.
    I can give you my login info so you can take a look.

    Thread Starter Paal Joachim Romdahl

    (@paaljoachim)

    Btw
    I checked my own wp_ai1ec_events database and notice there is data in them.
    I’ll wait until next week add the 2.0.6 update and see how things are with the calendar then.

    Hopefully I can download it from time.ly and go to my plugins area upload the plugin and have it replace the existing 2.0.4 without having to through ftp rename the existing plugin name.

    Have a great weekend!

    I am hoping to see one stable version with the same version number at time.ly and here at the repo. And for the adventures developers a development branch at time.ly. It makes it cleaner to have one version to relate to then having one version at time.ly and another at the WordPress repo.

    Thread Starter Paal Joachim Romdahl

    (@paaljoachim)

    It was easy to update to 2.0.6…… but I am not able to see any improvement with my calendar.

    Events are still called events even when I have the site in Norwegian.
    The older events are still not seen in the content creation screen. The calendar options are not seen as well.
    Any ideas?

    Thread Starter Paal Joachim Romdahl

    (@paaljoachim)

    I added a video to youtube so show the errors and what they look like.
    https://www.youtube.com/watch?v=_Gdbfqv3MEw

    Please take a look.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Manual update to 2.0.4 – no entries found etc’ is closed to new replies.