Site Links
Home
Features
Documentation
Pricing & Order
Members Area
Support Options
UBBDev.com
UBBWiki.com
Who's Online
2 registered (id242, cascadeclimbers), 26 Guests and 16 Spiders online.
Key: Admin, Global Mod, Mod
Featured Member
Registered: 06/05/06
Posts: 14994
Top Posters (30 Days)
Ruben 50
DennyP 24
Gizmo 24
Dunny 17
SteveS 14
AllenAyres 12
dbremer 10
drkknght00 9
SD 9
driv 8
Latest Photos
OK Corral Shoot Out
Testing
Basildon Train Station
Basildon Town Centre looking from the rounderbout
Basildon Town Square
Page 1 of 3 1 2 3 >
Topic Options
#150380 - 02/11/04 12:03 PM script produced no output
Anonymous
Unregistered

I moved from a unix server to a win 2000 server (Hostway) and am getting this from my test script....cgi-binubb6_test.cgi' script produced no output

what next?
Top
Express Hosting
Express Hosting "We are the official hosting company of UBB.threads. Ask us about our free migration services to migrate your UBB.threads installation."
#150381 - 02/11/04 12:17 PM Re: script produced no output
Ron M Offline
Registered: 06/04/06
Posts: 361
Loc: Des Moines, IA
Here's a recent user's adventures with installing on hostway.

http://www.ubbcentral.com/ubb/ultimatebb.php/topic/6/663.html#000000
_________________________
Threads Alpha Tester
My Homepage
Top
#150382 - 02/11/04 12:21 PM Re: script produced no output
David Dreezer Offline

Pooh-Bah
Registered: 07/21/06
Posts: 2199
Are there any actual problems with the board?

Did you follow the move instructions?
_________________________
This thread for sale. Click here!
Top
#150383 - 02/11/04 12:38 PM Re: script produced no output
Anonymous
Unregistered

Thanks Ron.....however this is what I find in trying to modify the path.....I don't see the "do" line.

########################################
NOTE TO USERS WHO ARE RUNNING UBB.classic IN THE NON-WRITABLE CGI-BIN SITUATION:
# Modify the path in the following 'do' line to reflect the VariablesPath!
# There is NO NEED to modify this line unless you are using a different
# VariablesPath. PLEASE use the UBB's CGI directory as the VariablesPath
# if at all possible. Thanks.
###########################################

eval {
require "vars_config.cgi";
};

&CheckDollarAt($@);

# Figure out if we're properly configured
if (
( (!-e "$vars_config{VariablesPath}/vars_config.cgi")
|| (!-e "$vars_config{MembersPath}/last_number.cgi")
|| (!-e "$vars_config{CGIPath}/ultimatebb.cgi")
|| (!-e "$vars_config{NonCGIPath}/datelib.js")
)
|| ($vars_config{INITIAL_SETUP_FLAG})) {
# need to configure the UBB
print "Content-type: text/htmlnn";
require "ubb_setup.cgi";
&setup_bootstrap;
exit(0);
} # end unless
Top
#150384 - 02/11/04 12:45 PM Re: script produced no output
David Dreezer Offline

Pooh-Bah
Registered: 07/21/06
Posts: 2199
Sorry, the comments are out of sync with the actual code. You want to change the "require" line inside the eval {}.
_________________________
This thread for sale. Click here!
Top
#150385 - 02/11/04 01:00 PM Re: script produced no output
Anonymous
Unregistered

Charles....yes, I tried to follow the move instructions, but my ftp (cute) keep crashing on me.

My line should look like....{require "www/vars/vars_config.cgi";};

thanks
Top
#150386 - 02/11/04 01:25 PM Re: script produced no output
David Dreezer Offline

Pooh-Bah
Registered: 07/21/06
Posts: 2199
You should use the absolute path there... so, probably something like d:/inetpub/users/yourname/www/vars/vars_config.cgi

Your host will be able to provide the true exact path.
_________________________
This thread for sale. Click here!
Top
#150387 - 02/11/04 01:37 PM Re: script produced no output
Anonymous
Unregistered

they say the phyical path is D:WWWRootxxxxx.comwww

should the slashes all go the same way or split?
Top
#150388 - 02/11/04 02:27 PM Re: script produced no output
Ron M Offline
Registered: 06/04/06
Posts: 361
Loc: Des Moines, IA
Use the forward slashes like Charles' path.
_________________________
Threads Alpha Tester
My Homepage
Top
#150389 - 02/11/04 02:28 PM Re: script produced no output
David Dreezer Offline

Pooh-Bah
Registered: 07/21/06
Posts: 2199
Forward slashes are the general rule when working with file paths in most cross-platform high level languages (PHP, Perl, etc).

So your path would be d:/WWWRoot/whatever.com/www
_________________________
This thread for sale. Click here!
Top
#150390 - 02/12/04 01:29 PM Re: script produced no output
Anonymous
Unregistered

Ok...I was able to set permissions in the cgi-bin to write, so I now have all permissions to read, write, and execute in both the cgi-bin and non cgi folder.

I still get this....wwwcgi-binubb6_test.cgi' script produced no output

Don't know where to go from here....could I just set up a new board and inport the members directory and forums from the board that doesn't work?
Top
#150391 - 02/12/04 01:36 PM Re: script produced no output
David Dreezer Offline

