When I update views module from 6.x-2.16 to 6.x-3.0 I have warnings:
warning: Missing argument 1 for views_theme(), called in /var/www/miuz/data/www/clean-tomsk.miuz.org/sites/all/modules/filedepot/filedepot.module on line 992 and defined in /var/www/miuz/data/www/clean-tomsk.miuz.org/sites/all/modules/views/views.module on line 66.
warning: Missing argument 2 for views_theme(), called in /var/www/miuz/data/www/clean-tomsk.miuz.org/sites/all/modules/filedepot/filedepot.module on line 992 and defined in /var/www/miuz/data/www/clean-tomsk.miuz.org/sites/all/modules/views/views.module on line 66.
warning: Missing argument 3 for views_theme(), called in /var/www/miuz/data/www/clean-tomsk.miuz.org/sites/all/modules/filedepot/filedepot.module on line 992 and defined in /var/www/miuz/data/www/clean-tomsk.miuz.org/sites/all/modules/views/views.module on line 66.
warning: Missing argument 4 for views_theme(), called in /var/www/miuz/data/www/clean-tomsk.miuz.org/sites/all/modules/filedepot/filedepot.module on line 992 and defined in /var/www/miuz/data/www/clean-tomsk.miuz.org/sites/all/modules/views/views.module on line 66.
Comments
Comment #1
dawehnerLet's move to filedepot module
Comment #2
X3mStorm commentedComment #3
X3mStorm commentedComment #4
X3mStorm commentedhelp me please!!!
Comment #5
blainelang commentedPlease don't mark this as critical and sending personal contact emails and replying everyday to an issue is really really not going to motivate any contributor or jump on your issue.
Comment #6
X3mStorm commentedsorry, I just wont to fix this (
my director asking me every hour about it)Comment #7
X3mStorm commentedsomebody can help me?
Comment #8
X3mStorm commentedpls help
Comment #9
dawehnerIt's actually not that hard to fix, though if it's such urgent for you pay someone to write a patch.
Comment #10
X3mStorm commentedI fixed this by myself:
$views_templates_types = views_theme();
change to
$views_templates_types = views_theme(FALSE,FALSE,FALSE,FALSE);
thx
Comment #11
X3mStorm commentedComment #12
dawehnerIt's still a bug of the module.
Comment #13
t-readyroc commentedJust started the views3 update process & came upon these errors myself. Only difference is that I'm using filedepot 6.x-1.2.... Anyone know if this has been addressed in the latest dev release?
*Edit - looks like that'd be a no.
Comment #14
_timpatrick commentedComment #14.0
_timpatrick commentedx
Comment #15
upperholme commentedThis still seems to be an issue. I wonder if one of the module maintainers could comment? Is it likely that this issue will be resolved in the 6.x release?