I'm getting the following erro thrown many times in watchdog.

NOTICE: Script execution completed with error: Use of undefined constant OctopusNoCacheID - assumed 'OctopusNoCacheID'

It seems to happen multiple times per page load. I will attach a gist of my setup. Any ideas what could be causing this and how to fix?

Gist to come, Thanks

CommentFileSizeAuthor
#4 patch_commit_fea574bf6d71.patch1.3 KBomega8cc
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

tribe_of_dan’s picture

omega8cc’s picture

Project: Barracuda » Octopus
Component: Code » Miscellaneous
Status: Active » Postponed (maintainer needs more info)

Is this in a watchdog only? or also visible in a browser? Does this site use "dev." URL maybe?

tribe_of_dan’s picture

In watchdog only. Specifically when I have the dtools WSOD module enabled.

omega8cc’s picture

Status: Postponed (maintainer needs more info) » Active
FileSize
1.3 KB

Please try to apply the patch attached to your /data/conf/global.inc file.

tribe_of_dan’s picture

I tried but something went wrong...

server:/data/conf# patch -p1 < /data/conf/patch_commit_fea574bf6d71.patch
patching file data/conf/global.inc
Hunk #1 FAILED at 357.
Hunk #2 FAILED at 379.
2 out of 2 hunks FAILED -- saving rejects to file data/conf/global.inc.rej
server:/data/conf#

omega8cc’s picture

Category: support » bug
Status: Active » Fixed

Anyway, I have committed the fix: http://drupalcode.org/project/octopus.git/commit/fea574b Please try it, or even add those missing apostrophes manually.

tribe_of_dan’s picture

Perfect, thank you!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.