Pooh-Bah
Registered: 07/21/06
Posts: 2199
Let's ignore the test script for now - the version you're using is a little on the flaky side.

Does your board operate normally now that you've adjusted the variables path?
_________________________
This thread for sale. Click here!
Top
#150392 - 02/12/04 01:44 PM Re: script produced no output
Anonymous
Unregistered

No...I can't get anything to work. I am hoping to be able to save my members and threads. I have downloaded 6.7, and was going to upgrade after I got 6.6 to work, but as far as I can tell it won't work. I was having trouble with cute ftp when I backed it up. I now am using leap ftp.
Top
#150393 - 02/12/04 01:51 PM Re: script produced no output
David Dreezer Offline

Pooh-Bah
Registered: 07/21/06
Posts: 2199
Grab the ubbclassic_test.cgi script from the 6.7 zip, and put it up on your site, with the exsting CGI files.

That's the replacement for the ubb6_test.cgi, and it's perfectly safe to use for any 6-series version... it should operate normally on your server. At least it shouldn't throw any serious "I can't work" errors.

Try it and find out...
_________________________
This thread for sale. Click here!
Top
#150394 - 02/12/04 02:06 PM Re: script produced no output
Anonymous
Unregistered

'D:WWWRoottarpa.comwwwcgi-binubbclassic_test.cgi' script produced no output

This was the response.
Top
#150395 - 02/12/04 02:17 PM Re: script produced no output
David Dreezer Offline

Pooh-Bah
Registered: 07/21/06
Posts: 2199
OKay, that's just not right.

Try the hello.cgi file from the zip. Does THAT work?
_________________________
This thread for sale. Click here!
Top
#150396 - 02/12/04 05:06 PM Re: script produced no output
Anonymous
Unregistered

Hello world from Perl 5.008
.cgi scripts are mapped to Perl.

That works.....
Top
#150397 - 02/13/04 01:02 AM Re: script produced no output
Gizmo Offline

Registered: 06/05/06
Posts: 14994
Loc: Portland, OR; USA
Odd; do you have FTP on yoru server? charles is goinna want it
_________________________
Forums: UGN Security & VNC Web Design & Development
UBB.Threads: UBB.Wiki, My UBBSkins, UBB.Sitemaps
Longtime UBB Supporter, UBB Beta Tester & Resident Post-A-Holic.
UBB Modifications, Styling, Coding Services, Disaster Recovery, and more!
Top
#150398 - 02/13/04 12:08 PM Re: script produced no output
Anonymous
Unregistered

The site is at Hostway......I would be thrilled to have Charles look at it.
jack@smilinjack.com
Top
#150399 - 02/13/04 01:40 PM Re: script produced no output
Gizmo Offline

Registered: 06/05/06
Posts: 14994
Loc: Portland, OR; USA
I should have guessed lol... everyone just loves Hostway don't we :insertnonamusedsmiliehere:...

Time to wait on charles lol, most likely if he wants to see it he'll tell you to open a ticket heh
_________________________
Forums: UGN Security & VNC Web Design & Development
UBB.Threads: UBB.Wiki, My UBBSkins, UBB.Sitemaps
Longtime UBB Supporter, UBB Beta Tester & Resident Post-A-Holic.
UBB Modifications, Styling, Coding Services, Disaster Recovery, and more!
Top
#150400 - 02/16/04 12:27 PM Re: script produced no output
David Dreezer Offline

Pooh-Bah
Registered: 07/21/06
Posts: 2199
Yup, this is support ticket time.

https://www.infopop.com/q/q.php?action=pool_query&num=16

Use that link to open a ticket. Inside the ticket body, include the URL to this topic (VERY IMPORTANT) and a request that the ticket be assigned to me. Thanks.
_________________________
This thread for sale. Click here!
Top
#150401 - 02/20/04 01:02 AM Re: script produced no output
Anonymous
Unregistered

Charles....

I opened a support ticket..

Do you know anyone else that is running a UBB on a windows server at Hostway?

Jack
Top
#150402 - 02/20/04 11:13 AM Re: script produced no output
Gizmo Offline

Registered: 06/05/06
Posts: 14994
Loc: Portland, OR; USA
I've heard of quite a few users using hostway, the majority left due to restrictions.
_________________________
Forums: UGN Security & VNC Web Design & Development
UBB.Threads: UBB.Wiki, My UBBSkins, UBB.Sitemaps
Longtime UBB Supporter, UBB Beta Tester & Resident Post-A-Holic.
UBB Modifications, Styling, Coding Services, Disaster Recovery, and more!
Top
Page 1 of 3 1 2 3 >



Shout Box

Today's Birthdays
No Birthdays
Recent Topics
How do I make a selection between helpdesk and service desk
by Telly
Yesterday at 09:47 PM
Ability to "like" individual posts (not Facebook "likes)
by doug
Yesterday at 09:03 AM
Island Permissions
by ThreadsUser
05/22/12 03:03 PM
streaming video
by prkrgrp
05/20/12 07:02 PM
New Posts Corrupted? Can someone help?
by PianoWorld
05/19/12 09:41 AM
Forum Stats
10488 Members
36 Forums
33836 Topics
181688 Posts

Max Online: 978 @ 06/24/07 11:19 PM
Random Image