vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Major Upgrade Problem - Please advise (https://vborg.vbsupport.ru/showthread.php?t=178259)

smooth-c 05-06-2008 01:46 AM

Major Upgrade Problem - Please advise
 
I've just upgraded from beta4 of 3.7 and i've done everything as instructed and replaced/overwrote the existing files with the new ones and I've got this error code upon going on the discussion/install/upgrade.php path.

$errstr in $errfile on line $errline
"; break; case E_USER_ERROR: require_once(DIR . '/includes/functions_log_error.php'); $message = "Fatal error: $errstr in $errfile on line $errline"; log_vbulletin_error($message, 'php'); if (!headers_sent()) { if (SAPI_NAME == 'cgi' OR SAPI_NAME == 'cgi-fcgi') { header('Status: 500 Internal Server Error'); } else { header('HTTP/1.1 500 Internal Server Error'); } } if (error_reporting() OR ini_get('display_errors')) { $errfile = str_replace(DIR, '[path]', $errfile); $errstr = str_replace(DIR, '[path]', $errstr); echo "
Fatal error: $errstr in $errfile on line $errline
"; if (function_exists('debug_print_backtrace') AND ($vbulletin->userinfo['usergroupid'] == 6 OR ($vbulletin->userinfo['permissions']['adminpermissions'] & $vbulletin->bf_ugp_adminpermissions))) { // This is needed so IE doesn't show the pretty error messages echo str_repeat(' ', 512); debug_print_backtrace(); } } exit; break; } } // ################################################## ########################### /** * Unicode-safe version of htmlspecialchars() * * @param string Text to be made html-safe * * @return string */ function htmlspecialchars_uni($text, $entities = true) { return str_replace( // replace special html characters array('<', '>', '"'), array('<', '>', '"'), preg_replace( // translates all non-unicode entities '/&(?!' . ($entities ? '#[0-9]+|shy' : '(#[0-9]+|[a-z]+)') . ';)/si', '&', $text ) ); } /*================================================= =====================*\ || ################################################## ################## || # Downloaded: 20:50, Mon May 5th 2008 || # CVS: $RCSfile$ - $Revision: 26501 $ || ################################################## ################## \*================================================ ======================*/ ?>================================================ =*\ || ################################################## ################## || # Downloaded: 20:50, Mon May 5th 2008 || # CVS: $RCSfile$ - $Revision: 26074 $ || ################################################## ################## \*================================================ ======================*/ ?>ata($xml) { $xml = preg_replace('#[\\x00-\\x08\\x0B\\x0C\\x0E-\\x1F]#', '', $xml); return str_replace(array(''), array('<=!=[=C=D=A=T=A=[', ']=]=>'), $xml); } } // ################################################## ########################### // legacy stuff class XMLparser extends vB_XML_Parser { } class XMLexporter extends vB_XML_Builder { } /*================================================= =====================*\ || ################################################## ################## || # Downloaded: 20:50, Mon May 5th 2008 || # CVS: $RCSfile$ - $Revision: 26489 $ || ################################################## ################## \*================================================ ======================*/ ?>
Fatal error: Could not parse /home/smoothcn/public_html/discussion/includes/xml/bitfield_vbulletin.xml in /home/smoothcn/public_html/discussion/includes/class_bitfield_builder.php on line 121

Can anyone help?

sR Craig 05-06-2008 05:20 AM

You get that when going to install/upgrade.php?

I would reupload all of the files again (except images)... Make sure that all files are overwritten and try again... Theres simply no reason you should be getting that error, at least that I can think of.

Good Luck!

BTW: I find it interesting that it is even showing the end php tags ?> as well as code which has been commented out...

kollam003 05-06-2008 05:46 AM

try reuploading files it will solve the problem


All times are GMT. The time now is 08:11 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.01095 seconds
  • Memory Usage 1,717KB
  • 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
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (3)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