Groundspeak Portal

The Language of Location
Welcome to Groundspeak Portal Sign in | Join | Help
in
Home Blogs Forums

How do I change my avatar

Last post 10-17-2009, 1:08 PM by gt.us. 4 replies.
Sort Posts: Previous Next
  •  08-15-2009, 12:01 PM 24224

    How do I change my avatar

    I dunno where this belongs, so I'll post it here. When I try to upload an avatar for these forums I get the following message:

    Server Error in '/' Application.

    Runtime Error

    Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

    Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".

    <!-- Web.Config Configuration File -->

    <configuration>
    <system.web>
    <customErrors mode="Off"/>
    </system.web>
    </configuration>

    Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.

    <!-- Web.Config Configuration File -->

    <configuration>
    <system.web>
    <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
    </system.web>
    </configuration>


    Help!
  •  09-22-2009, 12:37 AM 25395 in reply to 24224

    Re: How do I change my avatar

    I had the same problem yesterday, but I just ignored it.
    When I entered forum after that, my new avitar was there, but today I see it's no longer there....Strange
  •  09-22-2009, 10:57 AM 25414 in reply to 25395

    Re: How do I change my avatar

    I tried to DL a image for my avatar as well. I have it in my profile but nothing here. Swizzle
  •  10-17-2009, 12:00 PM 26054 in reply to 24224

    Re: How do I change my avatar

    I'm having the same problem.
  •  10-17-2009, 1:08 PM 26057 in reply to 26054

    Re: How do I change my avatar

    Perhaps shrinking the size of the Avatar will help?
View as RSS news feed in XML
Powered by Community Server, by Telligent Systems