Oper the /index.php file with a text editor and change this part: if (isset($_GET["where_clause"])){ $where_clause = unescape($_GET["where_clause"]); $_SESSION['where_clause_'.$info_to_store_table_name] = $where_clause; } // end if elseif (isset($_SESSION['where_clause_'.$info_to_store_table_name])){ $where_clause = $_SESSION['where_clause_'.$info_to_store_table_name]; } // end if to: if (isset($_SESSION['where_clause_'.$info_to_store_table_name])){ $where_clause = $_SESSION['where_clause_'.$info_to_store_table_name]; } // end if