|
When I attempt to post a question it returns "Internal error"
Also the cancel button dosen't seem to cancel.
No wonder there are no questions posted.
PS. how long has that section been there ?
I Havent seen it before. Or am I just cracking up ?
|
|
|
|
|
Was just added last night. The feeling was to have quick answers and the discusions merged into just the quick answers. We will look into it, I'm sure someone already is looking into why its not working...
|
|
|
|
|
I got the same error you got...
|
|
|
|
|
All fixed. Sorry about that.
cheers
Chris Maunder
|
|
|
|
|
Ok so I wasn't going crazy(er),
It is new.
Thanks Vince and Chris for all of your Good and Hard work.
The new section may pick up more questions.
|
|
|
|
|
on the RootAdmin / My Settings / Newsletter tab, Feedback checkbox still references CodeProject (or are these duplicates of the CP emails?). On the Public Profiles tab the Biography text description still references CodeProject.
|
|
|
|
|
Gotcha, thanks, will clean this up. 
|
|
|
|
|
I tried to comment on an article and clicked the comment button but nothing happens
|
|
|
|
|
Which browser? There has been a site update today so you may want to try again.
cheers
Chris Maunder
|
|
|
|
|
|
Should be good now.
cheers
Chris Maunder
|
|
|
|
|
codeproject credentials not accepted. I had to create a new account
|
|
|
|
|
Was there any error that was shown? Or did it simply fail?
cheers
Chris Maunder
|
|
|
|
|
the error message was related to my email address not being in the system.
don't remember the exact message.
|
|
|
|
|
same thing happened to me. I used my CP login info and it took me to the "create a new account page" and I filled in the form with the same information that is on CP...there were no error messages.
|
|
|
|
|
It says 421, but I see the 427 ID. Why the discrepancy?
|
|
|
|
|
I would guess we had some test users created and deleted with the ID's likely not recycling.
|
|
|
|
|
Deleting accounts already? Those people need to be flogged. Testers and jokesters alike. 
|
|
|
|
|
They are ninja accounts. You never see them, you never hear them. Until it's too late...
cheers
Chris Maunder
|
|
|
|
|
|
Hmm, not too sure, its working for others, I'll look into in the morning.
|
|
|
|
|
Nope, I have the same issue.
|
|
|
|
|
There is a " and RootAdmin." missing in your biography ( I let you find where). 
|
|
|
|
|
Security: It’s Getting Worse[^] has the issue still.
public class SysAdmin: Employee
{
public override void DoWork(IWorkItem item){
if (item.User.Type == UserType.NoLearn){
throw new NoIWillNotFixYourComputerException(new Luser(item.User), "STOP GIVING ME THE SAME ISSUE EVERY 30 SECONDS!!!");
}else{
base.DoWork(item);
}
}
}
|
|
|
|
|