T O P I C R E V I E W |
balderdact |
Whenever I try to click on my profile or try to edit my profile, this pops up:
Edit user profile
ADODB.Recordset error '800a0cc1'
Item cannot be found in the collection corresponding to the requested name or ordinal.
/forums/memberprofile.asp, line 621
|
Captain Triceps |
Definitely sounds like some sort of technical issue. |
silver |
quote: Originally posted by balderdact:
Whenever I try to click on my profile or try to edit my profile, this pops up:
Thanks for the report, I also fixed the rego issue you reported in the chat room yesterday.
I made changes to the profile system to handle new stream servers and other cool things I put into beta last week, I'll take a look now and fix :)
Edit: Should be fixed, please let me know otherwise :) |
balderdact |
Now when I try to edit or go to profile it says:
Microsoft OLE DB Provider for ODBC Drivers error '80040e14'
[Microsoft][ODBC SQL Server Driver][SQL Server]The multi-part identifier "RAM.ExpiryDate" could not be bound.
/lib/DataBaseConnectionVariables.asp, line 67
|
silver |
1 more go, I forgot to join the table, should be okay, but let me know otherwise :)
Edit: I did extended testing and it is working okay now :) |
balderdact |
Thanks so much it works now! :D |
Triquatra |
"my area" through the menu up top returns an error too!
Server object error 'ASP 0177 : 800401f3'
Server.CreateObject Failed
/forums/inc_mytabs.asp, line 73
800401f3 |
Samination |
quote: Originally posted by Triquatra:
"my area" through the menu up top returns an error too!
Server object error 'ASP 0177 : 800401f3'
Server.CreateObject Failed
/forums/inc_mytabs.asp, line 73
800401f3
My Area has been like that for ages |
Rodz90 |
Why are you allowing your error messages to be exposed?
Use something like ELMAH, and give a proper error page to your users. Then you can check exceptions at your own leisure and have a proper log to go back too.
Or better yet use New Relic... |
silver |
My area needs to be redone, wouldn't be too hard actually.
Error message were being displayed because I put more functions onto the site the other week for donating members. |