bvanbreukelen
Forum Replies Created
-
Forum: Plugins
In reply to: [Events Made Easy] Update gone wrong.Hi franky,
It had happened on two websites of mine. One that runs in a web hosting and for which I can’t change the Php.ini and one on a server of mine. Never added any time zone there in the Php.ini and I don’t think this is mandatory during install. Anyway I just clicked on update this morning in WordPress and the result was this error. I solved it by setting this variable my self in the code. Perhaps this could be a setting somewhere in the admin? So people can set their own timezone.
Cheers
BasForum: Plugins
In reply to: [Events Made Easy] Update gone wrong.A quick fix that I implemented just to get the site running:
I added the following before line 54 in the ExpressiveData.php file (located in the plugins/events made easy/ folder.
// added this line
$timezone = “Europe/Amsterdam”; // change zone to where you live// above this line (54)
$timezone = $this->parseSuppliedTimezone($timezone);ps take a look at: https://www01.ibm.com/support/knowledgecenter/#!/ssw_ibm_i_72/rzati/rzatitimezone.htm for more zones
Forum: Plugins
In reply to: [Events Made Easy] Update gone wrong.Dear,
I have exactly the same problem.. Latest version of WP, and updated to latest EME and got this error:
The supplied timezone [] is not supported
Also, I get a popup asking me to download DataTables.
Hope you can solve this issue. I was searching for some place to set the datatimezone, cannot find it in the settings?