I am trying to: pass a number when calling a three times the same view with different arguments (ausstrahlungstag=".."):
<wpv-loop>
[wpv-view name='auflistung-der-filme-eines-tages' ausstrahlungstag='1']<br/>
In the filter section of the view "auflistung-der-filme-eines-tages" i am filtering like this:
Elemente mit Feld auswählen:
ausstrahlungstag ist ein/e String gleich VIEW_PARAM(ausstrahlungstag)
Link to a page where the issue can be seen: hidden link
I expected to see:
in the first loop only articles (custom post type "filme") where the passed argument 1 ist matching the postfield "ausstrahlungstag" with the number 1.
in the second loop only articles where the passed argument 2 ist matching the postfield "ausstrahlungstag" with the number 2.
Instead, I got:
all results in all views. for example ausstrahlungstag=1 in all three views.
What is really funny is that it worked at the beginning, and all of the sudden it stoppedworking.
Hello. Thank you for contacting the Toolset support.
Well - could you please share problem URL where you are displaying the view and access details so I can check whats going wrong with your current setup.
*** Please make a FULL BACKUP of your database and website.***
I would also eventually need to request temporary access (WP-Admin and FTP) to your site. Preferably to a test site where the problem has been replicated if possible in order to be of better help and check if some configurations might need to be changed.
I would additionally need your permission to de- and re-activate Plugins and the Theme, and to change configurations on the site. This is also a reason the backup is really important. If you agree to this, please use the form fields I have enabled below to provide temporary access details (wp-admin and FTP).
I have set the next reply to private which means only you and I have access to it.
Well - I tried to edit wp-config.php file but when I try to upload the change its throwing error - it seems I do not have permission to change and upload the file:
Error: Critical file transfer error
I suspect one thing here - could you please check that mbstring module is active or not on your server. If its not activated - could you please enable it.
If you do not know how to activate it - please contact your server's hosting authority and ask them to activate mbstring module.
More info:
=> hidden link
If you are using cpanel please check this link:
=> hidden link
Well - the thing is that, checkboxes fields are special fields and Types stored it as a serialize array. That is why its not possible to filter the checkboxes field.