[Vtigercrm-commits] [vtiger development] #7169: modules/Events/language/your.lang.php missing
vtiger development
vtiger-tickets at trac.vtiger.com
Wed Oct 19 03:56:06 PDT 2011
#7169: modules/Events/language/your.lang.php missing
------------------------+---------------------------------------------------
Reporter: jcrisp | Owner: developer
Type: defect | Status: new
Priority: unassigned | Milestone: Unassigned
Component: vtigercrm | Version: 5.2.1
Keywords: |
------------------------+---------------------------------------------------
On each of the main pages I get the following warning :
Debug Warning: /vtiger_521/include/utils/utils.php line 487 -
include(modules/Events/language/en_us.lang.php) [<a
href='function.include'>function.include</a>]: failed to open stream: No
such file or directory
Debug Warning: /vtiger_521/include/utils/utils.php line 487 - include()
[<a href='function.include'>function.include</a>]: Failed opening
'modules/Events/language/en_us.lang.php' for inclusion
(include_path='/home/e-smith/files/ibays/testbay/html/vtiger_521/include/htmlpurifier/library:.:/usr/share
/pear-addons:/usr/share/pear')
It is looking for /modules/Events/language/en_us.lang.php which obviously
does not exist.
I think this occurs with a call from themes/yourtheme/header.php for the
Quick Create Modules.
It calls function getQuickCreateModules() which performs an sql query
$qc_query = "select distinct vtiger_tab.tablabel,vtiger_tab.name from
vtiger_field inner join vtiger_tab on vtiger_tab.tabid =
vtiger_field.tabid where quickcreate=0 and vtiger_tab.presence != 1 order
by vtiger_tab.tablabel";
And then checks for a language file for each result which includes Events.
Not sure how to fix it.
--
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/7169>
vtiger development <http://trac.vtiger.com/>
vtigerCRM
More information about the vtigercrm-commits
mailing list