<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta name=Title content=""><meta name=Keywords content=""><meta http-equiv=Content-Type content="text/html; charset=utf-8"><meta name=Generator content="Microsoft Word 15 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-reply;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
span.msoIns
        {mso-style-type:export-only;
        mso-style-name:"";
        text-decoration:underline;
        color:teal;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style></head><body bgcolor=white lang=EN-US link=blue vlink=purple><div class=WordSection1><p class=MsoNormal>You may want to investigate hiring a developer to help you with this.  Since you’ve made changes to the system it’s unlikely you’ll get the help you’re seeking from this list.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><div style='border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in 0in 0in'><p class=MsoNormal><b><span style='font-size:12.0pt;color:black'>From: </span></b><span style='font-size:12.0pt;color:black'><vtigercrm-developers-bounces@lists.vtigercrm.com> on behalf of lajeesh k <lajeeshk@gmail.com><br><b>Reply-To: </b><vtigercrm-developers@lists.vtigercrm.com><br><b>Date: </b>Thursday, February 15, 2018 at 11:50 AM<br><b>To: </b>vtigercrm-developers <vtigercrm-developers@lists.vtigercrm.com><br><b>Subject: </b>Re: [Vtigercrm-developers] Template silently fails when viewing organizations for any user<o:p></o:p></span></p></div><div><p class=MsoNormal><o:p> </o:p></p></div><div><p class=MsoNormal>Try any vtiger debugging methods<o:p></o:p></p></div><div><p class=MsoNormal><br clear=all><o:p></o:p></p><div><div><div><div><p class=MsoNormal><br>Regards,<br>Lajeesh<o:p></o:p></p></div><div><p class=MsoNormal>Freelance developer / entrepreneur<o:p></o:p></p></div><div><p class=MsoNormal><o:p> </o:p></p></div></div></div></div><p class=MsoNormal><o:p> </o:p></p><div><p class=MsoNormal>On Thu, Feb 15, 2018 at 10:01 PM, Alex Hall <<a href="mailto:ahall@autodist.com" target="_blank">ahall@autodist.com</a>> wrote:<o:p></o:p></p><blockquote style='border:none;border-left:solid #CCCCCC 1.0pt;padding:0in 0in 0in 6.0pt;margin-left:4.8pt;margin-right:0in'><div><div><div><div><p class=MsoNormal style='margin-bottom:12.0pt'>Hi all,<br>I'm still having no luck regarding the templates. I deleted all the organizations and contacts in the CRM, then deleted a user. I re-added that user through the web interface, ran my sync job to give the user some organizations, and... Failure!<o:p></o:p></p></div><p class=MsoNormal style='margin-bottom:12.0pt'>The user is created, the job runs, and the user gets assigned organizations. As soon as I try to view contacts or organizations while logged in as that user, though, the template stops and the table of items is never made. Plus, searching, and most everything on the page, won't work either.<o:p></o:p></p></div><p class=MsoNormal style='margin-bottom:12.0pt'>The template in question is layouts/v7/modules/Vtiger/ListViewContents.tpl, as far as I can tell. Line 67 works, and is the very last thing on the page when a browser renders it:<br><div class="listColumnFilter {if $CURRENT_CV_MODEL and !($CURRENT_CV_MODEL->isCvEditable())}disabled{/if}"  <o:p></o:p></p></div><p class=MsoNormal>Then there's one more new line in the HTML source, and that's it. The page just ends right there. I've spent all morning trying to find where the viewer object being used is given its variables, to see if one is missing, but I can't find that. I've also enabled all error reporting in config.template.php, but that doesn't give me any output. My Nginx log for Vtiger is empty. I've even checked the web console for scripting problems, but there's nothing there either.<br><br>I'm at a loss as to what to try next. I'd love to hear any ideas anyone has. Thanks in advance.<o:p></o:p></p><div><p class=MsoNormal><o:p> </o:p></p></div></div><div><div><div><p class=MsoNormal><o:p> </o:p></p><div><p class=MsoNormal>On Wed, Feb 14, 2018 at 4:58 PM, Alex Hall <<a href="mailto:ahall@autodist.com" target="_blank">ahall@autodist.com</a>> wrote:<o:p></o:p></p><blockquote style='border:none;border-left:solid #CCCCCC 1.0pt;padding:0in 0in 0in 6.0pt;margin-left:4.8pt;margin-right:0in'><div><div><p class=MsoNormal style='margin-bottom:12.0pt'>Thank you for the quick response. I'll look into the code you posted.<o:p></o:p></p></div><p class=MsoNormal>You asked why I'm doing it this way. Our iSeries stores each sales rep, and all the accounts for each rep. For every account, there can be up to two contacts. Given that I was creating all the accounts and contacts anyway, it seemed easiest to just go ahead and create the users, too. We don't have a lot of them, but I didn't see the point in manually creating every user when the web service documentation claimed I could automate the entire process. For whatever reason, though, the web service flatly refuses to let me add users. Again, I can create them manually before running the import, but I wanted to automate the process if I could. This way, anytime I re-run the sync file to update with new accounts or contacts, any new reps we may have gotten would be added to the CRM.<o:p></o:p></p></div><div><div><div><p class=MsoNormal><o:p> </o:p></p><div><p class=MsoNormal>On Wed, Feb 14, 2018 at 4:46 PM, Alan Lord <<a href="mailto:alanslists@gmail.com" target="_blank">alanslists@gmail.com</a>> wrote:<o:p></o:p></p><blockquote style='border:none;border-left:solid #CCCCCC 1.0pt;padding:0in 0in 0in 6.0pt;margin-left:4.8pt;margin-right:0in'><p class=MsoNormal>On 14/02/18 21:28, Alex Hall wrote:<o:p></o:p></p><blockquote style='border:none;border-left:solid #CCCCCC 1.0pt;padding:0in 0in 0in 6.0pt;margin-left:4.8pt;margin-right:0in'><p class=MsoNormal>Two slightly different questions, then. First, how can I properly create users through the web service, without getting the error that what I'm doing is "not valid for id"? <o:p></o:p></p></blockquote><p class=MsoNormal style='margin-bottom:12.0pt'><br>This was discussed in a thread this month :-)<br><br><a href="http://lists.vtigercrm.com/pipermail/vtigercrm-developers/2018-February/037124.html" target="_blank">http://lists.vtigercrm.com/pipermail/vtigercrm-developers/2018-February/037124.html</a><o:p></o:p></p><blockquote style='border:none;border-left:solid #CCCCCC 1.0pt;padding:0in 0in 0in 6.0pt;margin-left:4.8pt;margin-right:0in'><p class=MsoNormal>Thanks for any thoughts. Please let me know what you need to see of my code, the Vtiger code I'm working with, or anything else.<o:p></o:p></p></blockquote><p class=MsoNormal><br>TBH, all bets are off really when you say you are manually creating users...<br><br>I guess the first question is WHY? Why are you creating users like this? Do you have a lot to add or something?<br><br>The permissions and access control system depends on the users being created properly and thereby having generated their privilege/sharing files.<br><br>Turning on error_reporting in config.inc.php and enabling the debug log and using the Javascript console in your browser will probably point you to where you need to start looking.<br><br><br>HTH<br><br>Al<br><br>NB: you also didn't say what version of vtiger you are testing.<br><br>_______________________________________________<br><a href="http://www.vtiger.com/" target="_blank">http://www.vtiger.com/</a><o:p></o:p></p></blockquote></div><p class=MsoNormal><br><br clear=all><o:p></o:p></p></div></div><p class=MsoNormal>-- <o:p></o:p></p><div><div><div><div><p class=MsoNormal>Alex Hall<o:p></o:p></p></div><p class=MsoNormal>Automatic Distributors, IT department<o:p></o:p></p></div><p class=MsoNormal><a href="mailto:ahall@autodist.com" target="_blank">ahall@autodist.com</a><o:p></o:p></p></div></div></div></blockquote></div><p class=MsoNormal><br><br clear=all><br>-- <o:p></o:p></p><div><div><div><div><p class=MsoNormal>Alex Hall<o:p></o:p></p></div><p class=MsoNormal>Automatic Distributors, IT department<o:p></o:p></p></div><p class=MsoNormal><a href="mailto:ahall@autodist.com" target="_blank">ahall@autodist.com</a><o:p></o:p></p></div></div></div></div></div><p class=MsoNormal><br>_______________________________________________<br><a href="http://www.vtiger.com/" target="_blank">http://www.vtiger.com/</a><o:p></o:p></p></blockquote></div><p class=MsoNormal><o:p> </o:p></p></div><p class=MsoNormal>_______________________________________________ http://www.vtiger.com/<o:p></o:p></p></div></body></html>