[Vtigercrm-commits] [vtiger development] #6105: Related Lists Missing after 5.0.4 upgrade to 5.1 rc
vtiger development
vtiger-tickets at trac.vtiger.com
Tue Jun 30 09:42:29 EDT 2009
#6105: Related Lists Missing after 5.0.4 upgrade to 5.1 rc
---------------------------+------------------------------------------------
Reporter: brett.hooker | Owner: developer
Type: defect | Status: new
Priority: major | Milestone: 5.1.0
Component: vtigercrm | Version: 5.1.0-val2
Resolution: | Keywords:
---------------------------+------------------------------------------------
Comment (by brett.hooker):
Found the problem!
crm_home/user_privileges/default_module_view.php was completely empty.
file existed, but was zero bytes in length.
I copied this in from a working 5.1 install (a fresh install):
<?php
/*********************************************************************************
** The contents of this file are subject to the vtiger CRM Public
License Version 1.0
* ("License"); You may not use this file except in compliance with the
License
* The Original Code is: vtiger CRM Open Source
* The Initial Developer of the Original Code is vtiger.
* Portions created by vtiger are Copyright (C) vtiger.
* All Rights Reserved.
*
********************************************************************************/
$singlepane_view = 'true';
?>
And now all the related lists are working...
I do not know why this file was empty...
--
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/6105#comment:4>
vtiger development <http://trac.vtiger.com/>
vtigerCRM
More information about the vtigercrm-commits
mailing list