Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter george4net

    (@george4net)

    Hey guys the problem was with mySQL. I am a programmer myself and that never happened to me before. I mean why a form can’t insert Greek characters in a table?

    And the answers is because of the table collocation. I executed this command:
    ALTER TABLE wp_posts CHANGE post_content post_content LONGTEXT CHARACTER SET greek COLLATE greek_general_ci NOT NULL ,
    CHANGE post_title post_title TEXT CHARACTER SET greek COLLATE greek_general_ci NOT NULL ,
    CHANGE post_excerpt post_excerpt TEXT CHARACTER SET greek COLLATE greek_general_ci NOT NULL

    Now it works just fine 🙂

    Thanks guys!

    Thread Starter george4net

    (@george4net)

    It didn’t worked with utf-8 either. I just submit the form and it doesn’t save anything in the table. Like I didn’t filled in any fields.

Viewing 2 replies - 1 through 2 (of 2 total)