Database Access problems
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Plusnet Community
- :
- Forum
- :
- Help with my Plusnet services
- :
- Everything else
- :
- Database Access problems
Database Access problems
22-01-2008 8:50 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
When i go to my forum URL i get the message below.
phpBB : Critical Error
Could not connect to the database
I can still access my webspace and my main website, just forum part of things not working
Merr
Re: Database Access problems
22-01-2008 8:51 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Trying to access Joomla based page for both users and admin and get "Could not connect to the database server"
Nothing on service status
My dbase server is rumpus
Ticket Logged
Regards Mark
Re: Database Access problems
22-01-2008 9:12 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
coincidence or what

Re: Database Access problems
22-01-2008 9:14 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Re: Database Access problems
22-01-2008 9:15 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Tracert stops at:
4 24 ms 23 ms 23 ms vl23.thn-gw2.plus.net [212.159.4.20]
It looks like a problem slightly upstream of the database server itself. No doubt networks have picked it up and we should be getting a Service Status shortly.
B.
EDIT: Chris got in there

Re: Database Access problems
22-01-2008 9:53 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator

Re: Database Access problems
23-01-2008 9:09 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Re: Database Access problems
23-01-2008 10:12 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Bob Pullen
Plusnet Product Team
If I've been helpful then please give thanks ⤵
Re: Database Access problems
24-01-2008 12:01 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Re: Database Access problems
24-01-2008 12:02 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Is there a way so that instead of the database error page being displayed I can put a redirect in to another site?
Ross
http://www.RossGoodman.com (hopefully !)
Re: Database Access problems
24-01-2008 12:03 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Quote from: Bob we need to ship some new hardware down to Telehouse before we're able to bring the service back up.
Hi Bob. I have phoned this in twice over the last few days, there were no service notices posted each time the server shut down, I have a few questions you may be able to answer.
1. When the new hardware is installed and up and running, will customers databases be set up on the new server from the last backup.
2. What was the date of the last back up.
3. Why is there no backup server for times when the servers fall over.
4. Why has it taken so long for new hardware to be called in, this problem has been going on for a while, systems shutting themselves down is a classic symptom of pending hardware failure.
The last thing I would like to say is, for people with business that use the sql or any other service that fails this amount of downtime is not really acceptable we pay more for a so called better service then residential customers, where is this in this case, it seems we are all in the same boat if we use rumpus.
Re: Database Access problems
24-01-2008 12:10 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Quote from: Marteknet 1. When the new hardware is installed and up and running, will customers databases be set up on the new server from the last backup.
We've not lost the databases. It's the box itself that's died so all data will be ported across to the new server.
Quote 2. What was the date of the last back up.
As above.
Quote 3. Why is there no backup server for times when the servers fall over.
Don't worry, it's on our hitlist of naughty servers that we need to improve the resiliency of!

Quote 4. Why has it taken so long for new hardware to be called in, this problem has been going on for a while, systems shutting themselves down is a classic symptom of pending hardware failure.
It only started happening this week AFAIK.
Quote The last thing I would like to say is, for people with business that use the sql or any other service that fails this amount of downtime is not really acceptable we pay more for a so called better service then residential customers, where is this in this case, it seems we are all in the same boat if we use rumpus.
It is true that the servers are the same, however we are looking to improve resiliency.
Bob Pullen
Plusnet Product Team
If I've been helpful then please give thanks ⤵
Re: Database Access problems
24-01-2008 1:19 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Quote from: RossGoodman I understand that this is being worked on......
Is there a way so that instead of the database error page being displayed I can put a redirect in to another site?
Ross
http://www.RossGoodman.com (hopefully !)
Hi Ross this works.
$chan = @mysql_connect ($db_host, $username, $password);
if (!$chan) {
die("what ever code you want goes here");
}
mysql_select_db ($DB_name, $chan);
This try's to connect to the sql server and if fails it displays what is inside the die command. My pages now display some text saying there is a problem and a few images one which is a clickable link. this has got to be better then loads of error messages that to most people are just gibberish.
You could always place some javascript in the command and do a window.location.replace("URL to where you want to go");
I hope this helps.
Peter.
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Plusnet Community
- :
- Forum
- :
- Help with my Plusnet services
- :
- Everything else
- :
- Database Access problems