Fields, limit on number in table?

W

Wes Kozeny

Guest
Is there a limit to the number of fields in a table that Dadabik will handle? I have a table with 86 fields, but the display by Dadabik appears to truncate the number of fields displayed in the interface.
 
D

Debbie Sontag

Guest
Wes

I'm not aware of any limits.

In what view does the display appear to truncate?

Debbie

(Latest version of DaDaBIK when this message was posted: 3.0)
 
W

Wes Kozeny

Guest
Actually, it truncates on all views. Interestingly, on installation, I get an error at the end of the installation:

Internal table dadabik_Dbsql correctly created......

Internal table dadabik_Dbsql_EmailMailings correctly created......

Internal table dadabik_Dbsql_EmailTemplates correctly created......

Internal table dadabik_Dbsql_MailingIndex correctly created......

Internal table dadabik_Dbsql_MailingList correctly created......

Warning: your table Dbsql_MailingList hasn't any primary keys set, if you don't set a primary key DaDaBIK won't show the edit/delete/details buttons.

Internal table dadabik_Dbsql_MailingListIndex correctly created......

Internal table dadabik_Sample correctly created......

Internal table dadabik_Sample_Files correctly created......

Internal table dadabik_Sample_Log correctly created......

Warning: your table Sample_Log hasn't any primary keys set, if you don't set a primary key DaDaBIK won't show the edit/delete/details buttons.

Internal table dadabik_Sample_Users correctly created......

Internal table dadabik_Sample_Users_Sessions correctly created......

[08] Error: during query execution.


Thanks!
 
D

Debbie Sontag

Guest
Wes

First problem I see (which may/may not be related to the truncated problem) is that you are missing primary keys in a couple of your tables. If you don't plan to manage those tables through DaDaBIK, then not a problem.

You will need to turn $debug_mode to 1 in the config.php file and try the install again. Debug set to 1 will display the sql code after the error line and aid in solving the problem. Without more information, or seeing the database/tables first hand, I cannot provide any more information.

Re-Post your install results with debug set to 1.

Debbie
(Latest version of DaDaBIK when this message was posted: 3.1 Beta)
 
Top