<div>Hi,<br></div><div><br></div><div>I want write a script for export a new Module & Import New Module</div><div><br></div><div>The below script is </div><div><br></div><div><?php <br><br>ini_set('display_errors', true);<br>
ini_set('error_reporting', E_ALL & ~E_NOTICE & ~E_DEPRECATED);<br>require_once('vtlib/Vtiger/Package.php');<br>require_once('vtlib/Vtiger/Module.php');<br>require_once('vtlib/Vtiger/Language.php');<br>
require_once('vtlib/Vtiger/LAnguageExport.php');<br><br>$package=new VTiger_Package();<br>$package->export(Vtiger_Module::getInstance('Payslip'),'test/vtlib','Payslip-Export.zip',true);<br>
?></div><div><br></div><div>when iam excecuting </div><div><br></div><div>i will get the below error</div><div><br></div><div><strong><em><font color="#cc0000"> Fatal error: Class 'Vtiger_Package' not found in C:\wamp\www\vtigercrm530\vtlib\Vtiger\LanguageExport.php on line 16</font></em></strong><br>
</div><div><strong><em><font color="#cc0000"><br></font></em></strong></div><div><strong><em><font color="#cc0000"><br></font></em></strong></div><div>and when iam trying to export a module same iam getting</div><div><br>
</div><div>can anybody find out this please.................................................</div><div><br></div><div class="gmail_quote">On Sat, Oct 6, 2012 at 11:21 PM, Prasad <span dir="ltr"><<a href="mailto:prasad@vtiger.com" target="_blank">prasad@vtiger.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">We are experimenting the layout feature in vtiger 6. The goal is to make it easy to develop UI with any framework of your choice / techniques that would come as web-advances. <div>
<br></div><div>In this direction, the default layout we have is based on bootstrap</div>
<div>but certainly you will be able to build new layouts using other UI frameworks. </div><div><br></div><div>Regards,</div><div>Prasad<br><br><div class="gmail_quote"><div><div class="h5">On Sat, Oct 6, 2012 at 6:24 PM, Matteo Baranzoni <span dir="ltr"><<a href="mailto:barra@greenbitweb.com" target="_blank">barra@greenbitweb.com</a>></span> wrote:<br>
</div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5"><p dir="ltr">Vtiger6 UI use bootstrap, notte foundation</p>
<div class="gmail_quote">Il giorno 06/ott/2012 14:41, "Jorge Hoya" <<a href="mailto:jorge@jorgehoya.es" target="_blank">jorge@jorgehoya.es</a>> ha scritto:<div><div><br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi Prasad,<br>
<br>
In your new UI redesing for vtiger 6, ¿are you using any font-end framework?<br>
HTML5 Boliertemplate, Zrub Foundation, any other?<br>
<br>
HTML5 Boliertemplate: <a href="http://html5boilerplate.com/" target="_blank">http://html5boilerplate.com/</a><br>
Zrub Foundation: <a href="http://foundation.zurb.com/" target="_blank">http://foundation.zurb.com/</a><br>
<br>
Regards.<br>
<br>
<br>
Date: Sat, 6 Oct 2012 00:34:49 +0530<br>
From: Prasad <<a href="mailto:prasad@vtiger.com" target="_blank">prasad@vtiger.com</a>><br>
Subject: Re: [Vtigercrm-developers] HTML 4.01 Transitional<br>
To: <a href="mailto:vtigercrm-developers@lists.vtigercrm.com" target="_blank">vtigercrm-developers@lists.vtigercrm.com</a><br>
Message-ID:<br>
<<a href="mailto:CAMeS7pmsVicG1OF%2BLDju-_6mkyazTuNjnic_7uGMROMnrzmDrw@mail.gmail.com" target="_blank">CAMeS7pmsVicG1OF+LDju-_6mkyazTuNjnic_7uGMROMnrzmDrw@mail.gmail.com</a>><br>
Content-Type: text/plain; charset="iso-8859-1"<br>
<br>
About XHTML I'm not sure if its good idea to enforce, beacuse some<br>
integration module might geneate and inject html that would not comply with<br>
XHTML.<br>
<br>
We will be using <!DOCTYPE html> and bootstrap on vtiger 6.<br>
<br>
Regards,<br>
Prasad<br>
<br>
On Wed, Oct 3, 2012 at 6:03 PM, Bryan Coleman <<a href="mailto:bpc@metricwise.net" target="_blank">bpc@metricwise.net</a>> wrote:<br>
<br>
> I have been cleaning it up a little as I go. Bootstrap requires HTML5<br>
> ie <!DOCTYPE html><br>
><br>
> On Tue, Oct 2, 2012 at 5:31 PM, Adam Heinz <<a href="mailto:amh@metricwise.net" target="_blank">amh@metricwise.net</a>> wrote:<br>
> > I'm tracking down a weird bug (specific to a custom module of ours)<br>
> > in Firefox. Somehow, the HTML is so bad that Firefox is putting a<br>
> > <table> inside a <div> that it isn't in! So I installed the HTML<br>
> > Validator plugin for Firefox. Lots of errors. Some of the errors<br>
> > looked like valid XHTML syntax to me, but it ends up the header<br>
> > still says HTML 4.01 Transitional! Just for kicks, I switched it to<br>
> > XHTML<br>
> > 1.0 Transitional, and got back five times the number of errors!<br>
> > This is definitely a space where fixing up the HTML can improve<br>
> > browser load times, because the browser doesn't have to work as hard<br>
> > to figure out the bass-ackwards markup.<br>
> > _______________________________________________<br>
> > <a href="http://www.vtiger.com/" target="_blank">http://www.vtiger.com/</a><br>
> _______________________________________________<br>
> <a href="http://www.vtiger.com/" target="_blank">http://www.vtiger.com/</a><br>
><br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL:<br>
<a href="http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20121006/eff83337/attachment-0001.html" target="_blank">http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/201210<br>
06/eff83337/attachment-0001.html</a><br>
<br>
<br>
_______________________________________________<br>
<a href="http://www.vtiger.com/" target="_blank">http://www.vtiger.com/</a><br>
</blockquote></div></div></div>
<br></div></div>_______________________________________________<br>
<a href="http://www.vtiger.com/" target="_blank">http://www.vtiger.com/</a><br></blockquote></div><br></div>
<br>_______________________________________________<br>
<a href="http://www.vtiger.com/" target="_blank">http://www.vtiger.com/</a><br></blockquote></div><br>