DiGiTAL.SkReAM
-
Total Posts
:
1259
- Scores: 7
-
Reward points
:
0
- Joined: 9/7/2005
- Location: Clearwater, FL, USA
-
Status: offline
|
Cannot change avatar
Sunday, May 14, 2006 1:36 AM
( permalink)
When i try to upload a file for my avatar image, I get some weird DB error: 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>
"Would you like to touch my monkey?" - Dieter (Mike Meyers) "It is better to die like a tiger, than to live like a pussy." -Master Wong, from Balls of Fury
|
|
|
|
Country73
-
Total Posts
:
754
- Scores: 10
-
Reward points
:
0
-
Status: offline
|
RE: Cannot change avatar
Tuesday, May 16, 2006 6:09 AM
( permalink)
Are you having a problem with the avatar you had previously, or just with adding a new one? Is it within the size limit - (290 X 290) Max. 9,999KB?
|
|
|
|
DiGiTAL.SkReAM
-
Total Posts
:
1259
- Scores: 7
-
Reward points
:
0
- Joined: 9/7/2005
- Location: Clearwater, FL, USA
-
Status: offline
|
RE: Cannot change avatar
Wednesday, May 17, 2006 2:20 AM
( permalink)
The avatar is well within the size limit of 145 x 145, 50kb. Maybe you have different avatar limits than I do. In any case... I am trying to upload a new avatar image - have tried several - and it says that it uploads successfully, BUT when I click ok or apply at the bottom of the My Profile page... it gives e that big Server Error. It seems like your code is making bad database calls or something...(see my first post for details on the error)
"Would you like to touch my monkey?" - Dieter (Mike Meyers) "It is better to die like a tiger, than to live like a pussy." -Master Wong, from Balls of Fury
|
|
|
|
Admin
-
Total Posts
:
1085
- Scores: 0
-
Reward points
:
0
- Joined: 6/22/2005
-
Status: offline
|
RE: Cannot change avatar
Friday, May 19, 2006 2:25 AM
( permalink)
Thank you for your finding. This problem will be fixed soon, hopefully on Monday or Tuesday.
|
|
|
|
Admin
-
Total Posts
:
1085
- Scores: 0
-
Reward points
:
0
- Joined: 6/22/2005
-
Status: offline
|
RE: Cannot change avatar
Thursday, June 01, 2006 4:13 PM
( permalink)
|
|
|
|