Indigo Rose Software

Go Back   Indigo Rose Software Forums > Old Versions > TrueUpdate 2.0

 
 
Thread Tools Display Modes
  #1  
Old 03-17-2005
Ninj Ninj is offline
Forum Member
 
Join Date: Jul 2004
Posts: 13
Huh? Conflict with the new version?

Hi,

I have just updated my TU2 trial version to v2.0.0.0. Before this update, I have created 1 update application where I am using the HTTP.Submit action and it was already working then.

However, after I updated to the new version, the HTTP.Submit action in the update application (created with earlier version) is no longer working properly. I am still able to connect to the URL I am passing to this action and the CGI script is working but I noticed that the parameters that I have given are not passed to the script.

Could my update to the new version have affected my already existing update application although no changes have been done to it?

thanks,

Ninj
  #2  
Old 03-18-2005
Ted Sullivan's Avatar
Ted Sullivan Ted Sullivan is offline
Indigo Rose Staff Member
 
Join Date: Oct 2003
Posts: 825
If you were using an early beta version, it's possible that file formats etc have changed. I would definitely start a new project - you can easily copy and paste your script into the new project, but at least you'd be eliminating any "beta" conflicts but starting with a clean project.
__________________
Check out the new MSI Factory 2.0!
  #3  
Old 03-21-2005
Ninj Ninj is offline
Forum Member
 
Join Date: Jul 2004
Posts: 13
I've already tried to create a new project and copied my scripts there. But it is still the same, the values that I pass to the HTTP.Submit action is not received by my CGI script.

I have also tried to create a new test CGI script that would print the value that I have sent and print/return it back to make sure that the values are received by the CGI script. But no luck as well.

Below is the copy of my very simple test CGI script:

#!/usr/bin/perl -w
use CGI qw(:standard);
use CGI qw(:standard Vars);

print header ( );
print "This is a test\r\n";
print "name : ", param('name');

I use the HTTP.Submit action as below:

SubmitFName = HTTP.Submit("http://www.myURL.com/cgi-bin/test.cgi", {name="ninj" }, SUBMITWEB_POST, 120, 80, nil, nil);
Dialog.Message("Submit result", "Server Response : "..SubmitFName, MB_OK, MB_ICONNONE, MB_DEFBUTTON1);

The result expected is :

This is a test
name : ninj

However, all i get is :

This is a test
name :

So, from this I assume that my CGI script is not able to get the values passed.

Is there anyone there who have used this action and can prove that the action is really working properly? I have already simplified the CGI script but without any success that's why I'm starting to think that this might be a bug with the HTTP.Submit action. Any ideas, please?!?!
  #4  
Old 03-21-2005
Ninj Ninj is offline
Forum Member
 
Join Date: Jul 2004
Posts: 13
Hi,

FYI, I checked my web server logs and noticed that the values where not recorded as well, whether I use the GET or POST method in the HTTP.Submit.

Ninj
  #5  
Old 03-23-2005
Mark's Avatar
Mark Mark is offline
Indigo Rose Staff Member
 
Join Date: Jun 2000
Location: Indigo Rose Software
Posts: 1,773
Hi Ninj,

We have been looking into this problem on our side and it appears as though there may be a problem in the HTTP.Submit() action. It does not appear to affect every web script but it does seem to affect a few.

We have been able to replicate and fix the problem on our side and are currently testing it to ensure that there are no other issues.

One work-around that is available to you now, is to include your variables in your URL, something like:

"http://www.myURL.com/cgi-bin/test.cg?name=\"ninj\""
__________________
MSI Factory The Next Generation Intelligent Setup Builder
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Acrobat Version Checking Script eric_darling AutoPlay Media Studio 4.0 20 10-03-2003 05:41 PM
How many of you registered users used the trial version first before buying the full version? Corey AutoPlay Media Studio 4.0 21 07-11-2003 11:56 AM
HOWTO: Open a Version 3.0 Project in Version 4.0 Support AutoPlay Media Studio 4.0 Examples 0 10-30-2002 03:09 PM
HOWTO: Detect Acrobat Version Support AutoPlay Media Studio 4.0 Examples 0 10-22-2002 05:01 PM
INFO: Moving from the Trial Version to Commercial Version Support AutoPlay Media Studio 4.0 Examples 0 10-07-2002 09:52 AM


All times are GMT -6. The time now is 03:04 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Copyright © 2000 - 2009 Indigo Rose Corporation. All rights reserved.
Indigo Rose Software