StickyPixels
Forum Replies Created
-
Forum: Plugins
In reply to: [Events Made Easy] Latest update breaks pagesNo, that was my initial thought too, but that is set to ‘events’. I don’t use that page in my pageflow, I only use shortcodes.
Forum: Plugins
In reply to: [Events Made Easy] Latest update breaks pagesMore precisely: it’s the slug! When I changed the slug for the new parent page to the same as the old one (‘voorstellingen’) the problem reappeared.
Forum: Plugins
In reply to: [Events Made Easy] Latest update breaks pagesI seem to have narrowed it down even more: it seems the problem is the parent page. Soon as I link the pages to another parent they show up fine.
No idea why this happens (maybe some database error in this specific page entry?), but at least this seems to be the way forward.
Thanks for all you efforts so far and your amazing plugin!
cheers, LeoForum: Plugins
In reply to: [Events Made Easy] Latest update breaks pagesThat makes sense, but on the other hand, the second shortcode does not generate any events (because there are no future events as yet), but still doesn’t appear.
AFAIK all events have url’s, but I’ll check.Forum: Plugins
In reply to: [Events Made Easy] Latest update breaks pagesIt’s not one specific event. The affected pages should list events. They contain these shortcodes:
[eme_events category=1 scope=past order=DESC paging=1]
and
[eme_events notcategory=1 paging=1]
The live pages (with previous EME version installed, so still functional) are here:
http://tt-theater.nl/voorstellingen/toneelhistorie/
http://tt-theater.nl/voorstellingen/ttips/ (does currently not contain events)These are both child pages from http://tt-theater.nl/voorstellingen/ (also empty)
Forum: Plugins
In reply to: [Events Made Easy] Latest update breaks pagesWow, that was quick again. 😉
I was still editing my last post, please re: my PS:
PS: I forgot to mention earlier: What I’m getting on the faulty pages is a ‘page not found’. So it’s not a faulty page, but apparently something to do with a faulty path.So yes, it seems to have to do with the generated url somehow.
Forum: Plugins
In reply to: [Events Made Easy] Latest update breaks pagesUnfortunately, I’m still clueless… spent all morning testing but no improvement.
What I did so far:
– I tried four different themes (including default themes).
– Deactivated all other plugins.
– Upgraded to the latest WordPress 5.0.
But the problem persists!Then I tried upgrading EME by replacing the plugin files one by one, and narrowed it down to four files. When replacing any of these the problem appeared:
eme_events.php
eme_functions.php
eme_locations.php
events-manager.phpThe only other thing I can think of is a corrupted database, but when I downgrade to previous version of EME everything works fine again, so that really couldn’t be it, can it?
So I activated Debug in my wp-config file and got this message on the failing pages:
Notice: Undefined index: event_id in /Users/leo/Sites/htdocs/TTtheater/wp-content/plugins/events-made-easy/eme_functions.php on line 397Hope any of this will shed some light. Thanks anyway for your time and effort.
cheers, LeoPS: I forgot to mention earlier: What I’m getting on the faulty pages is a ‘page not found’. So it’s not a faulty page, but apparently something to do with a faulty path.
- This reply was modified 7 years, 7 months ago by StickyPixels.
Forum: Plugins
In reply to: [Events Made Easy] Latest update breaks pagesThanks again, I have no doubt it may have something to do with my home made theme. 😉
I’ve been using the theme for years without problems, and because it happened after a relatively minor update of EME the cause shouldn’t be to hard to figure out, and I was about to clean up code anyway.I’ll keep you posted.
Regards, LeoForum: Plugins
In reply to: [Events Made Easy] Latest update breaks pagesThanks for your instant reply. I’ve done some more exploring, and narrowed it down to the pages being child pages! As soon as I make them top-level pages everything works fine!
Maybe this helps? I’ll also have a look at the differences between both EME releases, maybe that will clarify anything. Unfortunately I’m not very proficient in PHP…
Forum: Plugins
In reply to: [Events Made Easy] Problems with custom templatesHi Franky,
Thanks for your explanation, but I wonder why you made the choice to add a wysiwyg editor to the templates section. Removing all carriage returns from my code in plain text makes it a pain to work with, and I don’t really see the added value of the wysiwyg editor (but maybe that’s just me).
What’s even more inconvenient is that code now behaves differently when entered in the Settings pages or in Templates.
Personally I would be very happy if you gave us the option to switch off the wysiwyg in the Template editor.
Hope you understand my point.cheers, Leo
Hi,
Just checking in to see if you have investigated this issue. The problem still exists, even after a complete reinstall.
Hope it will be resolved soon.
Kind regards,
LeoPerfect, seems to work for me!
Hope this will be a permanent fix for future updates.Thanks a lot, cheers,
LeoI have resolved the problem by reconstructing my website on my local server with a fresh database. All member data now show up again as they should.
But I’m still not sure what caused the problem in the first place. Retracing my steps I think it may have started after I made some minor manual changes in my database, and my solution seems to confirm this. But I don’t see how that would explain this particular behavior.
Anyway, thanks for the effort and the cool plugin.
Cheers, LeoThanks for your quick reply.
All members were added manually through the Registration form, and I have cleared the user cache several times. No change there.
I also found that when I edit the Profile Form and click on ‘Live Preview’ it shows nothing, just the profile image. None of the thirteen fields show up. But my Login and Register forms show up nicely in Live Preview.
The same happens when I create a new Profile form, none of the fields show up in Live Preview.I’m gonna try to reconstruct the site om my local server and see what happens. Meanwhile any tips are welcome.
Kind regards, Leo
Forum: Plugins
In reply to: [TargetPay for Woocommerce] Can’t update plugin to 3.0Same here. Clearly the author forgot to update the version number in the main targetpay.php file. I changed it manually to 3.1 (the current version according to changelog) to get rid of update alert, hoping the correct version number will appear correctly on the next update.