• Hi,

    error when upgrading to version 1.6.48 : form-manager only display the first page of results

    patch :

    pages/formdata.php :

    modify line 307 : $countQuery = “SELECT COUNT(*) as cnt FROM ".$form['data_table']." “;

    modify line 362 : $dataCount = $fmdb->get_results($countQuery);
    add line 363 : $dataCount=$dataCount[0][‘cnt’];

    https://wordpress.org/plugins/wordpress-form-manager/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘only the first page of results’ is closed to new replies.