Hi everyone,
I'm having a problem where my Notes Detail View is not showing up when I click on a note to view it. The detail view is configured correctly. I don't know when they stopped showing up. But if I access sugarcrm6 from a mobile app on my android the notes show up fine. Also what I have noticed is when trying to view the notes everything below the header menus are missing. Even the footer copywright is gone and it's only on this one page. I tried to run a repair on the database hoping it would help but I get sugar telling me to execute:
/* Table : cases */
/*COLUMNS*/
/*MISSING IN DATABASE - - ROW*/
/* INDEXES */
ALTER TABLE cases add column f f DEFAULT 'f' NULL auto_increment,add column NULL ,add column NULL ;
/* Table : bugs */
/*COLUMNS*/
/*MISSING IN DATABASE - - ROW*/
/* INDEXES */
ALTER TABLE bugs add column f f DEFAULT 'f' NULL auto_increment,add column NULL ,add column NULL ;
/* Table : notes */
/*COLUMNS*/
/*MISSING IN DATABASE - - ROW*/
/* INDEXES */
ALTER TABLE notes add column f f DEFAULT 'f' NULL auto_increment,add column NULL ,add column NULL ;
But when trying to execute it gives errors saying the mysql syntax is wrong. I don't know what happened here.


LinkBack URL
About LinkBacks



Reply With Quote
Bookmarks