Author [EN] [PL] [ES] [PT] [IT] [DE] [FR] [NL] [TR] [SR] [AR] [RU] Topic: An Error Has Occurred  (Read 938 times)

0 Members and 1 Guest are viewing this topic.

Offline Dan

  • N Forum Veteran
  • Nude and Natural with FKK!
  • ****
  • Posts: 2555
  • Country: ca
  • location: Montreal
  • Gender: Male
  • Age: 28
  • Referrals: 0
Re: An Error Has Occurred
« Reply #15 on: August 26, 2010, 06:52:02 pm »
SMF: Small Machines Forum, it's the name of the software that run this board (and Karla's)
Debian: A Linux distribution. A Linux operating system is made of many, many parts. When you put them all together, it's called a distribution. Debian is a popular one for servers.
Lexing: The act of taking tokens from source code and giving them meaning. For instance it would transform the 4 letters of "goto" in a single token that have a meaning
Parsing: The act of assembling the tokens previously lexed according to the rules of the language
Zend: The company now behind PHP
PHP: A popular quick and dirty programming language targeted toward the web, SMF is written in it.
"Chastity - the most unnatural of all the sexual perversions."
— Aldous Huxley

Offline Karla

  • Bitte korrigieren sie mein Deutsch wenn es falsch ist. Ich muss lernen es zu sprechen.
  • Female Chat
  • Nude and Natural with FKK!
  • ****
  • Posts: 729
  • Country: de
  • location: Munich
  • Gender: Female
  • Age: 37
  • Ich spreche nicht viel Deutsch!
  • Referrals: 0
    • Unsustainable Future
Re: An Error Has Occurred
« Reply #16 on: August 26, 2010, 10:13:50 pm »
By the way, I seem to have found what is required to get my forum running again. I unticked 'Use database driven sessions'. I will have to find out more about how to clear out obsolete session data from the database.

Offline Dan

  • N Forum Veteran
  • Nude and Natural with FKK!
  • ****
  • Posts: 2555
  • Country: ca
  • location: Montreal
  • Gender: Male
  • Age: 28
  • Referrals: 0
Re: An Error Has Occurred
« Reply #17 on: August 26, 2010, 10:21:11 pm »
By the way, I seem to have found what is required to get my forum running again. I unticked 'Use database driven sessions'. I will have to find out more about how to clear out obsolete session data from the database.

This means you are back at PHP's regular session handling. Their strategy is to save every session to disk (which fails if you are using more than one server but I doubt your board is *that* popular). If there's no coding errors and funky issues with php.ini, you should be fine.

I can't figure out why the SMF guys replaced PHP's session handling with something less reliable...
"Chastity - the most unnatural of all the sexual perversions."
— Aldous Huxley

Offline dmutah

  • N Forum Veteran
  • Nude and Natural in Sandals
  • ****
  • Posts: 311
  • Country: us
  • location: utah
  • Gender: Male
  • Age: 23
  • Referrals: 5
Re: An Error Has Occurred
« Reply #18 on: August 26, 2010, 11:17:58 pm »
I think it is great that this group has people that care and have the understanding of this kind of stuff to keep this group going. Thank you. :66664333

Offline Wolfboy

  • Mowgli, grown up
  • Global Moderator
  • Nude and Natural with FKK!
  • ******
  • Posts: 2700
  • Country: be
  • location: Fantasia
  • Gender: Male
  • Age: 33
  • "There`s only one way of Life and that`s your own!
  • Referrals: 6
Re: An Error Has Occurred
« Reply #19 on: August 27, 2010, 06:26:40 pm »
SMF: Small Machines Forum, it's the name of the software that run this board (and Karla's)
Debian: A Linux distribution. A Linux operating system is made of many, many parts. When you put them all together, it's called a distribution. Debian is a popular one for servers.
Lexing: The act of taking tokens from source code and giving them meaning. For instance it would transform the 4 letters of "goto" in a single token that have a meaning
Parsing: The act of assembling the tokens previously lexed according to the rules of the language
Zend: The company now behind PHP
PHP: A popular quick and dirty programming language targeted toward the web, SMF is written in it.


Thanks for the explanation Dan
It's a lot clearer now
"For the strength of the pack is the Wolf, and the strength of the Wolf is the pack...." — Joseph Rudyard Kipling

Offline DiElle

  • Topfree
  • **
  • Posts: 21
  • Country: it
  • location: Reggio Emilia
  • Gender: Male
  • Age: 31
  • Referrals: 0
    • Facebook
Re: An Error Has Occurred
« Reply #20 on: September 06, 2010, 09:58:23 pm »
Often when i want to reply or quote to a post i get to see this message:

Quote
An Error Has Occurred!
Session verification failed. Please try logging out and back in again, and then try again.


Can it be that it is a problem with my computer or am i doïng something wrong?



I have the same problem... even  clearing the cache and cookie I can't find solution with Safari.
With other browser, everything works fine!!

Offline Wolfboy

  • Mowgli, grown up
  • Global Moderator
  • Nude and Natural with FKK!
  • ******
  • Posts: 2700
  • Country: be
  • location: Fantasia
  • Gender: Male
  • Age: 33
  • "There`s only one way of Life and that`s your own!
  • Referrals: 6
Re: An Error Has Occurred
« Reply #21 on: September 07, 2010, 06:01:54 am »
I have the same problem... even  clearing the cache and cookie I can't find solution with Safari.
With other browser, everything works fine!!



I also cleared up the cache and cookies but i still see "An Error Has Occurred" appear from time to time... Although not that often anymore
"For the strength of the pack is the Wolf, and the strength of the Wolf is the pack...." — Joseph Rudyard Kipling

Offline Karla

  • Bitte korrigieren sie mein Deutsch wenn es falsch ist. Ich muss lernen es zu sprechen.
  • Female Chat
  • Nude and Natural with FKK!
  • ****
  • Posts: 729
  • Country: de
  • location: Munich
  • Gender: Female
  • Age: 37
  • Ich spreche nicht viel Deutsch!
  • Referrals: 0
    • Unsustainable Future
Re: An Error Has Occurred
« Reply #22 on: September 07, 2010, 09:27:43 am »
I never did find a way of getting the forum to use database driven sessions on the new server. I asked on the simple machines forum but no one answered. They aren't too helpful I find.

I tried emptying the relevant table in the database but that didn't help either.

It's useful to know how many people are suffering from this problem and how frequently before making any changes onthe server side. The last thing you want to do is to destroy the entire forum for a minor problem. I always make a full back-up of the database before changing any of the settings.

Is it a problem that's developed over time and is getting worse for example?

Offline Dan

  • N Forum Veteran
  • Nude and Natural with FKK!
  • ****
  • Posts: 2555
  • Country: ca
  • location: Montreal
  • Gender: Male
  • Age: 28
  • Referrals: 0
Re: An Error Has Occurred
« Reply #23 on: September 07, 2010, 04:40:47 pm »
I never did find a way of getting the forum to use database driven sessions on the new server. I asked on the simple machines forum but no one answered. They aren't too helpful I find.

And their software isn't open source either which is good if you like check and balance. Being open source means that if you do a crappy job, it's possible to fork and go on. The SMF guys want forking to require their written permission.
"Chastity - the most unnatural of all the sexual perversions."
— Aldous Huxley