Closed (fixed)
Project:
Views (for Drupal 7)
Version:
6.x-2.11
Component:
page displays
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Jul 2010 at 07:30 UTC
Updated:
22 Jul 2010 at 08:40 UTC
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
Comment #1
dawehnerCan you explain where the bug is and why this is a views related bug?
Comment #2
drupert55 commentedHi 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.
Comment #3
dawehnerThis is still far beyond a bug report :)
Comment #4
merlinofchaos commentedThis part of the error is very interesting:
%25data_ui_tableYou should look for any module that contains a function named 'data_ui_table_load' and that is module is almost certainly the culprit.
Comment #5
drupert55 commentedwow, 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!
Comment #6
dawehnerSO this is fixed