04-24-2020, 09:57 PM
the relations are saved in the vtiger_relatedlists table in the DB
this query will list them all
SELECT * FROM `vtiger_relatedlists` WHERE `tabid` = 6
the attached image is what that query looks like in my development install
compare that to your install, especially the "get_activities" line which is the one that is failing on you.
let us know
this query will list them all
SELECT * FROM `vtiger_relatedlists` WHERE `tabid` = 6
the attached image is what that query looks like in my development install
compare that to your install, especially the "get_activities" line which is the one that is failing on you.
let us know
Joe
TSolucio
TSolucio