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

Reply
 
Thread Tools Display Modes
  #1  
Old 08-18-2012, 11:32 AM
thienhi228 thienhi228 is offline
 
Join Date: Jan 2010
Posts: 27
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Help, error class_core.php on line 417

1. Initially, the visit forum I get the message as follows:
Quote:
vBulletin datastore error caused by one or more of the following:

You may have uploaded vBulletin files without also running the vBulletin upgrade script. If you have not run the upgrade script, do so now.
The datastore cache may have been corrupted. Run Rebuild Bitfields from tools.php, which you can upload from the do_not_upload folder of the vBulletin package.

Fatal error: vBulletin datastore cache incomplete or corrupt in [path]\includes\init.php on line 252
2. I upload Tools.php to the directory install the receipt of the notice:
Quote:
Fatal error: Call to a member function fetch() on a non-object in E:\vBulletin\includes\class_bootstrap_framework.ph p on line 65
3. I've repaired class_bootstrap_framework.php, the
Quote:
// Check datastore
// This should be redundant as all routes are accessed via vB_Router
if (!sizeof($vbulletin->routes) AND VBINSTALL !== true)
{
$vbulletin->datastore->fetch(array('routes'));
}
To
Quote:
// Check datastore
// This should be redundant as all routes are accessed via vB_Router
//if (!sizeof($vbulletin->routes) AND VBINSTALL !== true)
//{
// $vbulletin->datastore->fetch(array('routes'));
//}
I then use the install/tools.php

I use [Bitfield Cache]

4. Then I visit forum get the message:
Quote:
Fatal error: The requested language does not exist, reset via tools.php. in [path]\includes\class_core.php on line 4020
5. In tools.php, I use [Default Language], then get the message
Quote:
Warning: mysql_query(): MySQL server has gone away in E:\vBulletin\includes\class_core.php on line 417

Warning: mysql_query(): Error reading result set's header in E:\vBulletin\includes\class_core.php on line 417
Then visit forum the White Page

Help me, please!
Reply With Quote
  #2  
Old 08-18-2012, 11:38 AM
kh99 kh99 is offline
 
Join Date: Aug 2009
Location: Maine
Posts: 13,185
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The last messages look like maybe your mysql server crashed? I'm not sure what caused the other messages, but maybe if you can get to the admincp, try repairing the tables through the maintenance menu (or use phpmyadmin if you have that).
Reply With Quote
Благодарность от:
thienhi228
  #3  
Old 08-18-2012, 12:14 PM
thienhi228 thienhi228 is offline
 
Join Date: Jan 2010
Posts: 27
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You can guide the way repairing the tables (with phpmyadmin)?

Thank you!
Reply With Quote
  #4  
Old 08-18-2012, 12:17 PM
kh99 kh99 is offline
 
Join Date: Aug 2009
Location: Maine
Posts: 13,185
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Select the database, and when you see the list of tables scroll to the bottom and click "Check All", then from the "With Selected" dropdown menu, choose "Repair Table".

I'm not really a database person, so I don't know if this will actually help or not, but I don't think it can hurt.
Reply With Quote
  #5  
Old 08-18-2012, 12:31 PM
thienhi228 thienhi228 is offline
 
Join Date: Jan 2010
Posts: 27
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

After Repair Table, in Msg_text I met the following message:
Quote:
The storage engine for the table does not support r ...
: (
Reply With Quote
  #6  
Old 08-18-2012, 12:34 PM
kh99 kh99 is offline
 
Join Date: Aug 2009
Location: Maine
Posts: 13,185
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

That's OK, I guess some of them can't be repaired that way.

I should really let someone else help you - I don't know a lot about database admin.

Are you still getting white pages?
Reply With Quote
  #7  
Old 08-18-2012, 12:35 PM
thienhi228 thienhi228 is offline
 
Join Date: Jan 2010
Posts: 27
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It does not work, anyway thank you very much ^^
Reply With Quote
  #8  
Old 08-19-2012, 01:58 PM
thienhi228 thienhi228 is offline
 
Join Date: Jan 2010
Posts: 27
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The bug seems to be like has been correct, but my error new when accessing forum:
Quote:
Fatal error: The requested language does not exist, reset via tools.php. in [path]\includes\functions.php on line 1905
functions.php
Quote:
1903 if (!isset($vbphrase) AND $user['lang_options'] === null)
1904 {
1905 trigger_error('The requested language does not exist, reset via tools.php.', E_USER_ERROR);
1906 }
1907
1908 $user['languageid'] = (!empty($languageid) ? $languageid : $user['languageid']);
I am used tools.php import Language defaults and setting up [Default Language]-English but still was this error.
Help me, please!
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 11:00 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05205 seconds
  • Memory Usage 2,233KB
  • Queries Executed 11 (?)
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
  • (9)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (8)post_thanks_box
  • (1)post_thanks_box_bit
  • (8)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (8)post_thanks_postbit_info
  • (8)postbit
  • (8)postbit_onlinestatus
  • (8)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_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
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete