Franky
Forum Replies Created
-
Forum: Plugins
In reply to: [Events Made Easy] Internal Server ErrorNo feedback, so marking resolved.
Forum: Plugins
In reply to: [Events Made Easy] Internal Server ErrorInternal server error means the webserver encountered a php error. You should check your webserver/php error logfile for hints.
Forum: Plugins
In reply to: [Events Made Easy] Divi theme builder global body with EMEEME replaces the content of the special events page (see your EME settings), so you can base yourself on the layout of that page.
For the rest I don’t really know the Divi theme builder, so if this answer is not sufficient maybe you could ask in their forum for support?Forum: Plugins
In reply to: [Events Made Easy] Undefined variable: eme_timezoneIt is not related to 2.1.101, it was already in earlier versions too.
This fixes it (but it has no effect on the functionality):
https://plugins.trac.wordpress.org/changeset/2447986/
(only the first line is needed, the rest is a small cleanup).Also: make sure no notices show in the frontend, that gives attackers a first vector to know your server layout etc …
Forum: Themes and Templates
In reply to: [Graphene] 2 php notices found in the themeNo big thing, but it disturbs dev environments with debug activated …
Forum: Plugins
In reply to: [Events Made Easy] Plugin causes major problemsSounds more like a conflict than anything else. EME doesn’t interfere with other plugins (I do my best to load javascript only on EME pages where needed).
The high-memory thing is most likely not related to EME (I run EME in many instances on several hosters, even 16MB is already enough).
If you activate EME, you need to check in your browser console for javascript errors, most likely something will pop up there. Currently there isn’t much for me to go on here. Is your PHP and mysql version up to date?
And if you have a test site where you can demonstrate this to me: feel free to do so.Forum: Plugins
In reply to: [Events Made Easy] An error occured while communicating to the server.Maybe some security plugin or check is blocking you remotely?
Forum: Plugins
In reply to: [Events Made Easy] An error occured while communicating to the server.If you don’t know, you should ask your hosting provider for assistance, they can help you with that then.
Forum: Plugins
In reply to: [Events Made Easy] Event listings pageYou’re totally correct, due to this fix another oversight popped up!
This should fix the extra problem:
https://plugins.trac.wordpress.org/changeset/2440860/Forum: Plugins
In reply to: [Events Made Easy] Event listings pageSine the bugfix will solve this problem, I’ll mark this as resolved.
Forum: Plugins
In reply to: [Events Made Easy] Scheduled Emails not being sentNo more feedback, so assuming this got resolved.
Forum: Plugins
In reply to: [Events Made Easy] An error occured while communicating to the server.error occured ==> then you need to check your php logs, something happened that caused this. Check also your browser console (network traffic) when you save the event, maybe some pointer there too.
Forum: Plugins
In reply to: [Events Made Easy] Scheduled Emails not being sentIf you install WordPress cron manager, then you can see all cron jobs and execute them.
Forum: Plugins
In reply to: [Events Made Easy] Event listings pageIndeed, I checked the code and there seems to be a small logic error in there.
Can you try if this small changeset solves it for you (moving 3 lines a bit higher up in the code)?
https://plugins.trac.wordpress.org/changeset/2439983/Forum: Plugins
In reply to: [Events Made Easy] Event listings pageYou can set per event the cut-off time for RSVP, by default that is until the event starts (maybe that was different in the past).
If you want to hide events that are no longer rsvp-able, check the EME option “Hide RSVP ended events?”