We have this module installed for a while. It was working fine. And then it started, especially the views finder, not loading the views to select when we want to create a new finder. In other words we do not even get the drop down menu to select one of the views.

I think some other modules could intervene or conflict with it but I do not know how to troubleshot for this. Any suggestion?

Any insights and info will be appreciated.

Thanks

CommentFileSizeAuthor
#1 missing-views-filter.png12.98 KBedenj

Comments

edenj’s picture

StatusFileSize
new12.98 KB

Having the same problem here. I've been trying to find a solution for a week now and no luck. I have several views finders saved, still listed as views finders on the finder list, but when I edit I no longer have the views fieldset or any of the content it contains so I can't select views or fields or make any changes. Same problem is present with new views.

iuk2’s picture

any help?

iuk2’s picture

one more time a cry for help

sallazare’s picture

me 2

sallazare’s picture

Sry to everyone 4 my bad english:
When in modules/finder/includes/finder.admin.inc change from "Admin finder edit page"
function finder_admin_edit($form_state, $finder) to
function finder_admin_edit(&$form_state, $finder)
it displays the options and doing well, but reports
Only variables should be passed by reference in /home/site-name/public_html/modules/finder/finder.module in line 812.

Probably the problem is associated with PHP5.
I'm not an expert so we need the help of more experienced to help us :)

sallazare’s picture

Issue summary: View changes

updated

danielb’s picture

Version: 6.x-1.27 » 7.x-2.x-dev
Issue summary: View changes
Status: Active » Closed (outdated)

The Drupal 6 version is no longer supported. It may be that your host updated to PHP5 as this module was written before PHP5. If issue persists in Drupal 7 let me know.