There are 2 main problems possible.
What do you see?
When try to add a new page or save any changes in site builder I see the message:
"Warning: fopen(data/XXX): failed to open stream: Permission denied..."
Problem is permissions. Login to your FTP account, find "data/XXX" file, and set it to be writable - in Linux, file permissions are 666
My website is not in English, how can I make the builder support extended international characters? All you have to do is change page encoding.
On Top menu click "Config", there second tab "Meta Tags", there is "Charset" select box, find your national charset and save changes. If the problem is still there, try with UTF-8
Please ensure your template has defined encoding tag:
<meta http-equiv="content-type" content="{%MetaCharset%}" />
This is really simple, just place {%content%} tag on your template. When website is displayed, it will be replaced with real content.
Please contact us.