in

Community Server

The platform that enables you to build rich, interactive communities
All Tags » godaddy (RSS)

Browse by Tags

  • Re: Setting up email for GoDaddy hosted sites.

    Not that it is a big deal but caused me a lot of grief until i caught it, im just posting this in case someone else has the issue as well. i noticed by copying the above code it was missing the ending of the function as i have highlighted below end function %>
    Posted to Help and Support (Forum) by nflcrazy on 08-05-2010
  • Re: Different 80004005 error

    I suspect you may be having permissions trouble. It appears you can log in fine, so you have the appropriate permissions to read the database. But when you try to write to the db this error appears. You should look in to permissions for the db within the access_db folder. Cheers Rob
    Posted to Help and Support (Forum) by Rob on 09-02-2009
  • Re: Help setting up the database file path.

    It was bound to be one of those :). For anyone on godaddy, this is what you want to use in your config.asp: 'Location of the database. const DATABASE_FILE_PATH = "/access_db/nfl.mdb" Just be sure to upload the NFL.mdb file to your access_db folder (rather than the pool/data folder).
    Posted to Help and Support (Forum) by mikehall on 08-21-2009
  • Re: Setting up email for GoDaddy hosted sites.

    Two things to try: Remove these lines: cdoConfig.Fields.Item ("http://schemas.microsoft.com/cdo/configuration/sendusername") = "your_email_address" cdoConfig.Fields.Item ("http://schemas.microsoft.com/cdo/configuration/sendpassword") = "your_email_password" And...
    Posted to Help and Support (Forum) by mikehall on 08-20-2009
  • Re: Setting up on GoDaddy

    It looks like the ASP script is not getting processed. Check with godaddy and make sure you're set up on a Windows host.
    Posted to Help and Support (Forum) by mikehall on 08-19-2009
  • Setting up email for GoDaddy hosted sites.

    If you're hosting your site via GoDaddy, you can use the following code to enable email (just replace the SendMail() function located in includes/email.asp). Be sure to change your_email_address and your_email_password to appropriate values. '-------------------------------------------------...
    Posted to Help and Support (Forum) by mikehall on 08-14-2009
Page 1 of 1 (6 items)
Powered by Community Server (Non-Commercial Edition), by Telligent Systems