Go Back   vb.org Archive > vBulletin 4 Discussion > vB4 General Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #11  
Old 12-10-2013, 12:18 PM
obglobal.net obglobal.net is offline
 
Join Date: Jan 2013
Posts: 203
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Disco_Dave View Post
Which one of these is named in your config file?
I had to add a new database name with the new webhost. That's pretty much the extent of what I know.

Cheers
Reply With Quote
  #12  
Old 12-10-2013, 12:45 PM
DemOnstar's Avatar
DemOnstar DemOnstar is offline
 
Join Date: Dec 2012
Posts: 859
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Did you create a new DB with the webhost and import your recent DB into it?

How about the user name with new webhost? All details correct?
Reply With Quote
  #13  
Old 12-10-2013, 12:47 PM
Disco_Dave's Avatar
Disco_Dave Disco_Dave is offline
 
Join Date: May 2011
Location: Belfast
Posts: 586
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by obglobal.net View Post
I had to add a new database name with the new webhost. That's pretty much the extent of what I know.

Cheers

If you want I could have a look, pm if your havin no luck.
Reply With Quote
  #14  
Old 12-10-2013, 01:04 PM
DemOnstar's Avatar
DemOnstar DemOnstar is offline
 
Join Date: Dec 2012
Posts: 859
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Another thing, when you created the new DB, did you make sure that you created the new user and assigned the new user to the DB?
Reply With Quote
  #15  
Old 12-10-2013, 04:15 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

In your config.php file, make sure you have a valid email in this spot:

$config['Database']['technicalemail'] = 'dbmaster@example.com';

Then the database error should get emailed to you and then you can let us know what the real error is.
Reply With Quote
  #16  
Old 12-10-2013, 04:33 PM
Max Taxable's Avatar
Max Taxable Max Taxable is offline
 
Join Date: Feb 2011
Posts: 3,134
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by obglobal.net View Post
However, I have created a connection string at: http://obglobal.net/test.php and its is connecting fine.
Actually, it's not.
Reply With Quote
  #17  
Old 12-10-2013, 10:59 PM
obglobal.net obglobal.net is offline
 
Join Date: Jan 2013
Posts: 203
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by DemOnstar View Post
Did you create a new DB with the webhost and import your recent DB into it?

How about the user name with new webhost? All details correct?
Yeah man.....All seems legit!

Quote:
Originally Posted by Disco_Dave View Post
If you want I could have a look, pm if your havin no luck.
I PM'd you, sir. Thanks a lot.

Quote:
Originally Posted by DemOnstar View Post
Another thing, when you created the new DB, did you make sure that you created the new user and assigned the new user to the DB?
I'll have another look now, but I'm pretty sure I did

Quote:
Originally Posted by Lynne View Post
In your config.php file, make sure you have a valid email in this spot:

$config['Database']['technicalemail'] = 'dbmaster@example.com';

Then the database error should get emailed to you and then you can let us know what the real error is.
Thanks, Lynne. I'll give that a shot. Am I able to just add any email there??????

Quote:
Originally Posted by Max Taxable View Post
Actually, it's not.
I actually didn't check to see if that was the case. That's pretty lame. I'm beginning to wonder if I've picked a bad web host now. Damn it.

--------------- Added [DATE]1386720829[/DATE] at [TIME]1386720829[/TIME] ---------------

Quote:
Originally Posted by Lynne View Post
In your config.php file, make sure you have a valid email in this spot:

$config['Database']['technicalemail'] = 'dbmaster@example.com';

Then the database error should get emailed to you and then you can let us know what the real error is.
Here it is, Lynne:

Database error in vBulletin 4.2.1:

Invalid SQL:

SELECT IF(thread.visible = 2, 1, 0) AS isdeleted,



post.pagetext AS description,
thread.*


FROM thread AS thread




LEFT JOIN post AS post ON(post.postid = thread.firstpostid)


WHERE thread.threadid = 805 LIMIT 1;

MySQL Error : Table 'obgdatabase.thread' doesn't exist
Error Number : 1146
Request Date : Tuesday, December 10th 2013 @ 07:11:21 PM
Error Date : Tuesday, December 10th 2013 @ 07:11:21 PM
Script : http://obglobal.net/showthread.php?8...es-Win&p=10886
Referrer :
IP Address : 66.249.77.89
Username : Unregistered
Classname : vB_Database
MySQL Version :
Reply With Quote
  #18  
Old 12-10-2013, 11:24 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

If that is the error, then you've got real problems. It is saying the table "thread" doesn't exist. Can you see that table in your database?
Reply With Quote
  #19  
Old 12-10-2013, 11:28 PM
obglobal.net obglobal.net is offline
 
Join Date: Jan 2013
Posts: 203
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Lynne View Post
If that is the error, then you've got real problems. It is saying the table "thread" doesn't exist. Can you see that table in your database?
Real problems? Oh no.

I'm not sure where to look for the database.
Reply With Quote
  #20  
Old 12-10-2013, 11:32 PM
ozzy47's Avatar
ozzy47 ozzy47 is offline
 
Join Date: Jul 2009
Location: USA
Posts: 10,929
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

In phpmyadmin you can look there, you should find that in cPanel if you are on a shared server, or in the WHM if it is a VPS or dedi server.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 05:16 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04342 seconds
  • Memory Usage 2,265KB
  • Queries Executed 13 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (10)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete