Posted: March 14, 2019 at 3:52 am
|
In reference to this thread https://eventespresso.com/topic/how-to-filter-venue-list-in-event-details-page-back-end/ Today I installed a new dev environment with all the latest version of PHP and stuff. It is a complete fresh install of WP and EE4 and the filter FHEE__EE_Form_Input_Base___construct__input_args “breaks” the EE4 system in some way. I am just calling the filter without any logic and it makes texts disappear, entered information disappear etc. This is the EE4 – Events – Default Settings with the filter active: This without using the filter When the filter is not used it shows the correct language (site settings, in this case German), it shows all texts + description and most importantly it shows the values that are actually store in those settings. |
Hi ARAGATO It’s not the filter, it is the code you are using to hook into the filer. I know this because the filter on its own does nothing, it’s a point for you to hook into to do your own thing, so the problem isn’t the filter, it’s the code hooking into it. I’ve just text the example I gave you again and used it to add your username to the venues on one of my test sites, works fine there – https://take.ms/Emf0f Heres my default setting page with that function still active – https://monosnap.com/file/Iu6U8KMk7QlOW9sq3IObGDv7iubmdd
Please post the code you are using to Pastebin or a Gist so I can see what you have. |
|
|
Yes, I was wondering, too. Because it used to work. Now I installed a fresh VVV and it does not work anymore. This would be the code: I have many many of those calls, so the implementation should be correct. As mentioned it worked before, but now after a complete new vvv install it does not anymore. |
That doesn’t show me enough to know if the code is correct, but what I suspect is happening is one of the functions you are using to hook into So what does the |
|
|
Jeeez. *Giant head from the sky looking at me: DISQUALIFED!* |
🙂 Great, I’m glad you found it. |
|
The support post ‘FHEE__EE_Form_Input_Base___construct__input_args breaks system’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.