• Hello,

    I have a few questions to ask.

    1, It works on my home server (PHP 5.3), but when I try it on the live server (PHP 5.2.13) it cuts the html and gives a half blank page.

    The code is:

    [iCal https://www.google.com/calendar/ical/0bajvp6gevochc6mtodvqcg9o0%40group.calendar.google.com/public/basic.ics%5D

    On my home server the source code looks like this:

    <div class=”entry-content” itemprop=”articleBody”>
    <div id=”events_wrap” ><table id=”calprop0″ class=”vcalendar icalprop”><tr> <td class=”col1″>Eccentric Holidays

    But when I view it on the remote host, this is the very last line of the source code:

    <div class="entry-content" itemprop="articleBody">

    I’ve tried some earlier versions of the plugin, but it’s the same. I have no idea what can I do here.

    2, On localhost, when I view it in English (I use mqTranslate plugin), it’s fine, no error messages, but when I view it in Hungarian language, there is an error message in the source code:

    <!--<br />Unable to create DateTime object from 2015. febr. 8., vasárnap, 11.25.29 UTC <br />DateTime::__construct(): Failed to parse time string (2015. febr. 8., vasárnap, 11.25.29 UTC) at position 13 (8): Unexpected character--><!--<br />Unable to create DateTime object from 2015. febr. 8., vasárnap, 11.08.54 UTC <br />DateTime::__construct(): Failed to parse time string (2015. febr. 8., vasárnap, 11.08.54 UTC) at position 13 (8): Unexpected character-->

    But after that, it shows the events properly.

    +1 Maybe it’s a dumb question, but if I buy the $50 version of the plugin, I can use it as long as I want, or I have to pay for using it in every 30 days?

    https://www.ads-software.com/plugins/amr-ical-events-list/

Viewing 1 replies (of 1 total)
  • Plugin Author anmari

    (@anmari)

    1. how much php/wordpress memory do you have set on your live server? It may be running out of memory, especially if you on a shared host.
    https://www.ads-software.com/support/topic/memory-problem-2?replies=2

    2.Normally datetime exceptions cause a fatal error. There is code to trap this and fail a bit more graciously. It looks like your translation plugin is jumping in and translating date strings somewhere where one would rather not? It looks like plugin is trying to create a php datetimeobject for the current date and time and is being passed a kinda date time string in hungarian (2015. febr. 8., vasárnap, 11.25.29 UTC).

    The only time I have encountered this before is when the person had written their own add-on which was messing with things.

    The plugin works fine with other multi-lingual programs.
    eg: https://lang.icalevents.com/?lang=fr

    I don’t use mqtranslate but I see it is a fork of qtranslate and a quick google https://www.google.com.au/?q=qtranslate%20datetime shows that may be the cause? – try turning off their date emulation.

    3. yes of course you can keep using it, once membership expires you will no longer have access to updates to the paid portion. Generally this will not be a problem for quite a while (ie one could keep updating the listing part while running an old part), but of course who knows?

Viewing 1 replies (of 1 total)
  • The topic ‘It works on localhost, but not on live server’ is closed to new replies.