Welcome, Guest. Please login or register.
Did you miss your activation email?


Login with username, password and session length

Search

 
Advanced search

8043 Posts in 1856 Topics- by 2099 Members - Latest Member: roi
Pages: [1]   Go Down
Print
Author Topic: GoDaddy Hosting and sbox  (Read 644 times)
0 Members and 1 Guest are viewing this topic.
kmadsen
New Member
*

Karma: 0
Offline Offline

Posts: 0

Software Engineer


WWW
« on: June 09, 2004, 11:19:00 PM »

Anyone else using GoDaddy as their host?  GoDaddy employs the utility "sbox" to "contain" cgi scripts.  It seems to do a lot of path mangling.  I had Calendarscript working fine, and it suddenly stopped working as of 6/05.  I've tried to find out what changed on the server, to no avail so far.

Kent

Logged
Johnny
Guest
« Reply #1 on: June 10, 2004, 01:01:00 PM »

I am having the same problem. GoDaddy changed something in their servers without contacting anyone who has a CGI acct with them to let them know. None of my CGI stuff works now. I'm waiting for a call back from their customer support who will hopefully help me to fix this issue, and I will let you know what's up when they do.
Logged
Johnny
Guest
« Reply #2 on: June 11, 2004, 03:27:00 PM »

It appears that GoDaddy has fixed the problem. My scripts work again.
Logged
kmadsen
New Member
*

Karma: 0
Offline Offline

Posts: 0

Software Engineer


WWW
« Reply #3 on: June 11, 2004, 11:12:00 PM »

Thanks Johnny -- glad to hear it was a general problem rather than something I screwed up (although I hadn't changed anything recently).

My site is working too -- got a reply to my support incident on Thursday evening.

Kent

------------------

Logged
kmadsen
New Member
*

Karma: 0
Offline Offline

Posts: 0

Software Engineer


WWW
« Reply #4 on: June 11, 2004, 11:32:00 PM »

Oops -- spoke too soon.

My main script - calendar.pl - works, but the admin stuff doesn't work.

Johnny -- are you running CalendarScript on GoDaddy?

Kent

------------------

Logged
jerbecca
Guest
« Reply #5 on: June 17, 2004, 04:37:00 PM »

We have the same problem with GoDaddy.  They still have not been able to help me come to a resolution.  Has anyone out there figured out how to get it to run with the new Sbox setup?  It has something to do with the addressing.  GoDaddy gave me the absolute path information but nothing is working.  This really stinks.
Logged
Aaron Mersberg
Guest
« Reply #6 on: August 03, 2004, 03:30:00 PM »

I was having the same problem and after several days of frustrating wrong responses from tech support, I finally browsed through many of the messages on this support board and was able to discover that you need to make a change in the 'calendar_admin.pl" file in line 322:

$admin_template_dir = $AdminConfig->get("admin_template_dir") | | "English";


As best as I can figure it out, there was a change in the way that the GoDaddy servers are configured, but someone forgot to change the reference on the server.  They used to use sbox but no longer do, so the script is asking the server for the CGI URL and is being returned a directory structure which includes "http://www.yourdomain.com/cgi-bin/sbox/script.CGI" and it is no longer correct.  We now need to list our CGI URL as "http://www.yourdomain.com/cgi/script.CGI".  By replacing the above line in the calendar_admin.pl file, though, you go around this by having the script obtain the CGI URL from your config.txt file instead.

Logged
Sonny
New Member
*

Karma: 0
Offline Offline

Posts: 0


WWW
« Reply #7 on: January 31, 2005, 12:00:00 AM »

You said that -

you need to make a change in the 'calendar_admin.pl" file in line 322:

$admin_template_dir = $AdminConfig->get("admin_template_dir") | | "English";

Change it to what exactly?

Logged
smgrizzle
New Member
*

Karma: 0
Offline Offline

Posts: 0


WWW
« Reply #8 on: February 07, 2005, 05:12:00 PM »

Line 322 reads:

$Template::CGI_URL = $ENV{'SCRIPT_NAME'} | | $ENV{'REQUEST_URI'} ;

Changing it to the following works for godaddy:

$Template::CGI_URL = $ENV{'REQUEST_URI'} | | $ENV{'SCRIPT_NAME'} ;

------------------

Logged
DanO
Moderator
Full Member
*****

Karma: 13
Offline Offline

Posts: 230

Please don't PM me. Post in the open forum.


WWW
« Reply #9 on: April 16, 2005, 12:23:00 PM »

   The "| |" in the suggested line of code above should not have any spaces between them when written into the script's pages. This forum software adds a space there when posting in these forums.

JFYI

Dan O.

------------------

Logged
mangoboy
Guest
« Reply #10 on: August 19, 2005, 12:41:00 AM »

actually that doesn't really work

it's better to grab it from the config file instead, correct me if I'm wrong

here's what i put
$Template::CGI_URL = $AdminConfig->get("calendar_admin_url");

or else the menus just don't work

Logged
ken
New Member
*

Karma: 0
Offline Offline

Posts: 0

retired


WWW
« Reply #11 on: December 15, 2005, 10:27:00 AM »

In regards to Godaddy and the calendar script.
I am having the same problems with godaddy and the /sbox thing.
Have followed the advice of changing line 322 in the admin script. But no luck. the Admin script will not work.
So are there any other suggestions out there.

Help

------------------

Logged
Pages: [1]   Go Up
Print
Jump to: