Wedge

Public area => Bug reports => The Pub => Archived fixes => Topic started by: Farjo on April 16th, 2012, 07:40 AM

Title: Profile error
Post by: Farjo on April 16th, 2012, 07:40 AM
When click any of the options off of the main menu's Profile option I get this error:
An Error Has Occurred!
The user whose profile you are trying to view does not exist.

It was OK on Friday morning but I was getting this error all yesterday afternoon. I can look at other people's (i,e, Arantor and 0x's) no problem. If I'm logged out I can view Farjo's profile.

It it a problem with my profile or is it happening with everyone?
Title: Re: Profile error
Post by: Nao on April 16th, 2012, 10:19 AM
If it's no longer happening to you, then it's fixed... Innit? :P

Seriously, I broke tons of things these days to make way for the PURL changes. (Which ultimately saves about 0.1s of processing time per page... It may not sound like a lot, but it adds up...!)
Title: Re: Profile error
Post by: oOo--STAR--oOo on April 16th, 2012, 10:23 AM
I would like to confirm as well that when I visit my own profile I get the message
An error has occurred.
The user whose profile you are trying to view does not exist.

Edit:
I an unable to access any part of my profile, Forum Profile, Account Settings.
Only thing I can access is skin selector.
Title: Re: Profile error
Post by: Farjo on April 16th, 2012, 10:42 AM
Quote from Nao on April 16th, 2012, 10:19 AM
If it's no longer happening to you, then it's fixed... Innit? :P
No sorry, if I log out I can view the Farjo profile, but if I'm logged in I cannot and get the error message in my first post.
Title: Re: Profile error
Post by: Nao on April 16th, 2012, 10:51 AM
Oh... Right! So it's your OWN profile :)

Quick fix would be to simply manually remove the '/do/profile/' in the URL -- I reproduced that, I'll look into it. It's obviously a bug in my recent PURL changes.

Note to Pete -- QueryString is broken in SVN, I added a parenthesis at the wrong place... I fixed it locally obviously, and it will be in my next commit, but at the rate I'm doing commits, it probably won't be immediately... I'm really upset that I'm so sick that it seems to have an influence on my ability to commit clean code... :(
Title: Re: Profile error
Post by: Arantor on April 16th, 2012, 11:54 AM
OK, I'll remember that (not like I'm going to have time to go coding today anyway, I need to move all the stuff out of my room, then assemble a large bookcase and a wardrobe, then move everything back in... despite a '2 hours to build' message on each, it's clearly going to take me all day to assemble, having done these things before)

I haven't actually got anything at present to commit anyway :( Just not had time with everything going on to really get into anything properly. :(
Title: Re: Profile error
Post by: Nao on April 16th, 2012, 12:37 PM
Fixed. Was a logic bug within the action filter.

(iiiiiiiiiiiiiiiiikea! <Chandler Bing voice>)
Title: Re: Profile error
Post by: Arantor on April 16th, 2012, 01:30 PM
It's not even Ikea, it's 'Argos', which is the cheaper and nastier version (but the furniture, if it has all the parts, is usually OK) - currently waiting for delivery, having now moved everything out of my room.
Title: Re: Profile error
Post by: Farjo on April 16th, 2012, 02:04 PM
Fixed :cool:
Title: Re: Profile error
Post by: Nao on April 16th, 2012, 02:41 PM
Quote from Arantor on April 16th, 2012, 01:30 PM
It's not even Ikea, it's 'Argos', which is the cheaper and nastier version (but the furniture, if it has all the parts, is usually OK) - currently waiting for delivery, having now moved everything out of my room.
Never even heard of that...

(Oh, and my logic bug was also the main reason why the action rewriter was 3x slower... Oops. Now it's probably no more than 2x slower, although I haven't benchmarked it.)