Early Bird in PA
Forum Replies Created
-
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] subscribe doesn't work anymoreI fixed it. Issue can be closed.
All-in-one-calendar doesn’t deal well with recurring events. I knew that, but have accidentally created one again. I took it out (split it in single day events) and everything works fine.Thank you.
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] refresh doesn't workWell, even with above error message in the cron message, everything is working now.
Summary:
1) I am not able to sync reoccurring events from Outlook.com calendar – had to change them into single events2) wp_cron.php needed to be disabled and the cron job needed to be initiated via crontab on the web server (outside of wordpress).
Thanks for everyone’s help.
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] refresh doesn't workThanks again. I feel we are getting closer.
I did set up a scheduled task myself on my host. I disabled wp-cron.php in wp-config.php and then added a cron job to crontab that way:
*/1 * * * * /usr/local/bin/php5 /kunden/homepages/36/xxxxxxxxx/xxx/xxxxx/STESchoolCalendar/wp-cron.phpI have set it to every minute for testing purposes.
This is the output (emailed to me):
All-in-One Event Calendar: Undefined index: SCRIPT_NAME @ /homepages/36/xxxxxxxxx/xxx/xxxxx/STESchoolCalendar/wp-content/plugins/all-in-one-event-calendar/app/controller/front.php:500 #8
X-Powered-By: PHP/5.2.17
Content-type: text/htmlNow I am stuck again, but I might be close to getting this running. Can you help me again? I very much appreciate it.
Thank you.Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] refresh doesn't workThanks, Jeffrey, for your support.
Answer to your first question: this is what I came from. Google Calendar doesn’t sync with my Outlook.com Calendar anymore. I had this running for years…. not working anymore. So I was searching for another way to do it and came across this plugin. I like it and I would like to use it.
Second question: Yes, I am able to manually trigger the hook with “execute”. It works fine. Can you help me to set up the cron manager the way, it does do the job by itself?
Thanks.
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] refresh doesn't workBenjamin, it is how you already suspected:
Next execution for a1ec_cron says “At next page refresh”.What do I do now? Could you please advice?
Thank you.Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] refresh doesn't workBenjamin, thank you so much for getting back to me so quickly.
I just was working on the issue overnight. I found a comment in one of the blogs, where a gentleman describes that the All-in-One-Calendar doesn’t deal well with reoccurring events that are fed into the calendar.
I can verify this.
I was able to initially import my outlook.com calendar (Windows live) into All-in-One Calendar, but every refresh would fail. Based on the blog I’ve found, I just gave it a try.
Yes, as soon as I took out the reoccurring events in outlook (copied them into each day as a single all-event) the ics feed with refresh worked just perfectly.Ok, half of my problem (refresh button circles forever) is solved by this workaround. Although, I would say this is a bug in 2.2.1.
The other half of my problem is still there: not automatically updating with the specified interval. I will look into the Cron Manager and will post what I find out.
Thanks, Benjamin.