Viewing 8 replies - 16 through 23 (of 23 total)
  • It assumes that PHP has been built with an fopen() wrapper to handle SSL and https, which in our case is not true and so every outbound request using file-get-contents to https destinations will fail. If the plugin were to try using cURL instead, it would work.

    By default, fopen() wrapper is built-in in PHP while cURL is not.
    Both, installing cURL and installing openssl, require recompilation of PHP.
    However, adding support for cURL will be a good thing to have.

    Thanks for the great feedback.

    Sources:
    https://www.php.net/manual/wrappers.php
    https://uk.php.net/manual/en/openssl.installation.php
    https://www.php.net/manual/en/curl.installation.php

    Is cURL support likely to come any time soon, otherwise I’m sadly going to have to try and find something else, which would be a shame.

    We are currently working on our Milestone 1.1: https://trac.the-seed.ca/roadmap
    Unfortunately, we are not accepting anymore requests for this milestone so the earliest we can add this will be Milestone 1.2.

    However, you can always use our premium support to get this done asap.

    OK, cheers. It’s a non-profit community site run on goodwill, so I’m afraid we can’t afford premium support!

    That’s okay, You will just need to wait for about 7 weeks or choose a different solution.

    Thread Starter BigBirdy

    (@bigbirdy)

    Well I did locate an error now. But I cant figure out the issue. I came across some other posts with a similiar issue under PHP5 (which I run), but not sure of the solution. I dont have openssl compiled into my PHP install and cant do it right now. Is there a way to fix this any other way?

    [Fri Oct 14 16:48:02 2011] [error] [client 24.82.0.xxx] PHP Warning: file_get_contents() [function.file-get-contents]: Unable to find the wrapper “https” – did you forget to enable it when you configured PHP? in /home/sqspeaks/public_html/wp-content/plugins/all-in-one-event-calendar/lib/iCalcreator.class.php on line 1558

    @bigbirdy
    This seems to be the same error that urban75 is experiencing.
    You will need to provide https wrapper for your php install. Asking your hosting company to do it for you is probably the right solution.

    Thread Starter BigBirdy

    (@bigbirdy)

    Thanks kindly. I did manage to fix the wrapper issue, and get the plugin to parse/pull the calendar data once. But then it seemed to barf and now returns this error so had to disabled the plugin again.

    [Sat Oct 15 08:53:56 2011] [error] [client 24.82.0.208] PHP Fatal error: Ai1ec_Settings::get_instance() [ai1ec-settings.get-instance]: The script tried to execute a method or access a property of an incomplete object. Please ensure that the class definition “Ai1ec_Settings” of the object you are trying to operate on was loaded _before_ unserialize() gets called or provide a __autoload() function to load the class definition in /home/sqspeaks/public_html/wp-content/plugins/all-in-one-event-calendar/app/model/class-ai1ec-settings.php on line 220, referer: https://www.squamishspeaks.ca/test/

Viewing 8 replies - 16 through 23 (of 23 total)
  • The topic ‘[Plugin: All-in-One Event Calendar] Google Calendar Feeds Not Showing?’ is closed to new replies.