Installation Problems

The most frequent problems when installing builder

 

I uploaded files, and it's not working

There are 2 main problems possible.

What do you see?

  1. "PHP Error: Unable to read 0 bytes..." - files were broken when uploading. Do it again, but use different FTP client, example Total Commander, or try to change settings to your FTP cilent - send all files as BINARY
     
  2. No error. but some weird characters are displayed - There is no Zend Optimizer installed. Ask your server admin for installing it, Zend Optimizer is free and can be installed on any server in 5 minutes.

Problem when saving

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

International characters

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:

Example:

<meta http-equiv="content-type" content="{%MetaCharset%}" />

 

Content Tag

This is really simple, just place {%content%} tag on your template. When website is displayed, it will be replaced with real content.

Example:
<div>Header</div>
<div>{%content%}</div>
Will produce:
<div>Header</div>
<div>Welcome To my Website</div>
If there are more Content fields available, you can define them on your template as easy as main content, but with content number, example {%content_2%}, {%content_3%}, etc.

Your question is not listed here?

Please contact us.