vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   Help, error class_core.php on line 417 (https://vborg.vbsupport.ru/showthread.php?t=286795)

thienhi228 08-18-2012 11:32 AM

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!

kh99 08-18-2012 11:38 AM

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).

thienhi228 08-18-2012 12:14 PM

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

Thank you!

kh99 08-18-2012 12:17 PM

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.

thienhi228 08-18-2012 12:31 PM

After Repair Table, in Msg_text I met the following message:
Quote:

The storage engine for the table does not support r ...
: (

kh99 08-18-2012 12:34 PM

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?

thienhi228 08-18-2012 12:35 PM

It does not work, anyway thank you very much ^^

thienhi228 08-19-2012 01:58 PM

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!


All times are GMT. The time now is 11:52 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.01004 seconds
  • Memory Usage 1,729KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (9)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (8)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete