The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Hello
I would like vbulletin to fetch my databases using SET NAMES utf8 YES, I DO know about the config.php option, but I need it to be done elsewhere and to be hard-coded. Where should I put this line? I can't find the mysql connect function... I'll post my problem anyway. Using the default option in the config.php: Code:
$config['Mysqli']['charset'] = 'utf8'; Code:
Warning: array_keys() [function.array-keys]: The first argument should be an array in [path]/includes/functions.php on line 4107 Warning: Invalid argument supplied for foreach() in [path]/includes/functions.php on line 4107 So I figured trying to hard-code it might help. Any suggestions? |
#2
|
||||
|
||||
![]()
There's a few things around this issue that I've seen.
Googling, and cut and paste, gives: Code:
You need php 4.4+ and apache 2.0.x to properly support vBulletin in utf8 format Code:
* Perform this query with a MySQL client like phpMyAdmin. ALTER DATABASE `db_name` CHARACTER SET utf8; Where db_name is the name of the database. * The collation will be set to the default: utf8_general_ci * Open your config.php and find: // $config['Mysqli']['charset'] = 'utf8'; * Make sure it looks like this: $config['Mysqli']['charset'] = 'utf8'; * Save config.php and upload it. * Start installing your vBulletin as usual, and don?t forget to update your languages HTML charset via ACP. Final note: MySQL versions prior to 4.1 don?t support charsets and collations. Code:
Converter for 3.6.4+ https://vborg.vbsupport.ru/showthread.php?t=141591 Description: This script converts the database of vBulletin forums (from and to) any of the charsets that are supported by iconv. also it has the ability to convert the tables of hacks that you had installed. vbulletin emails are sent with utf-8 encoding. This hack made for 3.6.4 might fix this: https://vborg.vbsupport.ru/showthread.php?t=144040 ![]() |
#3
|
|||
|
|||
![]() Quote:
Thanks a lot, you are an ass-saver ![]() |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|