This is a comment on Internal Links using PageID, posted by coffe1nk at 10/21/2022 16:18
View source for Re: Internal Links using PageID
Got it,
I changed this line
%%if ($pages = $this->db->load_all(
"SELECT tag, title " .
// "FROM " . $this->prefix . "page " . // <<-------change this line
"WHERE page_id IN (" . $this->ids_string($_page_ids) . ") " .
"ORDER BY title", true)
)%%
to
%%"FROM " . $this->db->table_prefix . "page " .%%
Thanks WikiAdmin..