When using PHP 8.1, hard crash when creating, editing, or listing links for a menu
PDOException: SQLSTATE[HY093]: Invalid parameter number: number of bound variables does not match number of tokens...
In line 111 of menu_clone.module, the sql token is incorrectly enclosed in quotation marks.
$sql = "SELECT menu_name FROM {menu_custom} WHERE menu_name = ':name'";
I will create a patch and submit it in a subsequent comment.
Active
Code