vtiger Forum Index vtiger
The Honest Open Source CRM
 

500 Internal Server Error
Click here to go to the original topic

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



Joined: 24 Jul 2008
Posts: 2

Posted: Thu Jul 24, 2008 9:09 pm    Post subject: 500 Internal Server Error  

Can not get it working..

vTiger is installed and working fine at;

<myserver>/crm/

Customer portal files are at;

<myserver>/crm/support/

PortalSettings.php

$Server_Path = "<myserver>/crm";
$Authenticate_Path = "<myserver>/crm/support";

Any ideas?
Back to top  
necokop



Joined: 24 Jul 2008
Posts: 2

Posted: Wed Jul 30, 2008 1:56 pm    Post subject: [SOLVED] 500 Internal Server Error  

Simple solution;

It doesn't work until all folder permissions are 755 and folders are 644.

N.
Back to top  
ElectronicCarpenter



Joined: 12 Aug 2008
Posts: 4

Posted: Tue Aug 12, 2008 4:20 am    Post subject: [SOLVED] 500 Internal Server Error  

I am having the exact same issue. The installation of the base system went so smoothly, I figured an add on module would be just as easy.

All my files are 644 and my folders 755 now what do I do to get this addon to work. It is the same issue with the webform add on also.
Back to top  
ElectronicCarpenter



Joined: 12 Aug 2008
Posts: 4

Posted: Tue Aug 12, 2008 4:32 am    Post subject: [SOLVED] 500 Internal Server Error  

This is my cofig file


global $Server_Path;
global $Portal_Path;

//This is the vtiger server path ie., the url to access the vtiger server in browser
//Ex. i access my vtiger as http://mickie:90/vtiger/index.php so i will give as http://mickie:90/vtiger
$Server_Path = 'http://mydomain.com/projects/vtiger-crm-demo';

//This is the customer portal path ie., url to access the customer portal in browser
//Ex. i access my portal as http://mickie:90/customerportal/login.php so i will give as http://mickie:90/customerportal
$Authenticate_Path = 'http://mydomain.com/projects/vtiger-crm-demo/help';

//Give a temporary directory path which is used when we upload attachment
$upload_dir = '/tmp';

//These are the Proxy Settings parameters
$proxy_host = ''; //Host Name of the Proxy
$proxy_port = ''; //Port Number of the Proxy
$proxy_username = ''; //User Name of the Proxy
$proxy_password = ''; //Password of the Proxy

//The character set to be used as character encoding for all soap requests
$default_charset = 'UTF-8';//'ISO-8859-1';

?>

I get a 500 and 403
Apache/2.2.9 (Unix) mod_ssl/2.2.9 OpenSSL/0.9.8g DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 Server at mydoamin port 80

I am on a shared server with a dedicated IP
Back to top  
ElectronicCarpenter



Joined: 12 Aug 2008
Posts: 4

Posted: Tue Aug 12, 2008 3:31 pm    Post subject: Re: 500 Internal Server Error Solved  

I have 2 installations on vtiger. one is going to be for me to populate with zero data and the other has been populated with demo data. Funny thing. I was changing the file permissions on one instance and expecting the change to effect the other.. :roll: I should have taken a break.. Thanks.. This has to be the easiest installation of any crm community development.
Back to top  
ElectronicCarpenter



Joined: 12 Aug 2008
Posts: 4

Posted: Tue Aug 12, 2008 3:31 pm    Post subject: Re: 500 Internal Server Error Solved  

I have 2 installations on vtiger. one is going to be for me to populate with zero data and the other has been populated with demo data. Funny thing. I was changing the file permissions on one instance and expecting the change to effect the other.. :roll: I should have taken a break.. Thanks.. This has to be the easiest installation of any crm community development.
Back to top  
dan972



Joined: 01 Sep 2008
Posts: 5

Posted: Wed Sep 10, 2008 10:16 pm    Post subject: Re: 500 Internal Server Error  

It does not look like your question has been answered. I am having the same problem also. Perhaps one of the nice vtiger staff will help us.
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