Closed (fixed)
Project:
Asynchronous Prefetch Database Query Cache
Version:
7.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
24 May 2015 at 03:18 UTC
Updated:
4 Feb 2021 at 17:28 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
Anonymous (not verified) commentedComment #2
Anonymous (not verified) commentedAnd in the web server error log:
PHP Fatal error: Call to undefined function apdqc_escape_string() in /somesite/sites/all/modules/apdqc/apdqc.session.inc on line 163Comment #3
Anonymous (not verified) commentedAdding
include_once('sites/all/modules/apdqc/apdqc.mysql.inc');to settings.php before$conf['session_inc'] = 'sites/all/modules/apdqc/apdqc.session.inc';stopped the WSOD. Is this acceptable?Comment #5
mikeytown2 commentedThanks for the bug report. I've made it so the file gets included automatically now.