[Vtigercrm-developers] Create entity specific widget
Alan Lord
alanslists at gmail.com
Mon Sep 9 17:03:57 GMT 2019
On 09/09/2019 17:13, Sukhdev Mohan wrote:
> cached object responsible for view is null
That sounds to me like your DetailView class is not even being loaded.
Probably a typo or something.
Just run it from the command line, e.g.
# php -f modules/Accounts/models/DetailView.php
You should ONLY get an error about not being able to load the parent
class Vtiger_DetailView_Model. If there are any typos you will get these
first.
That's where I'd start.
Here are some useful links:
https://support.redoo-networks.com/knowledgebase/vtigercrm-debugging/
https://community.vtiger.com/help/vtigercrm/developers/index.html
https://community.vtiger.com/help/vtigercrm/developers/extensions/examples.html
More information about the vtigercrm-developers
mailing list