vtiger Forum Index vtiger
The Honest Open Source CRM
 

Have problem with Leads
Click here to go to the original topic

 
       vtiger Forum Index -> Help - 5.0.4
Previous topic :: Next topic  
Author Message
academyofsocialarts



Joined: 20 Aug 2008
Posts: 1

Posted: Wed Aug 20, 2008 4:20 pm    Post subject: Have problem with Leads  

Hi guys,

I have a BIG problem with the leads. The are added within the database but are NOT shown within the Leadslist.

So I have in the database x + 5 leads and in the list are just shown x leads.

I checked the leadids. the 5 additional leads have are something like 20 numbers higher then the leadids before.

Please need you help!

Thx
Back to top  
pinaki



Joined: 18 Oct 2007
Posts: 57

Posted: Thu Aug 21, 2008 4:15 am    Post subject: Have problem with Leads  

Hi,


First try creating a new lead. It might happen that the five leads you are talking about are marked as deleted (deleted=0 in vtiger_crmentity table).

Otherwise the best guess that I can make from the information you have provided regarding this, is that the query to fetch the records in listview is failing. This might happen if some of the tables which are joined in the list query are not getting poplulated during save.

The best way to test will be this:

Go to mysql prompt and type this query:

select * from leaddetails;

This will fetch you all the leads in the database. Now try and get one lead which is not getting displayed is listview and note it's ID (say leadid=150). Now login to vtiger and type the following path in your browser:

<vtiger>/index.php?action=DetailView&module=Leads&record=????

where
<vtiger> is the path of your vtiger installation (like http://localhost/vtiger), and

???? is the leadid (like 150)

Check if the record is being displayed properly in the DetailView. If yes then the query is failing in listview and you will need to debug more.

Feel free to contact me with the information you have after debugging for any assistance. If possible also track down any changes you made in the code of late.

Thanks
Pinaki
vTiger Team
Back to top  
tracker



Joined: 11 Sep 2008
Posts: 4
Location: Caracas

Posted: Thu Sep 11, 2008 8:33 pm    Post subject: Re: Have problem with Leads  

Weel, as I can see there are two of us with the same problem. I tried with the solution "pinaki" showed us and the screen result was:

Record you are trying to access is not found. Go Back.

Which by the way is the same message I said in my recent post.

In the other hand, How do I start debuging?

Regards,

Gabriel
Back to top  
alioop



Joined: 11 Sep 2008
Posts: 2

Posted: Thu Sep 11, 2008 9:22 pm    Post subject: Re: Have problem with Leads  

I have the same problem: the same error message when I try to add a lead through the UI, and displays 9 count in dashboard for leads.

When I select leaddetails, there are no records. I just installed vtiger today. I made no changes to the code.

I did try to import lead data, and it said it was sucessful, but no leads. How do I clean up the dashboard display, and how do I get lead data into vtiger?

Thanks!
Back to top  
 
       vtiger Forum Index -> Help - 5.0.4
Page 1 of 1


Powered by phpBB Search Engine Indexer
Powered by phpBB 2.0.15 © 2001, 2002 phpBB Group