<br><div><div>My Vtigercrm is  6.0,I can find the valudes is 77,and can not find the LBL_CALENDAR_SETTINGS<span id="_editor_bookmark_start_24" style="display: none; line-height: 0px;">‍</span></div><div><br></div><div style="font-size: 12px;font-family: Arial Narrow;padding:2px 0 2px 0;">------------------ Original ------------------</div><div style="font-size: 12px;background:#efefef;padding:8px;"><div><b>From: </b> "masood";<ma@gtt-technologies.de>;</div><div><b>Date: </b> Thu, Apr 2, 2015 10:41 PM</div><div><b>To: </b> "vtigercrm-developers"<vtigercrm-developers@lists.vtigercrm.com>; <wbr></div><div></div><div><b>Subject: </b> Re: [Vtigercrm-developers] User-related pages are blank!</div></div><div><br></div>SELECT block FROM `vtiger_field` WHERE `columnname`="hour_format" or<br>`columnname`="start_hour"<br><br>If the values are ZERO, then:<br><br>SELECT * FROM `vtiger_blocks` WHERE `blocklabel`="LBL_CALENDAR_SETTINGS"<br><br>If there are duplicate rows, remove extra ones, and then pick the blockid.<br>Update the first query:<br><br>UPDATE `vtiger_field` SET `block`=blockid WHERE `columnname`="hour_format"<br>or `columnname`="start_hour"<br><br>Done!<br><br><br><br>--<br>View this message in context: http://vtiger-crm.2324883.n4.nabble.com/User-related-pages-are-blank-tp15738p15749.html<br>Sent from the vtigercrm-developers mailing list archive at Nabble.com.<br>_______________________________________________<br>http://www.vtiger.com/</div>