Results 1 to 5 of 5

Thread: Problem with GoDaddy

  1. #1
    Colin
    Guest

    Default Problem with GoDaddy

    Hi

    I have a website that uses a number of IF conditions (NOF 11 IF standard Conditions) and an externally
    accessible database on GoDaddy. It runs as intended on a website hosted by 1and1. The same website on
    GoDaddy ignors the IF statements. The database access is fine from either host.

    Another problem: I tried running the database from a third host (Verve Hosting). The site can't connect to
    the database.

    Any ideas will be appreciated.
    --
    Read and be merry http://blog.rankarmor.com

  2. #2
    Senior Member chuckj's Avatar
    Join Date
    Jan 2010
    Location
    www.beyondfusion.com - Florida
    Posts
    1,302

    Default

    Which dynamic language are you using in Fusion? PHP or ASP?

    The hosting account on GoDaddy may not support the language you're using.

    On Verve, they may have the databases on a different machine than the web sites and you'd need to change the connection string.
    Chuck Joslin
    www.BeyondFusion.com
    PHP & MySQL development with Fusion
    Fusion support for AllWebMenus (Likno) Contact me for custom AWM menus for your sites.
    Tutorials and Forums

  3. #3
    Colin
    Guest

    Default Re: Problem with GoDaddy

    chuckj <chuckj.4mw9gn@no-mx.forums.netobjects.com> wrote in news:chuckj.4mw9gn@no-
    mx.forums.netobjects.com:

    >
    > Which dynamic language are you using in Fusion? PHP or ASP?
    >
    > The hosting account on GoDaddy may not support the language you're
    > using.
    >
    > On Verve, they may have the databases on a different machine than the
    > web sites and you'd need to change the connection string.
    >
    >
    >
    > CHUCK JOSLIN
    > www.BeyondFusion.com
    > PHP & MySQL development with Fusion
    > Official Fusion support for AllWebMenus (Likno Software)
    > Tutorials and Forums
    >


    I'm using PHP. The solution I found was to define and use the session variables explicitly like:
    $counter=$_SESSION["counter"];

    Regarding Verve: I'm accessing an EXTERNAL database that is hosted on GoDaddy. When I access it
    from GoDaddy or from 1and1 there is no problem. Since the database is on a GoDaddy server and
    1and1 can access it, Verve should have no problem either, but it fails. Iam wondering what is diffrent in
    their setup that won't let me go out ro and external database.
    --
    Read and be merry http://blog.rankarmor.com

  4. #4
    Junior Member
    Join Date
    Jun 2010
    Location
    Munich, Germany
    Posts
    6

    Default

    Quote Originally Posted by Colin View Post

    Regarding Verve: I'm accessing an EXTERNAL database that is hosted on GoDaddy. When I access it
    from GoDaddy or from 1and1 there is no problem. Since the database is on a GoDaddy server and
    1and1 can access it, Verve should have no problem either, but it fails. Iam wondering what is diffrent in
    their setup that won't let me go out ro and external database.
    --
    Maybe Verve has simply a firewall in place which simply blocks any traffic on ports other than the HTTP-Port (80).

    Hans

  5. #5
    Colin
    Guest

    Default Re: Problem with GoDaddy

    HansDieter <HansDieter.4mziqb@no-mx.forums.netobjects.com> wrote in
    news:HansDieter.4mziqb@no-mx.forums.netobjects.com:

    >
    > Colin wrote:
    >>
    >>
    >> Regarding Verve: I'm accessing an EXTERNAL database that is hosted on
    >> GoDaddy. When I access it
    >> from GoDaddy or from 1and1 there is no problem. Since the database is
    >> on a GoDaddy server and
    >> 1and1 can access it, Verve should have no problem either, but it fails.
    >> Iam wondering what is diffrent in
    >> their setup that won't let me go out ro and external database.
    >> --
    >>

    >
    > Maybe Verve has simply a firewall in place which simply blocks any
    > traffic on ports other than the HTTP-Port (80).
    >
    > Hans
    >
    >
    >


    That may be so. I'll ask them. Thanks for the suggestion.

    --
    Read and be merry http://blog.rankarmor.com

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •