The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Comments |
#2
|
||||
|
||||
What version of mysql if on the old server?
What version of mysql is on the new server? What command did you use to back up this old database in ssh? This sometimes can make a difference and cause issues. |
#3
|
|||
|
|||
I'll have to check the mysql versions but what I can say for now is that I did not use ssh to back up the sql d/b. I used mysql administrator from my PC.
We don't have ssh access to the server that has the D/B on it, the shared server hosting company has it on their sql server. HTH Oh, and thanks VERY much for the quick reply and interest |
#4
|
||||
|
||||
Was this on a windows box?
if it was on a linux box have your hosting company run this to back up your database and then have them provide you a link to download it. You could fight for hours trying to get it working when you backup with one program and restore with another. Check our this thread for some great information. http://www.vbulletin.com/forum/showt...moving+servers |
#5
|
|||
|
|||
Quote:
5.0.22 via tcp/ip on the new server 5.0.22-log via tcp/ip on the current site --------------- Added at 15:37 --------------- Quote:
Both Linux... Backed up and restored with the same program - mysql administrator... Thanx --------------- Added at 17:44 --------------- Hi, The tools listed for backing up the database seem to be scripts that need copying to the server that hosts the database files. Is this the case? If it is, I can't use them as I have said previously that I don't have ssh access to that server. Can anyone help as this problem means that we can't migrate and currently are paying for two hosts! |
#6
|
|||
|
|||
Post the "COMPLETE" DB error msg after you change the config.php file.
|
#7
|
|||
|
|||
Hi and thanks for the reply...
The page comes up with a 'V' logo top left and this message with it... ---Quote--- Database error The <domain name> database has encountered a problem. -------------------------------------------------------------------------------- Please try the following: Load the page again by clicking the Refresh button in your web browser. Open the xxx.xxx.xxx.xxx home page, then try to open another page. Click the Back button to try another link. The xxx.xxx.xxx.xxx forum technical staff have been notified of the error, though you may contact them if the problem persists. We apologise for any inconvenience. ---End Quote--- The domain mentioned in the error is just a domain on the server. The IP address in the error is the correct ip for this server. |
#8
|
||||
|
||||
You need to view the page source and post that - the error is not contained in the visible text.
|
#9
|
|||
|
|||
oops! Yes I can see how that might help
Between the dashed line is the source (In red are bits I've changed for obvious reasons) ------------------------------------------------- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <title>domainnameonnewserver Database Error</title> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /> <style type="text/css"> <!-- body { background-color: white; color: black; } #container { width: 400px; } #message { width: 400px; color: black; background-color: #FFFFCC; } #bodytitle { font: 13pt/15pt verdana, arial, sans-serif; height: 35px; vertical-align: top; } .bodytext { font: 8pt/11pt verdana, arial, sans-serif; } a:link { font: 8pt/11pt verdana, arial, sans-serif; color: red; } a:visited { font: 8pt/11pt verdana, arial, sans-serif; color: #4e4e4e; } --> </style> </head> <body> <table cellpadding="3" cellspacing="5" id="container"> <tr> <td><img src="http://www.domainame.co.uk/image.php?type=dberror" alt="Database Error" width="48" height="48" /></td> <td id="bodytitle" width="100%">Database error</td> </tr> <tr> <td class="bodytext" colspan="2">The domainnameonnewserver database has encountered a problem.</td> </tr> <tr> <td colspan="2"><hr /></td> </tr> <tr> <td class="bodytext" colspan="2"> Please try the following: <ul> <li>Load the page again by clicking the <a href="#" onclick="window.location = window.location;">Refresh</a> button in your web browser.</li> <li>Open the <a href="/">newserveriaddress</a> home page, then try to open another page.</li> <li>Click the <a href="javascript:history.back(1)">Back</a> button to try another link.</li> </ul> </td> </tr> <tr> <td class="bodytext" colspan="2">The newserveripaddress forum technical staff have been notified of the error, though you may <a href="mailto:emailaddress@admin.co.uk">contact them</a> if the problem persists.</td> </tr> <tr> <td class="bodytext" colspan="2"> <br />We apologise for any inconvenience.</td> </tr> </table> <!-- Database error in vBulletin 3.6.8: Invalid SQL: SELECT connections.userid, connections.roomid, rooms.name, rooms.ispublic, connections.start,user.usergroupid, user.displaygroupid, user.options, user.username, groupa.opentag as opentaga, groupa.closetag as closetaga, groupb.opentag as opentagb, groupb.closetag as closetagb FROM flashchat_connections as connections LEFT JOIN flashchat_rooms as rooms ON(connections.roomid = rooms.id) LEFT JOIN user as user ON(connections.userid = user.userid) LEFT JOIN usergroup as groupa ON(user.usergroupid = groupa.usergroupid) LEFT JOIN usergroup as groupb ON(user.displaygroupid = groupb.usergroupid) WHERE connections.userid IS NOT NULL ORDER BY start; MySQL Error : Table 'databasename,sameonbothservers.flashchat_connections' doesn't exist Error Number : 1146 Date : Sunday, October 7th 2007 @ 09:11:45 PM Script : http://newserveripaddress/ Referrer : IP Address : myclientpcipaddress Username : Unregistered Classname : vB_Database --> </body> </html> ---------------------------------------- Two things, the entry in green is the actual domainname that is currently pointing to the old server and will point to the new server when we fix it, I can't imagine where this error is getting it from, the config.php does not mention it. Also, the stuff at the bottom appears to be from flashchat, I can't see why that would be here wither. Thanks for the help |
#10
|
||||
|
||||
Disable flashchat and try it again...
If this works then re-install flashchat if you must have it. --------------- Added at 16:19 --------------- This is because it's still in the settings somewhere that the domain is the old domain, probably the admin panel under vBulletin Settings. |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|