常见问题

2014-08-25 14:00:44
admin
1543
Last edited by demo on 2014-08-26 11:43:13
Share links
1. What is the zsite password encryption logic?
md5(md5(password). aacount))

2. How to reinstall zsite system?
config/my. PHP sets install to false. Or put config / my Delete PHP and reinstall it.

3. Has the zsite code been modified? Will the upgrade lead to conflicts? Will the original settings be changed?

With our extension system, the code will not be overwritten.

At least, it can ensure that the modified code and trunk code are isolated from the file storage and will not cause the code to be overwritten.

The functions may conflict. Just make some adjustments.


4. Zsite installation skipped the step of setting administrator password.
Find the error log during installation. It is estimated that there is a problem with the session setting of PHP.
For details, please refer to:http://www.chanzhi.org/thread/177.html

5. How to configure the server to use the static URL function?
First, the server should support URL rewriting. If the server supports system / config / my Change the get in PHP to path_ Info (in uppercase)
For details, please refer to:http://www.chanzhi.org/book/chanzhieps/62.html

6. The static URL has been configured. Why can't it be included?
Baidu has a sandbox period of one month.

7. What if the administrator password of zsite background forgets?
Register an account from the foreground and change the database admin field to super.

8. Debug the website and database upload server on this machine. Where can the domain name and database configuration be changed?
In config / my PHP modification. In addition, it is not recommended to upload locally. Inconsistent environment may cause some problems. Direct online installation is the safest.

9. How to debug code and find errors?
Put config / my The debug in PHP can be set to 2.
Or look it up in the TMP / log / log of the day.

10. Zsite cloud registered / resolved the domain name. Why can't it be found?
If the domain name is not resolved within one month, the background will automatically delete the domain name.
Or the domain name resolution is unsuccessful. DNSPod resolution is recommended.

11. The article classification does not want to be arranged according to the latest arrangement. How to set the article ranking to the top?
Articles are arranged according to the release time, which can be realized by directly editing the release time.

12. The category description does not exceed 150 words. How to modify this?
Modify EPS_ Desc field in category table.

13. The forum has a section. Why is it not displayed on the front desk?
Two levels of forum sections need to be set to display normally.

14. How to add the statistical code to the website?
You can refer to:http://www.chanzhi.org/book/chanzhieps/83.html
Marketing QQ, baidu statistics and maps can refer to the addition method of statistical code. The location can be controlled through CSS or JS.

15. How to use CSS to control the style of zsite cloud sites through blocks?
You can refer to:http://www.chanzhi.org/thread/99.html

16. How to remove the bottom zsite link?
A domain name requires a licensing fee of 360 yuan. I suggest you keep it.
For details, please read zsite's license agreement:http://www.chanzhi.org/book/chanzhieps/58_license.html

17. How to set background photos?
Customize the source code block and debug with CSS. Upload the picture, you can see the address by viewing the source code.

18. Does zsite have on-site search function?
This function is not available at present, and has been planned to be developed.

19. How to add more background administrators and set relevant permissions?
The front desk member is registered, and the back-end member is set as the administrator. Administrator permissions cannot be customized at present. This function will be improved later.

20. How to delete a zsite member.
Zsite does not have the function of deleting members for the time being. You can permanently disable members in the background.

21. The website contains Chinese, which can't be parsed by wechat?
The wechat interface does not support Chinese addresses. It is better not to use Chinese aliases. The integrated wechat function must use the system port 80 to install zsite.

22. Does zsite support multilingualism?

The zsite system itself supports multiple languages. You can set the language (simplified, traditional and English) used by the front desk of the system in the site settings.

The background editing page of zsite can also set the language directly.

Currently, zsite does not support content level multilingualism. Multi language websites need to be built. It is recommended to build multiple websites.

23. Does zsite have data import function?

This function is not available at present.

If the data format is different from that of zsite, it is recommended to write a conversion program offline first, convert it into zsite database, and find a space for hosting.

Or contact us to import online (we will charge a certain fee).


24. Does zsite have backup function?
Zsite has no direct backup function. You can copy attachments, and you can back up the database yourself.
Refer to:http://www.chanzhi.org/book/chanzhieps/63.html
Zsite cloud provides download and backup services.

25. Log in to the zsite background and frequently prompt to log out.

Zsite background has anti timeout function, which is refreshed every 6 minutes.

Check the security of the session login IP address, change the IP address, and the logged in account will exit the login.

system/common/model. This check can be removed from the startsession of PHP.


26. How can the number of items displayed on each page of the list page be changed from 5 by default to 10?
You need to change the code yourself. It is recommended to look at our development framework document before modifying it.
If you need to modify the of the article list page, in article / config PHP.
Zsite development framework:http://devel.cnezsoft.com/

27. About adding the latest product block, the foreground display is blank.
The latest product block is added in the background. The position and display width of the latest product need to be added to the layout settings before it can be displayed in the foreground.
If you want to display pictures and contents in the latest product block at the same time, you need to check display pictures on the editing page of the latest product block, and upload pictures in product attachments.
If you want to directly display text like the article, you can directly edit the page of the latest product block without checking the display of pictures, so that the product does not need to upload pictures.