Trouble accessing the forums

 
Post new topic   Reply to topic    Tales Series Forum Index -> Forum Rules and Suggestions
View previous topic :: View next topic  
Author Message
Blue



Joined: 04 May 2005
Posts: 13801
Location: Feel my Kappa

PostPosted: Sun Nov 08, 2009 9:38 am    Post subject: Trouble accessing the forums Reply with quote

Moontoon just told me that she's had problems coming to the forums, since this happens when she tries. And if tries to see her own posts, this happens.

So what's going on?
_________________
[My youtube videos]
Back to top
View user's profile Send private message Send e-mail Visit poster's website MSN Messenger
Moontoon



Joined: 17 Aug 2006
Posts: 9439
Location: Sweden

PostPosted: Sun Nov 08, 2009 9:41 am    Post subject: Reply with quote

Lol it works now. That was weird though Sad
_________________

-:[My forums]:ll:Lloyd FC:ll:[DeviantArt]:ll:[Youtube]:ll:Tumblr:-
Back to top
View user's profile Send private message Send e-mail Visit poster's website MSN Messenger
Blue



Joined: 04 May 2005
Posts: 13801
Location: Feel my Kappa

PostPosted: Sun Nov 08, 2009 9:43 am    Post subject: Reply with quote

Might as well use the topic to ask what was that error about
_________________
[My youtube videos]
Back to top
View user's profile Send private message Send e-mail Visit poster's website MSN Messenger
Lunar Eclipse
Administrator


Joined: 21 May 2004
Posts: 21368
Location: U.S.A.

PostPosted: Sun Nov 08, 2009 10:28 am    Post subject: Reply with quote

I think I saw the same thing once a looooong time ago, but I assume it's just some random fluke thing that no one can really put a stop to.
_________________
Back to top
View user's profile Send private message AIM Address
Moontoon



Joined: 17 Aug 2006
Posts: 9439
Location: Sweden

PostPosted: Sun Nov 08, 2009 10:32 am    Post subject: Reply with quote

Ah. It worked again when I closed and reopened my browser =/
_________________

-:[My forums]:ll:Lloyd FC:ll:[DeviantArt]:ll:[Youtube]:ll:Tumblr:-
Back to top
View user's profile Send private message Send e-mail Visit poster's website MSN Messenger
Shadowfox
Moderator


Joined: 29 Jul 2004
Posts: 21725
Location: Make mine Mayday! 'nuff said...

PostPosted: Mon Nov 09, 2009 12:29 am    Post subject: Reply with quote

I'm no expert but I'm assuming it's a glitch of some sort. Confused
_________________
*Sig by WarriorAngel01*

Rise, <3's P4 wife
Alkaid and Shino are <3
Back to top
View user's profile Send private message
Laogeodritt



Joined: 13 Aug 2004
Posts: 15102
Location: Let me play not Man's music, but the music of Nature herself!

PostPosted: Mon Nov 09, 2009 7:11 pm    Post subject: Reply with quote

Technical explanation:

Since conducting fulltext searches is relatively resource-intensive, PHPBB caches the results of searches in case someone makes the same search again. This is what that MySQL statement does - it tells the MySQL database server to store data corresponding to a search.

The error is that there is a duplicate ID. In SQL databases, you can define a "primary key" as being a certain column in a database table; in that case, each row has to have a UNIQUE value in the primary-key column. This is often used to assign unique IDs to rows for retrieval.

Here, for some reason, PHPBB specified, in that primary-key column, a key that was already used in that search-caching table. An INSERT statement was used (meaning "insert a new row into the table"), not an UPDATE statement (which modifies existing rows); since a primary key has to be unique, it gave out an error since it can't create a new row with a duplicatevalue for the primary key.

Why this happened, I couldn't tell you. Odd bug that nobody ever bothers trying to trace, or even is capable of tracing.
_________________

Cogito ergo sum. | Writers' Guild
Back to top
View user's profile Send private message Visit poster's website AIM Address MSN Messenger
Display posts from previous:   
Post new topic   Reply to topic    Tales Series Forum Index -> Forum Rules and Suggestions All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum




Powered by phpBB © 2001, 2005 phpBB Group