Closed germain-italic closed 11 months ago
In a fresh install, after adding the second relationship in the same table:
Fatal error: Uncaught mysqli_sql_exception: Duplicate key name '<tablename>_ibfk_1' in D:\Sites\xxxx\www\crud\core\relations.php:142 Stack trace: #0 D:\Sites\xxxx\www\crud\core\relations.php(142): mysqli_query(Object(mysqli), 'ALTER TABLE pro...') #1 {main} thrown in D:\Sites\xxxx\www\crud\core\relations.php on line 142
The id is hard-coded, it looks like it's by design since the begining:
Will throw a quickfix as I need it working now.
Details on the fix in #103
In a fresh install, after adding the second relationship in the same table:
The id is hard-coded, it looks like it's by design since the begining:
Will throw a quickfix as I need it working now.