Changes between Version 8 and Version 9 of FAQs


Ignore:
Timestamp:
2012-02-29T23:15:45Z (12 years ago)
Author:
Pan Luo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FAQs

    v8 v9  
    11[[PageOutline]]
    22== Installation ==
     3
     4=== 404 Page not found when running installation ===
     5You need to enable Apache mod_rewrite.
     6* For XAMP on Windows:  To enable it in WAMP, click on tray icon -> Apache -> Apache Modules -> rewrite_module. Make sure it checked. You need to restart Apache after it. (WAMP will restart it for you automatically).
     7* For other distributions, please refer to their help documentation
     8
     9[[Image(mod_rewrite.png)]]
     10
    311=== Denied. Remove Apache daemon (apache) from "/etc/at.deny" or "/var/at/at.deny" ===
    412You may get this error message when you do the installation. This message is generated when web server process does not have permission to run "at" command. To solve this issue, you can add web server user (usually apache or http) to /etc/at.allow.
     
    816=== Warning: ''strtotime()'' [function.strtotime]: It is not safe to rely on the system's.... ===
    917Please refer to [wiki:phptimezone PHP Timezone settings] page.
     18
     19=== !TeamMaker doesn't work ===
     20
     21iPeer uses !TeamMaker as group making automatically. To create a !TeamMaker executable file in Unix/Linux, please use the following steps:
     22 *   under /<your-install-dir>/TeamMakerCPP, type make to make a executable file for !TeamMaker
     23 *   copy the !TeamMaker file to /<your-install-dir>: cp !TeamMaker ../.
     24 *   change the permission to !TeamMaker: chmod 775 !TeamMaker
     25 *   change the permission to /<your-install-dir>: chmod 775 <your-install-dir>:
     26The reason for permission changing on !TeamMaker and /<your-install-dir>, is to grant the right permission for your Apache user to execute and create temporary files for group making.
     27
    1028
    1129== General ==