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

dawehner’s picture

Project: Views (for Drupal 7) » filedepot
Version: 6.x-3.x-dev » 6.x-1.x-dev

Let's move to filedepot module

X3mStorm’s picture

Assigned: Unassigned » X3mStorm
Priority: Normal » Critical
X3mStorm’s picture

Category: feature » bug
X3mStorm’s picture

Category: bug » feature

help me please!!!

blainelang’s picture

Priority: Critical » Normal

Please 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.

X3mStorm’s picture

Priority: Normal » Critical

sorry, I just wont to fix this (my director asking me every hour about it)

X3mStorm’s picture

somebody can help me?

X3mStorm’s picture

pls help

dawehner’s picture

Priority: Critical » Normal

It's actually not that hard to fix, though if it's such urgent for you pay someone to write a patch.

X3mStorm’s picture

I fixed this by myself:
$views_templates_types = views_theme();
change to
$views_templates_types = views_theme(FALSE,FALSE,FALSE,FALSE);

thx

X3mStorm’s picture

Status: Active » Fixed
dawehner’s picture

Category: feature » bug
Status: Fixed » Active

It's still a bug of the module.

t-readyroc’s picture

Just 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.

_timpatrick’s picture

Assigned: X3mStorm » _timpatrick
_timpatrick’s picture

Issue summary: View changes

x

upperholme’s picture

Issue summary: View changes

This 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?