[Vtigercrm-developers] vtigercrm 6 RC (clean install) issues
Marco Roello
marco.roello at gmail.com
Wed Jan 8 11:22:59 GMT 2014
RC ha many problems with a clean installation (not migration process)
1) dropdown list timezone is empty in user setup:
(module=Users&parent=Settings&view=UserSetup).
The problem is that vtiger_time_zone is empty.
2) clicking leads or organizations menu, you'll receive
Fatal error: Call to a member function getId() on a non-object in
modules\Accounts\models\ListView.php on line 35
because is missing SMSNotifier module.
3) On user preferences, you'll receive
Fatal error: Call to a member function getPicklistValues() on a non-object
in modules\Users\models\Record.php on line 485
because
$fieldModel = $stucturedValues['LBL_CALENDAR_SETTINGS'];
LBL_CALENDAR_SETTINGS does not exist in user metadata
4) adding new SalesOrder:
Fatal error: Call to a member function isActive() on a non-object in
modules\Inventory\views\Edit.php on line 134
because it Services module record in vtiger_tab is not present
5) Adding a new Product, Event.... you'll receive
Warning: array_key_exists() expects parameter 2 to be array, boolean given
in
test\templates_c\vlayout\854a35247556093c3cb61ca58fe21817a58d0002.file.Owner.tpl.php
on line 54
resulting in an empty dropdown of assigned userid
Thanks in advance
Marco
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20140108/6dcb9b30/attachment.html>
More information about the vtigercrm-developers
mailing list