Results 1 to 4 of 4

Thread: Search problems version 4.5.1b

  1. #1
    gkomnin is offline Sugar Community Member
    Join Date
    Apr 2007
    Posts
    13

    Angry Problems 4.51b

    os:windows xp sp2
    mysql:4.1.22
    php:4.4.2

    i upgraded to the version 4.5.1b with success...
    in my contacts/leads/accounts i also use greek characters .After the upgrade i cant see the greek characters despite i see some strange characters.
    When i add a new contact with greek characters everything is ok...but the existing contacts are not shown well.
    I checked the database also and the greek characteers are not displayed...What is happening??>
    Last edited by gkomnin; 2007-04-10 at 12:26 PM. Reason: wrong description

  2. #2
    gkomnin is offline Sugar Community Member
    Join Date
    Apr 2007
    Posts
    13

    Default Re: Problems 4.51b

    My database before the update had encoding latin but the sugar 451 requires utf 8(i think so)...when i run the update wizard i think that the wizard makes the conversion to utf 8...Am i right?
    If not do i have to convert the database to utf8 manually before the update??
    And if that how i can do that?

  3. #3
    sugarchris's Avatar
    sugarchris is offline Sugar Community Member
    Join Date
    Sep 2005
    Location
    San Francisco, CA
    Posts
    861

    Default Re: Search problems version 4.5.1b

    when i run the update wizard i think that the wizard makes the conversion to utf 8...Am i right?
    Correct.

    What version did you upgrade from?

    If not do i have to convert the database to utf8 manually before the update??
    And if that how i can do that?
    If you do not have a backup of your database (you should always have a full backup ready in case the upgrade fails), you will have to manually apply the UTF8 conversion.

    This is the template query we use in Sugar:
    Code:
    ALTER TABLE $table CONVERT TO CHARACTER SET utf8 COLLATE utf8_general_ci
    You can write a simple PHP loop to find all tables and insert the table name in the $table variable to run this against all tables. It is safe to run against UTF8 tables too (MySQL should just skip them).

  4. #4
    gkomnin is offline Sugar Community Member
    Join Date
    Apr 2007
    Posts
    13

    Default Re: Search problems version 4.5.1b

    i updated from 4.2.0d to 4.2.1 with success and then i upgraded to 451b...
    after the upgrade i cant view the greek letters.I see strange characters despite...i do not know what its is..The database and the tables are utf-8(it think so)...What is happening??I am totally confused

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Dashlets missing on Hompage after Version 4.5.1b (Build 1246) Install
    By rik in forum Installation and Upgrade Help
    Replies: 9
    Last Post: 2007-10-11, 03:18 PM
  2. Replies: 5
    Last Post: 2006-07-20, 04:44 AM
  3. BUG In Search/Edit Layout???
    By tj@estreet.com in forum Help
    Replies: 13
    Last Post: 2006-06-10, 05:43 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •