Warning: preg_replace(): Unknown modifier
-
I keep getting this error:
Warning: preg_replace(): Unknown modifier ‘_’ in /home/stevenej/public_html/wp-content/plugins/json-content-importer/class-json-parser.php on line 226My json is:
{
offset: 0,
results: [
{
age/_source: “45”,
booking_date: “02/25/2015 04:48 PM”,
last_name/_source: “Details.aspx?bi=207214”,
last_name: “https://apps2.polkcountyiowa.gov/inmatesontheweb/Details.aspx?bi=207214”,
last_name/_text: “SWALLOW”,
first_name: “SHANNON”,
age: 45
}
]I’ve tried the following:
[jsoncontentimporter url=”https://api.import.io/store/data/ca804644-f15a-429e-b700-3dc67ff04cea/_query?input/webpage/url=http%3A%2F%2Fapps2.polkcountyiowa.gov%2Finmatesontheweb%2F&_user=c41439a2-c6de-4271-a11e-ccc26c90059a&_apikey=DMJlETJdvpWw2A%2FzgY1kbMiLiSD5rQZSA%2FEzIg%3D%3D”numberofdisplayeditems=”1″ basenode=”results”]{last_name}{first_name}{age}
[/jsoncontentimporter]Any ideas?
- The topic ‘Warning: preg_replace(): Unknown modifier’ is closed to new replies.