Problem with phpBB and the Forum

Discussion of all aspects of the website, wiki, and forums, including assistance requests and new ideas for them.

Moderator: Forum Moderators

Post Reply
Mille
Art Contributor
Posts: 350
Joined: May 6th, 2006, 11:48 am
Location: Germany

Problem with phpBB and the Forum

Post by Mille »

In art workshop some people had problems with triple post in one of my high sea threads. In consequence i couldn´t answer in the forum, and now one of the two threads is gone.

This seems strange:(((
User avatar
Kestenvarn
Inactive Developer
Posts: 1307
Joined: August 19th, 2005, 7:30 pm
Contact:

Post by Kestenvarn »

Just deleted the extra posts for you.

It was giving me errors while doing so, but seems to have gone through alright.
User avatar
ivanovic
Lord of Translations
Posts: 1149
Joined: September 28th, 2004, 10:10 pm
Location: Germany

Post by ivanovic »

Even if phpBB says that there was an error, often it does just work as expected so in short:

Do not repost if phpBB is so kind to tell you that there was an error. First check if the post was really not accepted.
Mille
Art Contributor
Posts: 350
Joined: May 6th, 2006, 11:48 am
Location: Germany

Post by Mille »

Kestenvarn wrote:Just deleted the extra posts for you.

It was giving me errors while doing so, but seems to have gone through alright.
Thank you:)
User avatar
Kestenvarn
Inactive Developer
Posts: 1307
Joined: August 19th, 2005, 7:30 pm
Contact:

Post by Kestenvarn »

Also, it is not accepting the changes to an Edit Post during these errors.
Mille
Art Contributor
Posts: 350
Joined: May 6th, 2006, 11:48 am
Location: Germany

Post by Mille »

Kestenvarn wrote:Also, it is not accepting the changes to an Edit Post during these errors.
Yes - That i just wnated to say:)
Mille
Art Contributor
Posts: 350
Joined: May 6th, 2006, 11:48 am
Location: Germany

Post by Mille »

Mille wrote:
Kestenvarn wrote:Also, it is not accepting the changes to an Edit Post during these errors.
Yes - That i just wnated to say:)
Additionally the frontpage actualizes not correctly and soemtimes there appear really strange empty posts in the forum overview with stupid timastamps as 1970

:)) Don´´t know if this helps
User avatar
Kestenvarn
Inactive Developer
Posts: 1307
Joined: August 19th, 2005, 7:30 pm
Contact:

Post by Kestenvarn »

Those sound like awesome timestamps.
longhair
Posts: 39
Joined: December 16th, 2006, 4:00 am

Post by longhair »

PHP (and UNIX in general) starts counting from midnight on January 1, 1970 (GMT). The time system is based on counting the number of seconds from then. If PHP encounters an error with the time, it will return -1 (PHP 5 does this anyway - not sure about 4) instead of the severa billion seconds it should return. Of course, that gives you 12/31/1969 23:59
User avatar
doofus-01
Art Director
Posts: 4180
Joined: January 6th, 2008, 9:27 pm
Location: USA

Post by doofus-01 »

Hi,

I think this is on topic: I'm having trouble posting an attachment, .php script isn't being read correctly (gets downloaded as a text file). It's possible it's a problem on my end, but when this happened yesterday I once got an error page that said:

Code: Select all

Could not query total filesize

DEBUG MODE

SQL Error : 2006 MySQL server has gone away

SELECT sum(filesize) as total FROM phpbb_attachments_desc

Line : 1272
File : posting_attachments.php
Then I tried to post again and it went through. Not so lucky now.
Is there a problem with the site? Can anyone else post attachments?

I understand websites sometimes have problems, but if it's something wrong with my computer, being patient won't solve anything.

Thanks.

EDIT: And of course, after I post this and go back to give one last try, it works flawlessly. Sorry, never mind...
AI
Inactive Developer
Posts: 2396
Joined: January 31st, 2008, 8:38 pm

Post by AI »

The server is just overloaded, so every once in a while, the database server or the webserver time out, giving you a whole range of errors depending on where on the site you are.
Post Reply