blimeymarkfiend wrote:Unlimited bandwidth, unlimited mySQL databases, unlimited domains, 160GB storage, right on the ISP's backbone...
500 Internal Server Error
- 6FeetOver
- Childlike Empress
- Posts: 7683
- Joined: 25 Jan 2002, 00:00
- Location: way on down south, New London town...
- Contact:
After several 500 errors in a row, I got this:
"General Error
Could not obtain topic information
DEBUG MODE
SQL Error : 1053 Server shutdown in progress
SELECT t.*, u.username, u.user_id, u2.username as user2, u2.user_id as id2, p.post_time, p.post_username FROM phpbb_topics t, phpbb_users u, phpbb_posts p, phpbb_users u2 WHERE t.forum_id = 2 AND t.topic_poster = u.user_id AND p.post_id = t.topic_last_post_id AND p.poster_id = u2.user_id AND t.topic_type = 2 ORDER BY t.topic_last_post_id DESC
Line : 297
File : viewforum.php"
"General Error
Could not obtain topic information
DEBUG MODE
SQL Error : 1053 Server shutdown in progress
SELECT t.*, u.username, u.user_id, u2.username as user2, u2.user_id as id2, p.post_time, p.post_username FROM phpbb_topics t, phpbb_users u, phpbb_posts p, phpbb_users u2 WHERE t.forum_id = 2 AND t.topic_poster = u.user_id AND p.post_id = t.topic_last_post_id AND p.poster_id = u2.user_id AND t.topic_type = 2 ORDER BY t.topic_last_post_id DESC
Line : 297
File : viewforum.php"
I left my heart in Ballycastle...
- MadameButterfly
- HL's mystical safekeeper
- Posts: 6940
- Joined: 12 Jul 2005, 09:29
- Location: in my own galaxy
Okay I haven't read from page one, but I got them whilst in HL from posting in open forum and then going into my PM box, that 500 thingy.
And one of my post's didn't come through, the submit button had been pushed and it just took forever and then carried on me thinking it had gone through but got lost.
(Probably not relevant)
But that HTTP 500 fault is still a fault.
And one of my post's didn't come through, the submit button had been pushed and it just took forever and then carried on me thinking it had gone through but got lost.
(Probably not relevant)
But that HTTP 500 fault is still a fault.
it's all about circles and spirals
that ongoing eternity
that ongoing eternity
- Quiff Boy
- Herr Administrator
- Posts: 16794
- Joined: 25 Jan 2002, 00:00
- Location: Lurking and fixing
- Contact:
yeah, it was struggling yesterday
no updates on the dedicated server yet i'm afraid. it says their turnaround is 'up to a few weeks', so it shouldn't be too long now...
meanwhile, i'll mention to their support that there was a bit of trouble yesterday and see of that hurries them along
no updates on the dedicated server yet i'm afraid. it says their turnaround is 'up to a few weeks', so it shouldn't be too long now...
hang on in thereYou are on the waiting list for a DreamHost PS. We will notify you via email when complete, in up to a few weeks
meanwhile, i'll mention to their support that there was a bit of trouble yesterday and see of that hurries them along
What’s the difference between a buffalo and a bison?
Without going wildly OT.markfiend wrote:Not trying to a pain QB but have you looked at phpBB3 again recently? It's in 'proper' release now; I installed it for a client and it's a dream. I'm guessing it would be a pain in the unmentionables to upgrade though...
Did you find any nasties along the way?
We are thinking of upgrading cureconnections & are going to wait until the end of the European leg of the tour to avoid downtime when people want to see news.
Just keen to know bugs if any & fixes/workarounds to be sure we can do it.
- Quiff Boy
- Herr Administrator
- Posts: 16794
- Joined: 25 Jan 2002, 00:00
- Location: Lurking and fixing
- Contact:
no real nasties other than the time it takes to port all the posts across & then re-run the scripts to populate the search tablesPista wrote:Without going wildly OT.markfiend wrote:Not trying to a pain QB but have you looked at phpBB3 again recently? It's in 'proper' release now; I installed it for a client and it's a dream. I'm guessing it would be a pain in the unmentionables to upgrade though...
Did you find any nasties along the way?
We are thinking of upgrading cureconnections & are going to wait until the end of the European leg of the tour to avoid downtime when people want to see news.
Just keen to know bugs if any & fixes/workarounds to be sure we can do it.
this might not be long for a small forum, but it takes a few hours for heartland... i'm thinking that cure site is quite large too
how the process works is:
1) install a fresh phpBB3 to a new database
2) go to the admin section and select 'upgrade'
3) tell it the location of the phpBB2 files
4) hit GO
it then runs a set of scripts that use your old forum php files to locate your phpbb2 database and copy everything to a new one
what this means is that:
1) you need 2 mysql databases (or if you only have 1, you need to specify a different prefix on the phpbb3 tables so that they dont overwrite the phpbb2 tables)
2) your existing phpbb2 database will remain untouched (meaning you can always roll back if needs be )
3) if your phpbb2 database is large (heartland's is over 200mb) you need to make sure your hosting company give you enough space to create a new one of a similar size while it copies all the data from the old one to the new one
you will also loose any non-standard phpbb2 addons you have installed (eg: heartland would loose all the birthdays, and the gallery integration would break)
also, from what i recall, phpbb3 comes with the ability to upload file attachments turned ON by default. this strikes me as a bit of an admin nightmare, so if you dont want people to be able to attach files to posts be sure to turn this off in the admin panel ASAP!
i think thats about it, but i will let you know if there's anything else i think of.
basically, the more 'out of the box' your phpbb2 installation is, the easier it will be.
and remember, it leaves your old phpbb2 database untouched, so you can always roll back to it if it all goes tits up
What’s the difference between a buffalo and a bison?
- Quiff Boy
- Herr Administrator
- Posts: 16794
- Joined: 25 Jan 2002, 00:00
- Location: Lurking and fixing
- Contact:
and back on track, my hosting company pointed me in the direction of this:
http://wiki.dreamhost.com/index.php/CPU_Resources_FAQ
i spotted this but, in particular:
we're not running the software they give a specific metric for (ie: SMF) but it might still make quite a difference.
we'll see... fingers crossed
http://wiki.dreamhost.com/index.php/CPU_Resources_FAQ
i spotted this but, in particular:
we were running with gzip compression on (and have been since day one afaicr), so i've turned it off as of about 30 seconds ago, so lets see if that makes any difference.Quick Tip: If you are running software that compresses the pages with zlib (many forum scripts have this option), disable compression. This will increase your bandwidth usages slightly, but drastically reduces CPU usage. When running SMF (Simple Machines Forum), this lowers CPU usage by roughly 75%.
we're not running the software they give a specific metric for (ie: SMF) but it might still make quite a difference.
we'll see... fingers crossed
What’s the difference between a buffalo and a bison?
- robertzombie
- Overbomber
- Posts: 4382
- Joined: 05 Sep 2005, 12:49
- Location: London
So far so good...
- robertzombie
- Overbomber
- Posts: 4382
- Joined: 05 Sep 2005, 12:49
- Location: London
^^
And upon pressing submit on that last post I got:
And upon pressing submit on that last post I got:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@myheartland.co.uk and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
- Quiff Boy
- Herr Administrator
- Posts: 16794
- Joined: 25 Jan 2002, 00:00
- Location: Lurking and fixing
- Contact:
it does, doesn't it? i thought it was just my imaginationmh wrote:Seems quite a bit snappier though - maybe it's just a bit of an identity crisis?
What’s the difference between a buffalo and a bison?
- Izzy HaveMercy
- The Worlds Greatest Living Belgian
- Posts: 8844
- Joined: 29 Jan 2002, 00:00
- Location: Long Dark Forties
- Contact:
Maybe it is just wishville thinking (oh boy), but it seems a bit more responsive here as well, indeed.
IZ.
IZ.
- MadameButterfly
- HL's mystical safekeeper
- Posts: 6940
- Joined: 12 Jul 2005, 09:29
- Location: in my own galaxy
Sorry QB but again today whilst trying to preview a post, it was taking forever and threw me out with one of the 500 faults, then when it came back all I had was the screen with TSOM Heartland Unofficial Discussion Forums and the pretty silver boarder, the rest was blank black with the message:
<input type = "hidden" name = "currency_code" va.
Don't know if that is relevant but will keep on hanging and keeping fingers crossed, even toes.
<input type = "hidden" name = "currency_code" va.
Don't know if that is relevant but will keep on hanging and keeping fingers crossed, even toes.
it's all about circles and spirals
that ongoing eternity
that ongoing eternity
Thanks Boss.
I'll pass on the tip.
Took me 20 mins to log in to read it, but I think it was worth it.
I'll pass on the tip.
Took me 20 mins to log in to read it, but I think it was worth it.
Apologies in advance if I double post this, but it is getting worse.
I can't even post messages without the whole thing stopping dead.
I stop the page & retry & double post
Some times I can't even open the site.
I can't even post messages without the whole thing stopping dead.
I stop the page & retry & double post
Some times I can't even open the site.
-
- Underneath the Rock
- Posts: 6605
- Joined: 27 Oct 2004, 21:26
- Location: People's Republic of Glasgow
- Contact:
Aye, well here's to hoping it comes quickly. If it 500s when the URL gives me a session ID, a successful refresh (when it eventually comes) will have logged me out of the site. And that means when I log in, I can't see any new posts, as it thinks I "last visited 2 minutes ago" or some such s**t.
Oh well, catch you all on the Ghostie side if it gets any worse.
Oh well, catch you all on the Ghostie side if it gets any worse.
- Quiff Boy
- Herr Administrator
- Posts: 16794
- Joined: 25 Jan 2002, 00:00
- Location: Lurking and fixing
- Contact:
i just got one aswell
the problem is that its a shared server, so i dont have that level of control over it.
still in the queue for one of their 'dreamhost ps' servers though. might have to give them a prod and see how that's going
the problem is that its a shared server, so i dont have that level of control over it.
still in the queue for one of their 'dreamhost ps' servers though. might have to give them a prod and see how that's going
What’s the difference between a buffalo and a bison?
Wasn't blaming you, Quiff Boy. But surely whoever actually runs or maintains the server can do something. Not that I really understand these things. or anything, for that matter.
Any more of that and we'll be round your front door with the quick-setting whitewash and the shaved monkey.