setup forum on Godaddy servers
Printed From: Web Wiz Forums
Category: Web Wiz Web App Support Forums
Forum Name: Web Wiz Forums
Forum Description: Support forum for Web Wiz Forums application.
URL: https://forums.webwiz.net/forum_posts.asp?TID=23436
Printed Date: 07 April 2026 at 11:19am Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com
Topic: setup forum on Godaddy servers
Posted By: oldgym
Subject: setup forum on Godaddy servers
Date Posted: 31 May 2007 at 9:09pm
anyone succesful at installing the SQL version of 8.0a forum on godaddy hosting server?
I was running the access version successfully but need to upgrade because of heavy traffic. so i created a SQL database with godaddy and plugged in the info into the database_connections.asp file.
when running the mssql_server_setup.asp file i get the following error
Error Connecting to database on SQL Server
Check the following is set up and correct:-
SQL Server User Name SQL Server Password Name of the SQL Server Database name set up by you on the server Empty Database set up by you on the SQL Server
Check also that you have entered the correct details in the file 'database_connection.asp' found in the 'database' directory. ---------------------------------------
anyone with experience with go daddy please help.
thanks in advance
|
Replies:
Posted By: WebWiz-Bruce
Date Posted: 01 June 2007 at 8:11am
The error means that the details you have entered to connect to the SQL Server are incorrect. Contact GoDaddy for the correct details.
------------- https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting
|
Posted By: oldgym
Date Posted: 01 June 2007 at 12:40pm
turns out I had a typo in my database file. for future godaddy hosting customers, godaddy really has a generic support system.
they are easy to get to and available 24/7, they are in the USA and speak good english but all they could tell me was that the SQL DB is setup correctly bye bye!!
you are pretty much left in the dark for anything other then basic providing of information. I suggest anyone that has a website racking in big bucks, not to go with godaddy because if something happens you really cant get anyone behind the scenes to investigate.
as for me, my websites are small time so i get what i pay for.
Thanks, Borg and the rest of the webwiz family,
ps. I really love yourapplications and am waitng for9.0
|
Posted By: WebWiz-Bruce
Date Posted: 01 June 2007 at 1:12pm
If you ever have enough of GoDaddy you can always checkout our hosting at http://www.webwiz.net - www.webwiz.net and can even setup Web Wiz Forums for you on your hosting account.
We will also be launching a range of Web Wiz Forums only hosting packages so if you only wanted your forum hosted and not your whole site there will be cheaper options available for that.
------------- https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting
|
Posted By: jman 31
Date Posted: 07 June 2007 at 10:02pm
I am getting the same error that you got at godaddy, oldgym. If you don't mind my asking was it a spelling error on your part or in the file itself?
Thanks
Jman
|
Posted By: oldgym
Date Posted: 08 June 2007 at 4:04am
you need to make sure your database_connection.asp settings are as follows, only fill in the red areas...
strSQLServerName = "servername-secureserver.net" 'Holds the name of the SQL Server (This is the name/location or IP address of the SQL Server) strSQLDBUserName = "oldgym-username" 'Holds the user name (for SQL Server Authentication) strSQLDBPassword = "oldgym-password" 'Holds the password (for SQL Server Authentication) strSQLDBName = "DB-namehere" 'Holds the name of the database
'Initilise the DB Connection String strCon = "Server=" & strSQLServerName & ";User ID=" & strSQLDBUserName & ";Password=" & strSQLDBPassword & ";Database=" & strSQLDBName & ";" End If
------------------------------------------
goaddy offers 1 sql database with shared hosting so i suggest you take advantage of that instead of using access.
also godaddy does have the aspupload component installed on all servers so all you have to do is add permissions to the uploads folder and posting files and images are available.
|
Posted By: jman 31
Date Posted: 08 June 2007 at 2:28pm
Thanks for the reply oldgym,
I have entered what I believe are the proper settings and still get the same results. The thing I'm not sure of is the "server-name"
I have two IP's to choose from. I get one from the godaddy server, but when I click on the mysql database it transfers me to "star technologies PHP" page and it has a different IP. I have tried using both of these IP's with the same results. Maybe I'm not supposed to be using an IP?
Jman
Its also telling me,
"You need to have myODBC Driver version 3.51 installed on the server".
How do I know if thats done or not?
|
Posted By: oldgym
Date Posted: 08 June 2007 at 10:17pm
call godaddy support they can get you the exact information you need. like my post above make sure you put the info in the correct place in the connections page.
mysql on godaddy is running the correct version so it should work.
|
|