When I go to administer links database and try to
Edit Link Reference I get the followoing error messages

* user warning: Unknown column 'Array' in 'where clause' query: select count(*) from links_node where lid=Array in .../drupal-5.2/includes/database.mysql.inc on line 172.
* user warning: Unknown column 'Array' in 'where clause' query: select l.lid, l.link_title, ln.nid, ln.link_title node_link_title, ln.module, ln.clicks, n.title node_title from links l, links_node ln, node n where l.lid=ln.lid and ln.nid=n.nid and l.lid=Array order by module, node_link_title LIMIT 0, 10 in .../drupal-5.2/includes/database.mysql.inc on line 172.
* warning: htmlspecialchars() expects parameter 1 to be string, array given in .../drupal-5.2/includes/bootstrap.inc on line 631.

Comments

syscrusher’s picture

Assigned: Unassigned » syscrusher
Status: Active » Closed (duplicate)

The links admin functionality is not implemented for Drupal 5.x, but it has just been released (beta) for the Drupal 6 port of Links. I am considering a back-port, depending on demand from the user community. This issue is actually the same as #338081, q.v.

Kind regards,

Scott