- Issue created by @chsdaiguil
Hello
I didn't understand how the backlinks index module works. I would like to uninstall it now, but drush pm-uninstall refuses to remove it.
Here is the error:
SQLSTATE[42S22]: Column not found: 1054 Unknown column 'backlinks' in 'where clause': SELECT 1 AS "expression"
FROM
"node_field_data" "t"
WHERE "backlinks" IS NOT NULL
LIMIT 1 OFFSET 0; Array
(
)
In StatementWrapperIterator.php line 113:
SQLSTATE[42S22]: Column not found: 1054 Unknown column 'backlinks' in 'where clause'
In the admin dashboard,, the Backlinks field needs to be installed.
Despite the command drush entity-updates the field is not installed.
Thanks for your help
Active
1.0
Code