GetSimple Support Forum

Full Version: It is not possible to create a new page with a Cyrillic symbols
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
It is not possible to create a new page with a Cyrillic symbols, error message on “Save Page” is shown: “Error: You cannot save an empty page.”

The only solution I have found is to create a page in Latin than update it with Cyrillic symbols than.
Zaran,

we had this problem already in the forum here, did you search for it?

I am sorry I have no time in the moment, but do a search, there is a solution

Poka, Connie
Hello,

Thank you for your answer. Unfortunately I was not able to find any information on forum or through Google. Please advise.

Thank you.
Hi Zaran,

Welcome to the forums..

You can find information on this here:

http://get-simple.info/forum/topic/2293/hebrew-problem/
zaran Wrote:It is not possible to create a new page with a Cyrillic symbols, error message on “Save Page” is shown: “Error: You cannot save an empty page.”

The only solution I have found is to create a page in Latin than update it with Cyrillic symbols than.

When creating a page, just open the page options and enter a URL/slug in latin characters.
You can also add an entry TRANSLITERATION to your GetSimple language file to automatically translate your title to a latin slug, e.g.
Code:
...
"TRANSLITERATION" => array("Ä"=>"ae","ä"=>"ae","Ö"=>"oe","ö"=>"oe","Ü"=>"ue","ü"=>"ue","ß"=>"ss"),
...
(you should do this with cyrillic letters of course)