Instructions for use of YiCms Encyclopedia of Embarrassing Things
1. Platform requirements
1.Windows platform:
IIS/Apache/ PHP5.1/PHP5.2+/PHP5.3+ + MySQL4/5
2.Linux/Unix platform
Apache + PHP4/PHP5 + MySQL3/4/5 (PHP must be run in non-safe mode)
Recommended platform: Linux + Apache2.2 + PHP5.2/PHP5.3 + MySQL5.0
3.PHP must have environment or enabled system functions:
allow_url_fopen
GD extension library
MySQL extension library system functions——phpinfo, dir
QQ login needs to enable open_ssl curl
4.Basic directory structure
..../install installation program directory, which can be deleted after installation [must have writable permissions during installation]
..../admin.php Default background management directory (can be renamed arbitrarily)
..../Yi_box class library file directory
..../Public public directory is used for
..../member member directory picture storage directory
..../Yicms core file
..../Yicms/Tpl template directory
..../Cache cache file storage directory
5. Incompatibility issues that are easy to encounter in the PHP environment (1) The Cache directory does not have write permission, causing the system session to be unusable, which will result in the inability to log in to the management background (directly manifested as the verification code cannot be displayed normally);
(2) The temporary folder uploaded by PHP is not set properly or does not have write permission, which will cause the file upload function to be unusable;
(3) Inexplicable errors occur, such as a blank display during installation. This may be caused by the system not loading the mysql extension. For junior users, you can download the YiCms php package for easy and simple use.
2. Program installation and use
1. Download the program and extract it to a local directory;
2. Upload /uploads in the program directory to the root directory of the website
3. Run http://www.yourname.com/install/index.php (yourname represents your domain name) and install the program according to the installation speed-up instructions.
4. After the installation is complete, please upload the pseudo-static files in the ReWrite rule directory to your space (on the server). The IIS rule name is httpd.ini, the apache rule name is .htaccess, and the IIS7.5 rule name is web.config.
5.Backend access address http://www.yourname.com/admin.php
Expand