Undefined DDL function on Auctions core module

Created on 29 May 2025, 3 months ago

Problem/Motivation

Getting Error on DDL function which is not defined

Steps to reproduce

* Update the Auctions module to latest version 2.2.2 and clear the cache from Drupl application,
* check the recent logs for more details (getting undefined function error)

Proposed resolution

Remove the DDL function from function processItem() of the AuctionWorkflowItem file

🐛 Bug report
Status

Active

Version

2.2

Component

Code

Created by

🇮🇳India pradi123

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @pradi123
  • 🇮🇳India shaniyapan

    It is a ddl() function which is used for Devel Debug Log to check development logs.
    The ddl() function is not defined anywhere in the module, that is why getting an error while clearing a cache.

    We can remove the ddl() function and error will be fixed.
    Here I have attched a patch file where am removing the ddl() in the file.
    Kindly verfiy it and add it to next release in the module.

Production build 0.71.5 2024