Hi Sylvain,<div><br></div><div>Welcome to vtiger community.</div><div><br></div><div>1. Having php on PATH should make the cron script work. If not it needs to be updated with absolute path as you did.</div><div><br></div>

<div>2. vtiger main codebase is maintained in our datacenter which has trac (issue tracker) integrated. There are no specific plans to migrate over github as we have been on sourceforge from very early days of the project. We will keep you posted if there is any changes.</div>

<div><br></div><div>3. Our earlier versions were assuming MyISAM tables hence many of the constraints didn&#39;t work. Now that we have moved over to InnoDB, we plan to take advantage of schema constraints going forward. </div>

<div><br></div><div>Keep us posted with your valuable feedback.</div><div><br></div><div>Regards,</div><div>Prasad</div><div>vtiger Team</div><div><br><div class="gmail_quote">On Wed, Aug 17, 2011 at 2:52 AM, Sylvain WITMEYER <span dir="ltr">&lt;<a href="mailto:webmaster@myeshop.fr">webmaster@myeshop.fr</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Hi guys<br>
<br>
This is my first post about vtiger and I like to see that this list is<br>
very active.<br>
<br>
1/ I faced a problem for hours about the recurring invoice cron<br>
<br>
file : cron/modules/SalesOrder/ReccuringInvoiceCron.sh<br>
<br>
the file was exectued via ssh but not by the cron.<br>
the problem is that we have to use the full path to php binary<br>
<br>
so<br>
export USE_PHP=php<br>
become<br>
export USE_PHP=/usr/local/bin/php<br>
<br>
and it works<br>
<br>
<br>
2/ Have you ever think about using github for the development of vtiger.<br>
Most of open-source are now using this tool and it&#39;s really awesome. I&#39;m<br>
sure vtiger could become better, faster thank&#39;s to github<br>
<br>
3/ I saw that each entity was logged in the table crm_entity. Vtiger is<br>
using a softDelete function for deleting these entities. Is thee a<br>
reason about that ? Why don&#39;t you use an Innodb relation with mysql for<br>
deleting in cascade each entity.<br>
<br>
Thank you<br>
<br>
<br>
<br>
<br>
--<br>
Sylvain WITMEYER<br>
Responsable développement de myeshop<br>
Tel : (+33) 0826.950.123<br>
LD : (+33) 0826.950.124<br>
Fax : 0974.774.061<br>
MSN : <a href="mailto:webmaster@myeshop.fr">webmaster@myeshop.fr</a><br>
Nouveau : Myeshop est maintenant sur twitter (myeshop) et Facebook<br>
<br>
<br>
_______________________________________________<br>
<a href="http://www.vtiger.com/" target="_blank">http://www.vtiger.com/</a></blockquote></div><br></div>