Search

You searched for the word(s): userid:649009

Matching Posts

  • Re: Debugging the Club website locally?

    So I guess that means no luck connecting to the server's database. How do most of you do your debugging?
    Posted to Club Web Site Starter Kit (Forum) by s3rock on 3/24/2006
  • Download Calendar Events to Outlook

    Anyone got the download of calendar events to work? If I save the file and then open it all is good. If I try and open it directly without saving it, it fails.
    Posted to Club Web Site Starter Kit (Forum) by s3rock on 3/23/2006
  • Re: weird sql server error on first time loading the site

    No error for me when I clicked your link. Since you are just starting out, a word of caution. Whenever you add events, news, locations, ect... if there is a text box, put something in there! Even if it is just a <space>. The code doesn't check for this and will cause errors when you try and view/edit/delete them (DBNULL to String errors). Make sure to check out the thread on bug fixes. Good luck Mark
    Posted to Club Web Site Starter Kit (Forum) by s3rock on 3/23/2006
  • Debugging the Club website locally?

    I followed the Godaddy setup instructions and have the site up and running. However, I am coming to find this thing is full of bugs. I started out locally on my PC but had problems whenever I made a login an administrator. It would no longer work. I decided to go ahead and try things out on a real webserver. Well the admin problems went away. Now I want to go in and make some changes. Is there an easy way to do this? Can I connect to the SQL db on Godaddy from my local PC and use VWD? If so, how
    Posted to Club Web Site Starter Kit (Forum) by s3rock on 3/23/2006
  • Re: Cannot Add/Edit/Remove Events - Unhandled Exception

    The problem had to do with Locations having Null fields in the description and direction fields. Once I fixed them, I could then edit/add events.
    Posted to Club Web Site Starter Kit (Forum) by s3rock on 3/23/2006
  • Re: Unable to update Email field

    The problem is that the code checks for a difference but doesn't update the database. Here's the fix in membership_details.aspx Protected Sub update_Click(ByVal sender As Object, ByVal e As System.EventArgs) Dim user As MembershipUser = Membership.GetUser() Dim da As New DataSetTableAdapters.MemberInfoTableAdapter If Email.Text <> user.Email Then user.Email = Email.Text Membership.UpdateUser(user) End If Try da.Update(CType(user.ProviderUserKey, Guid), Addr.Text, Phone.Text, fname.Text, lname
    Posted to Club Web Site Starter Kit (Forum) by s3rock on 3/22/2006
  • Cannot Add/Edit/Remove Events - Unhandled Exception

    I get the following errors when I try and do anything with events. The first time I could add one but now nothing works. What's going on and did the rest of you experience this as well? Its hard to believe these templates were released with so many problems! Conversion from type 'DBNull' to type 'String' is not valid. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated
    Posted to Club Web Site Starter Kit (Forum) by s3rock on 3/22/2006
  • Re: GoDaddy Installation Walkthrough

    New to all this. I had the Econ package from GoDaddy. I assumed that the ClubSite starter would work with that package since there is a link to it! I don't think it will though. I upgraded and got it up and working but still have a few kinks to work out. Mainly problems with converting DBNULLS to strings.
    Posted to Club Web Site Starter Kit (Forum) by s3rock on 3/22/2006
  • I get Conversion from type 'DBNull' to type 'String' is not valid.

    I get the following errors when I try and access certain pages. It is caused by not populating all the text boxes with data and subsequent viewing causes these conversion errors. Does any one else experience this? How have you guys worked around this problem? Conversion from type 'DBNull' to type 'String' is not valid. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated
    Posted to Club Web Site Starter Kit (Forum) by s3rock on 3/22/2006
  • Re: GoDaddy Installation Walkthrough

    I made it to step 12 and am now stuck. Can you help? I don't see a Tools menu to expand. My screen is a phpAdmin page that has MySQL and phpMyAdmin on it. Under MySQL there is Show Processes, Databases, Export, Log Out. I can run SQL query on the database but I get the following error " #1064 - You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '[Albums] ( [albumid] [int] IDENTITY (1, 1) NOT NULL , [titl" This is at
    Posted to Club Web Site Starter Kit (Forum) by s3rock on 3/20/2006
Page 1 of 2 (11 items) 1 2 Next >