Hello.

I just upgraded to this 6.x-2.11 Views module version for Drupal 6.16.

So far, I've found that the 'Site Building' link in the left column is tacking on extra info to make the URL '/admin/build/data/edit/%25data_ui_table/search' instead of '/admin/build/' like it did before the upgrade. It occurred after I ran the update.php script after upgrading a few modules at once. 'Site Configuration' link works. I tried in both IE8 and FF 3.6.

I double-checked that 'Views UI' was still enabled. I even resubmitted Site Building => Modules to make sure, as that and the other links so far seem to work (still checking).

How to resolve this issue?

Thanks.

Comments

dawehner’s picture

So far, I've found that the 'Site Building' link in the left column is tacking on extra info to make the URL '/admin/build/data/edit/%25data_ui_table/search' instead of '/admin/build/' like it did before the upgrade

Can you explain where the bug is and why this is a views related bug?

drupert55’s picture

Hi dereine.

I read a thread where someone was trying to create a view and although it wasn't the exact error, it seemed to be the closest I could find where they had a 'file not found' for admin/build/views. There were one or two others that had at least one similarity as well that mentioned Views and Views UI.

Luckily, I came back here and saw your reply which got me looking in a different direction.

EDIT: Will look at other modules installed at the same time as the one I thought it might be doesn't seem like it was the issue. Still looking.

Thanks anyway and thanks for your quick reply! It really did help.

dawehner’s picture

Status: Active » Postponed (maintainer needs more info)

This is still far beyond a bug report :)

merlinofchaos’s picture

This part of the error is very interesting: %25data_ui_table

You should look for any module that contains a function named 'data_ui_table_load' and that is module is almost certainly the culprit.

drupert55’s picture

wow, merlinofchaos.

Your suggestion was brilliant!

%25data_ui_table belongs to the 'Data' module. The Data module depends on the Chaos Tools (ctools) which is one of the modules I upgraded.

In order to utilize the 'Site Building' link, I had to disable the Data module. At least there is a reason that can be pointed to.

Thanks again!

dawehner’s picture

Status: Postponed (maintainer needs more info) » Fixed

SO this is fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.