Support

Account

Home Forums General Issues have_rows() problem showing data after data has been removed Reply To: have_rows() problem showing data after data has been removed

  • When developing a site you should turn on WP_DEBUG error display so that you can see the actual errors.

    The problem is that there is a missing semi-colon on my first line

    
    ob_start()
    

    should be

    
    ob_start();