MyBB Community Forums

Full Version: Did I do something wrong
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Before I start with my forum I made a test forum on my other domain.
After I thought everything was OK I backup my whole database to my new domain.

I am so afraid that some problems that I have has to do with this.

I was looking in my database with phpmyadmin and type in the old domain

Results
1 overeenkomst(en) in de tabelmybb_datacache
SQL-query:
SELECT * 
FROM `deb4195_forumikf`.`mybb_datacache` 
WHERE `title` LIKE CONVERT( _utf8 '%kellystart.com%'
USING latin1 ) 
COLLATE latin1_swedish_ci
OR `cache` LIKE CONVERT( _utf8 '%kellystart.com%'
USING latin1 ) 
COLLATE latin1_swedish_ci
LIMIT 0 , 30 
[/quote]

23 overeenkomst(en) in de tabelmybb_forums
this are only pictures

1 overeenkomst(en) in de tabelmybb_posts
SQL-query:
SELECT * 
FROM `deb4195_forumikf`.`mybb_posts` 
WHERE `pid` LIKE '%kellystart.com%'
OR `tid` LIKE '%kellystart.com%'

2 overeenkomst(en) in de tabelmybb_settings
SQL-query:
SELECT * 
FROM `deb4195_forumikf`.`mybb_settings` 
WHERE `sid` LIKE '%kellystart.com%'
OR `name` LIKE CONVERT( _utf8 '%kellystart.com%'
USING latin1 ) 
COLLATE latin1_swedish_ci
OR `title` LIKE CONVERT( _utf8 '%kellystart.com%'
USING latin1 ) 
COLLATE latin1_swedish_ci
OR `description` LIKE CONVERT( _utf8 '%kellystart.com%'
USING latin1 ) 
COLLATE latin1_swedish_ci
OR `optionscode` LIKE CONVERT( _utf8 '%kellystart.com%'
USING latin1 ) 
COLLATE latin1_swedish_ci
OR `value` LIKE CONVERT( _utf8 '%kellystart.com%'
USING latin1 ) 
COLLATE latin1_swedish_ci
OR `disporder` LIKE '%kellystart.com%'
OR `gid` LIKE '%kellystart.com%'
LIMIT 0 , 30  

2 overeenkomst(en) in de tabelmybb_templates
SQL-query:
SELECT * 
FROM `deb4195_forumikf`.`mybb_templates` 
WHERE `tid` LIKE '%kellystart.com%'
OR `title` LIKE CONVERT( _utf8 '%kellystart.com%'
USING latin1 ) 
COLLATE latin1_swedish_ci
OR `template` LIKE CONVERT( _utf8 '%kellystart.com%'
USING latin1 ) 
COLLATE latin1_swedish_ci
OR `sid` LIKE '%kellystart.com%'
OR `version` LIKE CONVERT( _utf8 '%kellystart.com%'
USING latin1 ) 
COLLATE latin1_swedish_ci
OR `status` LIKE CONVERT( _utf8 '%kellystart.com%'
USING latin1 ) 
COLLATE latin1_swedish_ci
OR `dateline` LIKE '%kellystart.com%'
LIMIT 0 , 30 



I also look on the programm I upload and I found in the WS-FTP file
107.04.15 17:25 B F:\ikf-forum\Upload\inc\plugins\sideboxes.php <-- ftp.kellystart.com /www/mybb_123/Upload/inc/plugins sideboxes.php

Could this give any problem and what to change[/b][/quote]
No there's nothing wrong, just make sure that the MyBB settings are all changed to your new site details.

Also: most people here won't understand the Dutch lines Toungue
But what about those lines
LIKE CONVERT( _utf8 '%kellystart.com%'

My forum is now on http://www.ikf-forum.eu
My first guess would be that you have converted from another software? I don't think you'll have to do something with those lines... just keep them how they are if everything's working. Wink
No I did not use any other software
first the forum was on http://www.kellystart.com I made a back up and upload everything to http://www.ikf-forum.eu

I only was afraid that the faults I have with some characters has to do something with this (see other topic) because I read in one of the line I put in here cache` LIKE CONVERT( _utf8 '%kellystart.com%

And I thought that has to do something with it
It converts the charset to utf8
OK but what does the name of my old test forum in that line/