category

Catalog

Hide
  1. What if i forget the password in ZenTao?
  2. How to install ZenTao plug-in?
  3. How to find out what plug-ins installed in ZenTao?
  4. How to change comments?
  5. How to initialize ZenTao database?
  6. How to configure ZenTao via LAN?
  7. How to restore backup in ZenTao?
  8. How to be directed to login page once login ZenTao?
  9. How to launch ZenTao automatically after power-on?
  10. How to run two sets of ZenTao in one client?
  11. What if i forget the password of ZenTao database?
  12. What to do if Apachezt installation failed?
  13. Is ioncube installation required in ZenTao?
  14. How to run two sets of ZenTao in one client?
  15. Why ZenTao is getting slow once upgraded?
  16. How to change the date format from “yy/mm/dd” to“dd/mm/yy”
What if i forget the password in ZenTao?

If you are the Admin,

1. Click "Forgot password?" in Login page and follow the steps to reset.

2. Go to ZenTao database and look for the table zt_user. Edit the value of password as e10adc3949ba59abbe56e057f20f883e and the password of admin will be changed to 123456 when you log in.

For other users in ZenTao, login the admin account to edit their password in Company - User.


How to install ZenTao plug-in?

Go to “Admin”->”Extension”->”Local Install”, and upload .zip file to install.

If ZenTao is customized and paid plug-in is installed, you have to install ioncube, please refer to http://www.zentao.pm/book/zentaopromanual/135.html

Note

1) A plug-in can be only installed once. If you installed it more than once, it could cause data conflict. Plug-in trial is 30 days, starting from the day it is downloaded.

2) You have to use the account you download trial to purchase the plug-in, or it might clear the existing data.


How to find out what plug-ins installed in ZenTao?
Go to “Admin”->”Extension”->”Installed”. If you cannot find the plug-in in the list, it does not necessarily meant that the plug-in is not installed. It could be unfinished installation or its code is overridden.
How to change comments?

There are three prerequisites when you are trying to edit the comments, 

1) Permission to modify comments (Go to Company->Privielge to manage it);

2) The note is added by you; 

3) Only the latest note can be modified.


How to initialize ZenTao database?

Set install value in zentao/config/my.php to false. When access to ZenTao, it will automatically start installation and all date will be cleared.



How to configure ZenTao via LAN?

1. Check whether you can access ZenTao via your client. If yes, ZenTao has been installed in your client without problems.

2.Access ZenTao via your server, and change 127.0.0.1 to the actual server IP in your browser. Use other client to access ZenTao. If not accessible, check firewall and connection.



How to restore backup in ZenTao?

First, find back up file named as file***.zip. Unzip it to zentao/www/data/upload/.sql***.zip is the sql file the database executes, which has to be imported to another empty database.



How to be directed to login page once login ZenTao?

Use Apache virtual host, or copy Apache directory to zentao/www/



How to launch ZenTao automatically after power-on?

One-click installation package for Windows. 

If you use Windows XP/2003, click Service->Check Service at the upper left of ZenTao panel, and set Launch Type of apachezt and mysqlzt to Auto. 

If you use Windows 2008/7+, please right click Zentao.exe as admin, and it will set as auto launch. 

If you use Linux or you customize ZenTao, please configure settings in system boot.



How to run two sets of ZenTao in one client?

Two sets of ZenTao can share one set of apache and mysql. For one-click installation on Windows, you can store source code to xampp/htdocs/, and then use browse to access to IP: Port/zentaopms/www/ to install.



What if i forget the password of ZenTao database?

Please go and check the record in /zentao/config/my.php, look for values like the ones below.

$config->db->user        = 'name';

$config->db->password    = 'password';

What to do if Apachezt installation failed?

1. Uninstall at the upper left of ZenTao panel to exit. 

2. Right-click start.bat to run as admin. Click Launch. If Zentao is not started, try xampp/services/install.bat and right click it.


Is ioncube installation required in ZenTao?

Ioncube is not required if you use ZenTao open source version. However, ioncube has to be installed if you use paid plugin in ZenTao.  


How to run two sets of ZenTao in one client?
Two sets of ZenTao can share one set of apache and mysql. For one-click installation on Windows, you can store source code to xampp/htdocs/, and then use browse to access to IP: Port/zentaopms/www/ to install.
Why ZenTao is getting slow once upgraded?
The reason might be the client did not analyze your localhost before you link it to the database. This might slow down the linking process. You can change the localhost to 127.0.0.1 in zentao/config/my.php 
How to change the date format from “yy/mm/dd” to“dd/mm/yy”

Modify the code here:module/programplan/view/gantt.html.php

line586 “dd-mm-yyyy”