vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB5 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=262)
-   -   Vbulletin 5 Upgrade Issue (https://vborg.vbsupport.ru/showthread.php?t=300413)

tbworld 07-24-2013 09:01 PM

I did have the xdebug abort issue, but I was just loading a virgin copy on my development system to fool around with. I wish I had more insight for you.

Check your phpinfo page and double check that xdebug is not there.
Any errors in your php log?

hirebuysell 07-25-2013 01:43 AM

Okay guys,The thing is that this issue has been resolved,but when upgrade process complete then board look like this:

https://vborg.vbsupport.ru/external/2013/07/15.png

I completely followed these steps:

http://www.vbulletin.com/forum/forum...etin-5-connect

I tried to overwrite old files and I also tried to new directory for vbulletin 5.

Please help me:(

tbworld 07-25-2013 03:35 AM

Two days ago, I tried vb5 on a windows development server and had the same problem. I haven't taken the time so far to examine the problem. Obviously, the browser is not being sent the CSS for the page. It may be as simple as a path or base-url not set properly in config.

I will try to take a look at it later this evening. Hopefully, a smarter user of VB5 can lend some advice here.

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

Quote:

Okay guys,The thing is that this issue has been resolved,but when upgrade process complete then board look like this:
What did you do to resolve your issue? It might help others here if you posted your remedy.

Zachery 07-25-2013 03:59 AM

Either mod_rewrite is not installed, or you haven't enabled AllowOverwrite All for your virtual sites

hirebuysell 07-26-2013 02:53 PM

I just uploaded all files to my plesk server for upgrade,When i run upgrade script ( http://www.fcbahis.com/community/cor...ll/upgrade.php) It give me following error:

Fatal error: Call to undefined function mysqli_init() in D:\Inetpub\vhosts\fcbahis.com\httpdocs\community\c ore\vb\database\mysqli.php on line 86

Here are the lines from 83 to 91:

Code:

{
                set_error_handler(array($this, 'catch_db_error'));

                $link = mysqli_init();
                # Set Options Connection Options
                if (!empty($configfile))
                {
                        mysqli_options($link, MYSQLI_READ_DEFAULT_FILE, $configfile);
                }

any help ??

Zachery 07-26-2013 03:48 PM

You don't have mysqli support, switch to MySQL, but if you don't have mysqli in MySQL, you might not even be running a supported version of PHP.

hirebuysell 07-26-2013 04:28 PM

Quote:

Originally Posted by Zachery (Post 2435488)
You don't have mysqli support, switch to MySQL, but if you don't have mysqli in MySQL, you might not even be running a supported version of PHP.

Sorry I didn't understand , I am not very well familiar with MySQL.
Can you help me please ?

Zachery 07-26-2013 04:56 PM

In your config.php change mysqli to mysql

Lynne 07-26-2013 05:04 PM

Change this:
$config['Database']['dbtype'] = 'mysqli';

to this:
$config['Database']['dbtype'] = 'mysql';

hirebuysell 07-26-2013 06:04 PM

Quote:

Originally Posted by Lynne (Post 2435510)
Change this:
$config['Database']['dbtype'] = 'mysqli';

to this:
$config['Database']['dbtype'] = 'mysql';

Not working as well..
it says :
no_vb5_database

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

Previous version vb 3.8.7 is running under mysqli

Here is the config.php from old site :
Code:

        //        ****** DATABASE TYPE ******
        //        This is the type of the database server on which your vBulletin database will be located.
        //        Valid options are mysql and mysqli.  Try to use mysqli if you are using PHP 5 and MySQL 4.1+
$config['Database']['dbtype'] = 'mysql';



All times are GMT. The time now is 08:43 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.01049 seconds
  • Memory Usage 1,740KB
  • 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
  • (2)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete