Eror while listing post
-
Hi Joachim,
I was really suprised to find this amazing plugin matching all my needs for the project i’m working on! This is some really great work!
All was working fine on my developpement machine, but now i’m experiencing some strange behaviour in production.
As i try to make a conditionnal access to my posts, and i click in the post field, i see the usual “Searching” message then nothing never appear….
Problem only occurs with post, neither on pages nor on categories
I had a look in chrome developpement tools and in network tab, i saw the admin-ajax.php request. This request throws this content :["\u00c9ch\u00e9ancier Fournisseurs ","Gamme P\u00e2ques Bolard ","Point sur les \u00e9l\u00e9ments \u00e0 me remettre "]I have compared it with what i get in my dev machine, and obviously, i get a well-formed JSON object
[{"id":139,"text":"\u00c9ch\u00e9ancier Fournisseurs "},{"id":78,"text":"Gamme P\u00e2ques Bolard "},{"id":112,"text":"Point sur les \u00e9l\u00e9ments \u00e0 me remettre "}]Don’t think it come from your code as it works well on dev machine. But dev and prod environment are not really the same anymore…
Is this problem sounds familiar to you? I thought it was maybe a server-side problem, maybe some PHP configuration…Any tips will be apprieciated 🙂
The topic ‘Eror while listing post’ is closed to new replies.