Closed (outdated)
Project:
Quiz
Version:
7.x-5.x-dev
Component:
Code - Quiz core
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
8 Jul 2024 at 23:17 UTC
Updated:
11 Dec 2024 at 21:58 UTC
Jump to comment: Most recent
Core function drupal_write_record has a description
Do not use drupal_write_record() within hook_update_N() functions, since the database schema cannot be relied upon when a user is running a series of updates. Instead, use db_insert() or db_update() to save the record.
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
smustgrave commented