Plugin Author
Franky
(@liedekef)
Well, this is not much info (concerning the event with the broken link). It seems very weird to me.
First, the “new” permalinks (without event id) are used after you edit an event, until then the old permalink for that event works (and afterwards even too, but I just don’t advertise it anymore). Now for the event having issues, without more info I’d say: edit the event and press “save”, that regenerates the event slug for that event.
Thread Starter
pvwij
(@pvwij)
The problem occured after the event was edited. When I go to the url http://www.domain.nl/events/id/eventname it works.
I have added a line of text in the event details and updated the event but still the same result.
Plugin Author
Franky
(@liedekef)
So the old slug works, the new one not? And what is the new and old slug? A demo? And what is the error? And might it be some caching or security plugin issue?
Thread Starter
pvwij
(@pvwij)
This one is not working:
https://www2.dekorte.nl/events/39e-internationale-judotoernooi-vjv/
With ID it’s working:
https://www2.dekorte.nl/events/18/39e-internationale-judotoernooi-vjv/
i have updated another event where there was still an ID in the url. The iD in the url is gone and the new url is working fine.
I have not installed any security plugin.
Plugin Author
Franky
(@liedekef)
Hmm … can it be that the initial “39” is the problem? Could you change that in e.g. text? I’ll check here too, but it is very well possible that this is conflicting with the “old” permalinks
Thread Starter
pvwij
(@pvwij)
Deleted 39e- and that solved the problem. Strange thing is that there is also an event with 21e at the beginning of the slug and that one is still working fine after updating the event:
https://www2.dekorte.nl/events/21e-open-west-brabantse/
Thread Starter
pvwij
(@pvwij)
This one is also not working after updating the event:
https://www2.dekorte.nl/events/33ste-open-internationale-zuidlandse-judokampioenschappen/
There is a nasty 3 in the event name!!
Plugin Author
Franky
(@liedekef)
I found a workaround (well, call it a fix 🙂 for the rewrite rules.
This should fix it:
https://plugins.trac.ww.wp.xz.cn/changeset/1998624/
And then go in your wordpress permalink settings and press “save” again (to refresh the rules).
Thread Starter
pvwij
(@pvwij)
That solved the problem. Thanks a lot again for your’e quick reply en very quick fix for the problem.
Plugin Author
Franky
(@liedekef)
Glad to be of help. The fix will be in the next version
Thread Starter
pvwij
(@pvwij)
In filter:
function my_eme_rsvp_payment_descr($description,$payment,$gateway_name)
In eme_payments.php:
$name=apply_filters($filtername,$name,$payment,$gateway);
Is this ok?
-
This reply was modified 7 years, 4 months ago by
pvwij.
Plugin Author
Franky
(@liedekef)
Please don’t cross-post. You’re asking this on another thread, this thread is not related to your last post.