• Resolved gobot

    (@gobot)


    Airpress 1.1.2 and 1.1.3
    Wordpress in debug mode

    Notice: Undefined index: filterByFormula in /Users/gobot/wordpress_air/wp-content/plugins/airpress/lib/chetmac/AirpressQuery.php on line 169

    Code line is:
    if ( preg_match_all($pattern, $params[“filterByFormula”],$matches) ){

    My executing code using default Airtable table:
    $query = new AirpressQuery();
    $query->setConfig(“Artists_DB”);
    $query->sort(“Name”, “asc”);
    $query->table(“Collections”);
    $data = new AirpressCollection($query);

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Minor notice, ‘filterByFormula’ key missing’ is closed to new replies.