Viewing 15 replies - 31 through 45 (of 45 total)
  • rasaacharya

    (@rasaacharya)

    Having the same exact problems as @damarusama. Also hosted on 1and1.com.

    I’ve followed the previous fixes and my info.php shows that allow_url_fopen is on.

    Would really like to figure out a fix. Thanks in advance.

    Hi…

    I have the same problem here..

    Trying to sync/import:

    https://filer.herlev-basket.dk/public.php?service=calendar&t=f2199594f043fdc

    seems like file is being fetched ok:

    https://herlev-basket.dk/test/

    index.php in this folder:

    <?php
    error_reporting(E_ALL); ini_set(‘display_errors’,’On’);
    echo file_get_contents( ‘https://filer.herlev-basket.dk/public.php?service=calendar&t=f2199594f043fdc&#8217; );

    ?>

    Any ideas????

    Can you set WP_DEBUG to true in your wp-config.php then tell me the result of the ajax call as shown here (I need the content in network tab that I copied, in my case it was {"error":false,"message":"Imported 1 event","ics_id":8}): https://youtu.be/QlZ7K9PYUZU

    Hi

    I get:

    {“error”:true,”message”:”Ingen begivenheder fundet”}

    “Ingen begivenheder fundet” = “No events found”

    @mrmeee
    It has to be something server-side as I cannot get it on my install. Would you like me to assist you in debugging it? If so, I’ll need ftp access and wp-admin access. You can create a ticket with the credentials here: https://help.time.ly/customer/portal/emails/new

    Hi

    I have no problem in giving you a wp-admin access.. but we are using a hosting provider, where I can not easily change password on the ftp account… so I am not that happy in giving up the ftp password…

    Can you do anything with the wp-admin access alone?? or is there something I can do??

    okay, let’s try with wp-admin and if I need you to do any changes to the files, I will let you know

    Hi

    Just figured out something, if I switch from PHP 5.2 -> 5.3, then it works… But then some of my other stuff in wordpress breaks…

    ah okay,
    so we supply 2 libraries for ICS parsing. one is for php 5.2. The newer library for ics parsing requires php 5.3, it has more features and supports more cases. I guess that’s why it doesn’t work :/

    ok…

    But after switching to 5.3 i get:

    Warning: Parameter 1 to ec3_filter_posts_where() expected to be a reference, value given in /home/www/herlev-basket.dk/wp-includes/plugin.php on line 227

    Warning: Parameter 1 to ec3_filter_posts_join() expected to be a reference, value given in /home/www/herlev-basket.dk/wp-includes/plugin.php on line 227

    Warning: Parameter 1 to ec3_filter_posts_groupby() expected to be a reference, value given in /home/www/herlev-basket.dk/wp-includes/plugin.php on line 227

    Warning: Parameter 1 to ec3_filter_posts_orderby() expected to be a reference, value given in /home/www/herlev-basket.dk/wp-includes/plugin.php on line 227

    Warning: Parameter 1 to ec3_filter_posts_fields() expected to be a reference, value given in /home/www/herlev-basket.dk/wp-includes/plugin.php on line 227

    and NO events shows…

    Do you know a quickfix to this error???

    Yes, just set WP_DEBUG to false in wp-config.php

    ok.. and this was caused by the old version of event calendar, that I forgot to uninstall.. thanks for your help…

    Excellent! I hope you enjoy using the plugin.

    Hi,

    I am using all-in-one calendar to download the events from an external site. This works OK with a different hosting. The same code did not work in 1and1 hosting. I have tried all the above steps. Every thing is fine, when the feeder runs the script. It gives

    {“error”:false,”message”:”No Events found”,”ics_id”:2}):

    Can you please help? This is preventing us to complete the other tasks.

    Thanks.

Viewing 15 replies - 31 through 45 (of 45 total)
  • The topic ‘[Plugin: All-in-One Event Calendar] Import and ICS feed don't work’ is closed to new replies.