This forum is no longer open and is for reading/searching only.
Please use our new MachForm Community Forum instead.
MachForm Community Forums » MachForm 2
Double Link Issue
Started 17 years ago by agdm619 | 5 posts |
- 
		
		
	
		
		
		On our http://www.campcondor.org/forms/installer.php page the "Run Installation" button has the link doubled and I can’t continue the installation. Any ideas??? Posted 17 years ago #
- 
		
		
		
		
		Are you using Windows IIS Server? It seem to be CGI issue. Opening this http://www.campcondor.org/forms/index.php brings to CGI error page. Try to insert this code below into your config.php file: ini_set("cgi.rfc2616_headers", "1");
 
 If that doesn't work either, I'll need to check your server directly.
 Please send me your FTP login info to yuniar [at] appnitro.comMachForm Founder Posted 17 years ago #
- 
		
		
	
		
		
		I don’t believe that to be the issue considering I am running other .php apps on our server with no problems. If you notice when you went to http://www.campcondor.org/forms/index.php the link shows http://www.campcondor.org/forms/index.php/forms/installer.php in the address bar it seems to me that something in the software is adding the extra data to the address. Posted 17 years ago #
- 
		
		
		
		
		Hmm.. I'll need to check directly on your server to debug this issue. 
 I've sent you an email. Let's continue there.MachForm Founder Posted 17 years ago #
- 
		
		
		
		
		Problem solved. There was a bug with PHP version 5.2.4. 
 Bug detail: http://bugs.php.net/bug.php?id=42523The quick solution is to add this line below into config.php file: $_SERVER["PHP_SELF"] = $_SERVER["SCRIPT_NAME"];
 
 Better solution is to upgrade PHP :-)MachForm Founder Posted 17 years ago #
Reply
You must log in to post.

