ZestyBeanz Technologies Pvt Ltd
4th Floor, Nila, Technopark
Thiruvananthapuram,
India – 695581
Phone: +91 471 4063254
Fax : +91 471 2700171
ZestyBeanz Technologies Pvt Ltd
61/3236, Manikkath Cross Road
Ravipuram, Kochi, India - 682016
Phone: +91 484 4063254
Zesty Labs
Office # 2003, Millennium Plaza Building
Sheikh Zayed Rd, Dubai, UAE
Phone: +971 4333 2222
Mobile: +971-52-7553466
ZestyBeanz Technologies GmbH
Reuterstraße 1
90408 Nürnberg
Fon: +49 911 4801 444
Fax: +49 911 4801 445
Hello Shobin I have used your
Hello Shobin I have used your to produce a test module for V Tiger. I have used the same code as you told. The moudle is integrated with V Tiger successfully but when I try to run this module the following error is occured.
Warning: require(modules/Events/language/en_us.lang.php) [function.require]: failed to open stream: No such file or directory in C:\Program Files\vtigercrm-5.2.1\apache\htdocs\vtigerCRM\include\utils\utils.php on line 492
My Files are code are
modules\hello\index.php Code
<?php
include_once('language/en_us.lang.php');
echo "<font color=red>".HELLO_WORLD."</font>";
?>
modules\hello\language code
<?php
define('HELLO_WORLD','Hello World');
?>
manifest.xml Code
<?xml version="1.0"?>
extension
hello
hello
Tools
1.0
5.1.2
all these files are place in hello.zip file and this file is used for integration