Results 1 to 10 of 19
Hybrid View
-
29th Mar 2009, 12:50 PM #1OPMember
weird symbols after importing databse on my new host
Support Request Template
What version of phpBB are you using? phpBB 3.0.4
What is your board's URL? http://just4freeplanet.com
How did you install your board? I installed my board myself
Is your board a fresh install or a conversion? Fresh Install
Do you have any MODs installed? Yes
What MODs do you have installed? activity stats mod, thanks mod ,alertbox pm, birthday on registration, instant post redirect, chatbox, last post titles, recent topics, top poster of the month, upcoming birthday, welcome pm, topic in who is online, posts per day, donation mod.
Please describe your problem. i have changed from host,so from my old host i made a backup from database and also i downloaded all the files from my server. then on my new host i installed phpbb 3.0.4 and after that i replaced all files with the ones from my old host except the config and htacces file.and i imported the backup from my database with BigDump. now i get weird symbols on my site in the topictitles,forumtitles and some messages etc
examples:
The 16-Minute Speed Readi?€?
café
Return to your ?€œOutbox?€? folder
What styles do you currently have installed? prosilver,extreme blue
What language(s) is your board currently using? English
Which database type/version are you using? MySQL 5
What is your level of experience? New to PHP but not phpBBAlegria Reviewed by Alegria on . weird symbols after importing databse on my new host Support Request Template What version of phpBB are you using? phpBB 3.0.4 What is your board's URL? http://just4freeplanet.com How did you install your board? I installed my board myself Is your board a fresh install or a conversion? Fresh Install Do you have any MODs installed? Yes What MODs do you have installed? activity stats mod, thanks mod ,alertbox pm, birthday on registration, instant post redirect, chatbox, last post titles, recent topics, top poster of the month, upcoming Rating: 5
-
29th Mar 2009, 02:10 PM #2MemberWebsite's:
mybluemoon-planet.com myrealblue.comlook here, good luck
Code:http://www.atto.nl/utf8/
-
29th Mar 2009, 02:15 PM #3OPMember
hoi mandy,
thanks for the link but the utf8 is set correct as it is displayed on that site.
so i don't have any idea what could be the problem
-
29th Mar 2009, 02:32 PM #4MemberWebsite's:
mybluemoon-planet.com myrealblue.comBelieve me something is wrong with the utf8
Place in sql this
Code:update `phpbb_posts_text` set `post_text`=replace(`post_text`, 'é', '?') WHERE instr(`post_text`,'é')>0 update `phpbb_topics` set `topic_title`=replace(`topic_title`,'é','?') WHERE instr( `topic_title` , 'é' ) >0 update `phpbb_posts_text` set `post_text`=replace(`post_text`, 'é','?') WHERE instr(`post_text`,'é')>0 update `phpbb_posts_text` set `post_text`=replace(`post_text`, '“','"') WHERE instr(`post_text`,'“')>0
-
29th Mar 2009, 02:36 PM #5OPMember
it can't execute it
SQL-query:
UPDATE `phpbb_posts_text` SET `post_text` = replace( `post_text` , 'é', '?' ) WHERE instr( `post_text` , 'é' ) >0 UPDATE `phpbb_topics` SET `topic_title` = replace( `topic_title` , 'é', '?' ) WHERE instr( `topic_title` , 'é' ) >0 UPDATE `phpbb_posts_text` SET `post_text` = replace( `post_text` , 'é', '?' ) WHERE instr( `post_text` , 'é' ) >0 UPDATE `phpbb_posts_text` SET `post_text` = replace( `post_text` , '“', '"' ) WHERE instr( `post_text` , '“' ) >0
MySQL retourneerde:
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'update `phpbb_topics` set `topic_title`=replace(`topic_title`,'é','é') WHERE' at line 3
-
29th Mar 2009, 02:40 PM #6MemberWebsite's:
mybluemoon-planet.com myrealblue.comCode:update `phpbb_posts_text` set `post_text`=replace(`post_text`, 'é', '?') WHERE instr(`post_text`,'é')>0; update `phpbb_topics` set `topic_title`=replace(`topic_title`,'é','?') WHERE instr( `topic_title` , 'é' ) >0; update `phpbb_posts_text` set `post_text`=replace(`post_text`, 'é','?') WHERE instr(`post_text`,'é')>0; update `phpbb_posts_text` set `post_text`=replace(`post_text`, '“','"') WHERE instr(`post_text`,'“')>0;
try again
-
29th Mar 2009, 02:42 PM #7OPMember
no i didn't had any effect after i dit this query
-
29th Mar 2009, 02:44 PM #8MemberWebsite's:
mybluemoon-planet.com myrealblue.comhave you refresh your page again?? so from your board?
-
29th Mar 2009, 02:45 PM #9OPMember
yes i purged the cache
-
29th Mar 2009, 03:00 PM #10MemberWebsite's:
mybluemoon-planet.com myrealblue.comyour doing something not right then.
its realy have something to do with your utf8
i know becausse i had it once before.
i solve that to instal a new database with the same utf8 colition from the old one.
maybe you have to do that too if this not working for you.
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Getting Error While Importing SQL DB
By sSKKa in forum Technical Help Desk SupportReplies: 5Last Post: 23rd Jun 2011, 09:31 PM -
problem while importing db via ssh
By chems in forum Server ManagementReplies: 3Last Post: 23rd Jun 2011, 08:37 AM -
Installing dle on existing databse
By janu123 in forum Webmaster DiscussionReplies: 18Last Post: 8th Oct 2010, 06:08 AM -
I Need Importing Help...IMPEX
By Cooper in forum Community CooperativeReplies: 7Last Post: 21st Nov 2009, 08:24 PM -
[TUT]Quick Copyright, Trademark, Regsitered Symbols
By Lease in forum IP.BoardReplies: 0Last Post: 13th Jan 2008, 01:27 AM
themaCreator - create posts from...
Version 3.45 released. Open older version (or...