[wp-trac] [WordPress Trac] #15975: Worpdress generates copious non-object errors
WordPress Trac
wp-trac at lists.automattic.com
Sun Dec 26 22:29:55 UTC 2010
#15975: Worpdress generates copious non-object errors
-------------------------------+------------------------------
Reporter: pixelgeek | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Database | Version: 3.0.3
Severity: critical | Resolution:
Keywords: reporter-feedback |
-------------------------------+------------------------------
Comment (by dd32):
Closing as duplicate of #15881
> I am using WP Super Cache but these errors are new since 3.03 and seem
to be unrelated to WP Super Cache since it isn't the cache.php file that
is causing the problem.
Super Cache is calling a function, which calls a function, which produces
these fatal errors, It's all caused by Super Cache calling a function
before the time is right(Or in super cache's instance, calling it too late
on certain setups where the Garbage collector has already started
destroying things), If you call conditionals before WP_Query is set up, or
if you call Caching functions before WP_Cache is setup, then you'll hit
these errors. These are a "known problem" of plugins doing something and
expecting it to work, yet it really has never worked, just been ignored.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/15975#comment:7>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list