Hi all,
In 4.5.1 I was working in Studio (in the Accounts module) today to clean up, add and delete some custom fields.
I was struggling to get new fields to display in list view and old ones to disappear and I decided to go and delete a custom field I no longer needed. It was deleted fine...
But now I have a big problem...
When I go back to the Accounts module, the list comes up empty !!! All gone !!!
When I search on a specific account name, I get no results at all...
When I go to Contacts, I click on one of them and in the view window I can click on an Account name and it is displayed there perfectly.
But, I still cannot get them to show up in the Accounts list.
I did most repair functions. When I di a repair DB I get hundreds (if not more) errors like this :
* Table : relationships */
/*COLUMNS/*
/*MISMATCH WITH DATABASE - id - ROW [Field] => 'id' [Type] => 'varchar(36)' [Null] => 'NO' [Key] => 'PRI' [Default] => '' [Extra] => '' */
/* VARDEF - id - ROW[Field] => 'id' [Type] => 'char(36)' [Null] => 'NO' [Key] => 'PRI' [Default] => '' [Extra] => '' */
alter table relationships modify column id char(36) NOT NULL
/*INDEXES/*
/* Table : acl_roles */
/*COLUMNS/*
/*MISMATCH WITH DATABASE - id - ROW [Field] => 'id' [Type] => 'varchar(36)' [Null] => 'NO' [Key] => 'PRI' [Default] => '' [Extra] => '' */
/* VARDEF - id - ROW[Field] => 'id' [Type] => 'char(36)' [Null] => 'NO' [Key] => 'PRI' [Default] => '' [Extra] => '' */
alter table acl_roles modify column id char(36) NOT NULL
If anybody has an idea on how to fix this, you help would be greatly appreciated.
Thanks


LinkBack URL
About LinkBacks



Reply With Quote
Bookmarks