[Vtigercrm-developers] User-related pages are blank!
元亨利贞
1250572980 at qq.com
Thu Apr 2 15:03:57 GMT 2015
My Vtigercrm is 6.0,I can find the valudes is 77,and can not find the LBL_CALENDAR_SETTINGS
------------------ Original ------------------
From: "masood";<ma at gtt-technologies.de>;
Date: Thu, Apr 2, 2015 10:41 PM
To: "vtigercrm-developers"<vtigercrm-developers at lists.vtigercrm.com>;
Subject: Re: [Vtigercrm-developers] User-related pages are blank!
SELECT block FROM `vtiger_field` WHERE `columnname`="hour_format" or
`columnname`="start_hour"
If the values are ZERO, then:
SELECT * FROM `vtiger_blocks` WHERE `blocklabel`="LBL_CALENDAR_SETTINGS"
If there are duplicate rows, remove extra ones, and then pick the blockid.
Update the first query:
UPDATE `vtiger_field` SET `block`=blockid WHERE `columnname`="hour_format"
or `columnname`="start_hour"
Done!
--
View this message in context: http://vtiger-crm.2324883.n4.nabble.com/User-related-pages-are-blank-tp15738p15749.html
Sent from the vtigercrm-developers mailing list archive at Nabble.com.
_______________________________________________
http://www.vtiger.com/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20150402/a4e0235a/attachment.html>
More information about the vtigercrm-developers
mailing list