[Vtigercrm-commits] [Vtiger development] #7998: Missing Language directory in Webservices

Vtiger development vtiger-tickets at trac.vtiger.com
Thu Apr 3 18:48:56 GMT 2014


#7998: Missing Language directory in Webservices
------------------------+-----------------------------------
 Reporter:  johnb       |      Owner:  developer
     Type:  defect      |     Status:  new
 Priority:  unassigned  |  Milestone:  Unassigned
Component:  vtigercrm   |    Version:  6.0.0
 Severity:  Medium      |   Keywords:  Webservices, Language
------------------------+-----------------------------------
 I noticed that while using the Vtiger Webservices, there is a missing
 directory that is causing errors in a script that I'm working on.  The
 missing directory is /include/Webservices/language/ and is referenced on
 line 880 of /include/Webservices/Utils.php in the
 vtws_getWebserviceTranslatedStringForLanguage function.

 The error that I received is listed below.

 Please let me know if you have any questions.  I hope that this is at
 least somewhat helpful.

 John Bisignano


 ----


 {{{
 Warning: include(include/Webservices/language/en_us.lang.php)
 [function.include]: failed to open stream: No such file or directory in
 /include/Webservices/Utils.php on line 880

 Warning: include() [function.include]: Failed opening
 \'include/Webservices/language/en_us.lang.php\' for inclusion
 (include_path=\'.:/usr/share/php:/usr/share/pear\') in
 /include/Webservices/Utils.php on line 880

 Warning: include(include/Webservices/language/en_us.lang.php)
 [function.include]: failed to open stream: No such file or directory in
 /include/Webservices/Utils.php on line 880

 Warning: include() [function.include]: Failed opening
 \'include/Webservices/language/en_us.lang.php\' for inclusion
 (include_path=\'.:/usr/share/php:/usr/share/pear\') in
 /include/Webservices/Utils.php on line 880

 Warning: include(include/Webservices/language/en_us.lang.php)
 [function.include]: failed to open stream: No such file or directory in
 /include/Webservices/Utils.php on line 880

 Warning: include() [function.include]: Failed opening
 \'include/Webservices/language/en_us.lang.php\' for inclusion
 (include_path=\'.:/usr/share/php:/usr/share/pear\') in
 /include/Webservices/Utils.php on line 880

 Warning: include(include/Webservices/language/en_us.lang.php)
 [function.include]: failed to open stream: No such file or directory in
 /include/Webservices/Utils.php on line 880

 Warning: include() [function.include]: Failed opening
 \'include/Webservices/language/en_us.lang.php\' for inclusion
 (include_path=\'.:/usr/share/php:/usr/share/pear\') in
 /include/Webservices/Utils.php on line 880

 Warning: Cannot modify header information - headers already sent by
 (output started at /include/Webservices/Utils.php:880) in /webservice.php
 on line 46
 {"success":false,"error":{"code":"DATABASE_QUERY_ERROR","message":"LBL_DATABASE_QUERY_ERROR"}}
 }}}

--
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/7998>
Vtiger development <http://trac.vtiger.com/>
Vtiger CRM


More information about the vtigercrm-commits mailing list