Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Can't add related module block to the main layout
#11
Can't find some thing suspicious:

Code:
grep -R --include=en_us.lang.php "Activities"

Quote:modules/Reports/language/en_us.lang.php:'Last Month Activities'=>'Last Month Activities',
modules/Reports/language/en_us.lang.php:'This Month Activities'=>'This Month Activities',
modules/Users/language/en_us.lang.php:'OLV'=>'Upcoming & Pending Activities',
modules/Users/language/en_us.lang.php:'UA'=>'Upcoming Activities',
modules/Users/language/en_us.lang.php:'PA'=>'Pending Activities',
modules/cbCalendar/language/en_us.lang.php: 'DATE_SHOULDNOT_PAST' => 'Current date & time for Activities with status as Planned',
modules/cbCalendar/language/en_us.lang.php: 'TIME_SHOULDNOT_PAST' => 'Current Time for Activities with status as Planned',
modules/Settings/language/en_us.lang.php:'Activities'=>'Task',
modules/Calendar/language/en_us.lang.php:'LBL_OPEN_ACTIVITIES'=>'Open Activities',
modules/Calendar/language/en_us.lang.php:'LBL_UPCOMING'=>"My Upcoming and Pending Activities",
modules/Calendar/language/en_us.lang.php:// Added vtiger_fields for Attachments in Activities/SubPanelView.php
modules/Calendar/language/en_us.lang.php://Activities - Notification Error
modules/Home/language/en_us.lang.php:'LBL_UPCOMING_EVENTS'=>'Upcoming Activities',
modules/Home/language/en_us.lang.php:'LBL_PENDING_EVENTS'=>'Pending Activities',
modules/Home/language/en_us.lang.php:'Upcoming Activities'=>'Upcoming Activities',
modules/Home/language/en_us.lang.php:'Pending Activities'=>'Pending Activities',
include/language/en_us.lang.php:'LBL_UPCOMING_EVENTS'=>'Upcoming Activities',
include/language/en_us.lang.php:'LBL_PENDING_EVENTS'=>'Pending Activities',
include/language/en_us.lang.php:'LBL_OPEN_ACTIVITIES' => 'Open Activities',
include/language/en_us.lang.php:'Activities' => 'Activities',
include/language/en_us.lang.php:'ACTIVITIES' => 'Activities',

Quote:grep -R --include=en_us.lang.php "cbtranslation"

Code:
modules/cbtranslation/language/en_us.lang.php:  'cbtranslation' => 'Translations',
modules/cbtranslation/language/en_us.lang.php:  'SINGLE_cbtranslation' => 'Translation',
modules/cbtranslation/language/en_us.lang.php:  'cbtranslation ID' => 'Translation ID',
modules/cbtranslation/language/en_us.lang.php:  'cbtranslation No' => 'Translation No',

Maybe its in the DB ?
Reply
#12
can you look in vtiger_tab, and show me the row with id = 64
Joe
TSolucio
Reply
#13
select * from vtiger_tab where tabid = 64;


+-------+---------------+----------+-------------+---------------+------------+--------------+------------+---------+--------------+---------+----------+
| tabid | name          | presence | tabsequence | tablabel      | modifiedby | modifiedtime | customized | ownedby | isentitytype | version | parent   |
+-------+---------------+----------+-------------+---------------+------------+--------------+------------+---------+--------------+---------+----------+
|    64 | cbtranslation |        0 |          -1 | cbtranslation |       NULL |         NULL |          1 |       0 |            1 | 0       | Settings |
+-------+---------------+----------+-------------+---------------+------------+--------------+------------+---------+--------------+---------+----------+
Reply
#14
that is the problem, for some reason the relatedlists entry is establishing the connection with the translation module, not the calendar. look for the cbCalendar row in vtiger_tab, then change the 64 in the related_module column of vtiger_relatedlists for the get_activities row and try again
Joe
TSolucio
Reply
#15
you should check if there are some other relations in the same situation.
do you have any idea how that could have happened?
Joe
TSolucio
Reply
#16
Quote:that is the problem, for some reason the relatedlists entry is establishing the connection with the translation module, not the calendar. look for the cbCalendar row in vtiger_tab, then change the 64 in the related_module column of vtiger_relatedlists for the get_activities row and try again

Thank you is solve the issue. In vtiger_relatedlists all the get_activities point to the wrong vtiger_tab.

I have no clue why !
Reply
#17
very strange. glad you got it workng
Joe
TSolucio
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)