[Vtigercrm-developers] User-related pages are blank!
masood
ma at gtt-technologies.de
Thu Apr 2 14:41:12 GMT 2015
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.
More information about the vtigercrm-developers
mailing list