Closed (duplicate)
Project:
Table Wizard
Version:
6.x-1.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 May 2010 at 13:13 UTC
Updated:
21 Jul 2010 at 02:09 UTC
Jump to comment: Most recent file
Comments
Comment #1
adamgonzalez1984 commentedI'm having the same problem. I have been trying to get access to the name field in the users table. Whenever I add the users table to Table Wizard I get the following fields to show up:
pass
mode
sort
threshold
heme
signature_format
timezone
init
data
timezone_name
but the other 11 fields are missing from the table view. I also get the following errors
I have used the current version of TW and the dev version both without success. Any ideas on a fix?? thanks in advance!!
-Adam
Comment #2
LarsKramer commentedThis is what I do: in version 6.x-1.1 it works when you use the user table as "base table" and relate it with another table, but not the other way around.
Comment #3
eileenmcnaughton commentedYes, this seems to be because it is allocating handlers etc to the users table which already has them
e.g.
Array
(
[handler] => Array
(
[0] => views_handler_field_user_name
[1] => views_handler_field
)
[click sortable] => Array
(
[0] => 1
[1] => 1
)
[group] => Array
(
[0] => User
[1] => users
)
[title] => Array
(
[0] => Name
[1] => name
)
[help] => Array
(
[0] => The user or author name.
[1] => Unique user name.
)
)
Comment #4
mikeryanSee #617142: Horrible collisions of death when adding a table w/ same name as Drupal table or existing view.