vtiger Forum Index vtiger
The Honest Open Source CRM
 

I can't see the ticket list when i'm connected
Click here to go to the original topic

 
       vtiger Forum Index -> Customer Portal
Previous topic :: Next topic  
Author Message
whitespirit



Joined: 02 Jan 2008
Posts: 2

Posted: Wed Jan 23, 2008 10:23 am    Post subject: I can't see the ticket list when i'm connected  

Hello,

I have followed all the instructions to install the customer portal, i can add an user, and this user is able to connect himself to the customer portal. When a user is connected, he can't access to the ticket list, neither he can create a ticket. What can i do to fix it?


Anyone can help me ? I use a linux server for Vtiger 5.3. What are the dependency to display the tickets list ?

Thanks
Back to top  
whitespirit



Joined: 02 Jan 2008
Posts: 2

Posted: Thu Jan 31, 2008 10:44 am    Post subject: I can  

Please, no answer ?
Back to top  
jagi



Joined: 17 Jan 2006
Posts: 117
Location: Poland

Posted: Fri Feb 01, 2008 10:08 am    Post subject: Re: I can't see the ticket list when i'm connected  

Try this solution in Your_vTiger\soap\customerportal.php
Code:
/* Begin the HTTP listener service and exit. */
// artcode fix
if (!isset($HTTP_RAW_POST_DATA)){
$HTTP_RAW_POST_DATA = file_get_contents('php://input');
}
$server->service($HTTP_RAW_POST_DATA);


or change PHP ver to 5.2.5
Back to top  
 
       vtiger Forum Index -> Customer Portal
Page 1 of 1


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