vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   [URGENT] I cannot move my forum to another server (https://vborg.vbsupport.ru/showthread.php?t=258476)

pokusek 02-09-2011 03:38 PM

Quote:

Originally Posted by Lynne (Post 2160590)
Did you change the forum url or the homepage url? If you click on your Forum tab, which uses the forum url, it is redirecting to your other site.

Well, when I first installed vBulletin, I customized the template for my needs. I placed the URL to the forum link manually.

Quote:

Originally Posted by Lynne (Post 2160590)
The error you are getting as to do with some phrases being merged in the languages. Are you using the default english language right now?

Yes. But I cannot acces my settings page to change my language, so I have to use this in the footer:
http://img715.imageshack.us/img715/3...7272893549.png

//I do not know if there is any difference

Lynne 02-09-2011 04:04 PM

Upload tools.php again and this time click on Language to upgrade the latest language.xml file.

When you created this new site, did you upload all new vbulletin files or just use your old ones?

In you config.php file, what do you have set for:
PHP Code:

$config['Misc']['cookieprefix'] = 'bb'

(and is that different than on your live site), and also:
PHP Code:

/* 
$config['Datastore']['class'] = 'vB_Datastore_Memcached'; 
$i = 0; 
// First Server 
$i++; 
$config['Misc']['memcacheserver'][$i]        = '127.0.0.1'; 
$config['Misc']['memcacheport'][$i]            = 11211; 
$config['Misc']['memcachepersistent'][$i]    = true; 
$config['Misc']['memcacheweight'][$i]        = 1; 
$config['Misc']['memcachetimeout'][$i]        = 1; 
$config['Misc']['memcacheretry_interval'][$i] = 15; 
*/ 

Is that still commented out like in default or changed to use settings?

pokusek 02-09-2011 04:17 PM

Quote:

Originally Posted by Lynne (Post 2160607)
Upload tools.php again and this time click on Language to upgrade the latest language.xml file.

Done.


Quote:

Originally Posted by Lynne (Post 2160607)
When you created this new site, did you upload all new vbulletin files or just use your old ones?

I used my old files of course.

Quote:

Originally Posted by Lynne (Post 2160607)
In you config.php file, what do you have set for:
PHP Code:

$config['Misc']['cookieprefix'] = 'bb'


$config['Misc']['cookieprefix'] = 'wf';

- I have the same prefix on both forums.


Quote:

Originally Posted by Lynne (Post 2160607)
(and is that different than on your live site), and also:
PHP Code:

/* 
$config['Datastore']['class'] = 'vB_Datastore_Memcached'; 
$i = 0; 
// First Server 
$i++; 
$config['Misc']['memcacheserver'][$i]        = '127.0.0.1'; 
$config['Misc']['memcacheport'][$i]            = 11211; 
$config['Misc']['memcachepersistent'][$i]    = true; 
$config['Misc']['memcacheweight'][$i]        = 1; 
$config['Misc']['memcachetimeout'][$i]        = 1; 
$config['Misc']['memcacheretry_interval'][$i] = 15; 
*/ 

Is that still commented out like in default or changed to use settings?

The code is commented in both config files.

Lynne 02-09-2011 07:02 PM

You don't want to have the same cookie prefix on both sites. You should also have rebuild all datastore caches in tools.php.

If you have modified some of your vbulletin files, then this could be causing issues which is why I asked if you are using a new set of default vbulletin files.

pokusek 02-09-2011 07:56 PM

Quote:

Originally Posted by Lynne (Post 2160672)
You don't want to have the same cookie prefix on both sites. You should also have rebuild all datastore caches in tools.php.

It works! Thanks. :)

But I still need to figure out how to display diacritic characters correctly. Setting "HTML Character Set" in admincp/language.php to latin1, latin2, cp1250 or utf8 does not work. Any idea?

Lynne 02-09-2011 08:00 PM

Those don't look like valid values to put in that field. http://www.validome.org/doc/standard...t.html#h-5.2.2

pokusek 02-10-2011 05:35 AM

How can I find out what character set is the right one?

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

I googled and have found a good manual to convert the characters to UTF8: http://www.bothernomore.com/2008/12/...encoding-hell/

It actually works, but the problem is, that it would take a year to convert all tables and fields manually. Is there a way to repair it automatically?

pokusek 02-11-2011 08:07 AM

SOLVED!

I have finally solved this problem. Thank you guys!


All times are GMT. The time now is 11:49 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.01203 seconds
  • Memory Usage 1,747KB
  • 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
  • (4)bbcode_php_printable
  • (7)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
  • (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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete