Closed (duplicate)
Project:
Views content cache
Version:
7.x-3.0-alpha1
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
21 Nov 2012 at 20:02 UTC
Updated:
11 Jan 2013 at 14:11 UTC
Don't know if this is a bug or something I am doing wrong.
I get the following error on setting views caching to Content-based + Node type X:
Strict warning: Declaration of views_content_cache_key_node_only::options_form() should be compatible with that of views_content_cache_key::options_form() in _registry_check_code() (line 3066 of XXXX/includes/bootstrap.inc).
This is a nested view. Both, the amster view and the sub-view are on the same setting. I've attached the view code in a txt file.
Does anybody know what's going on?
Thanks for all the hard work, btw!
| Comment | File | Size | Author |
|---|---|---|---|
| view_code.txt | 13.92 KB | pav |
Comments
Comment #1
pav commented+1 Have an identical problem.
Comment #2
erikwebb commentedThis problem is fixed in the 7.x-3.x-dev branch. See #1587324: Prevent strict warnings by consistently declaring options_form()
Comment #3
pav commentedthanks