current location:Home > Technical Articles > CMS Tutorial > PHPCMS
- Direction:
- All web3.0 Backend Development Web Front-end Database Operation and Maintenance Development Tools PHP Framework Daily Programming WeChat Applet Common Problem Other Tech CMS Tutorial Java System Tutorial Computer Tutorials Hardware Tutorial Mobile Tutorial Software Tutorial Mobile Game Tutorial
- Classify:
-
- where is phpcms php.ini
- php.ini is in the php installation directory. phpcms is a cms system written in php and has nothing to do with php.ini. php.ini is the configuration file of the php component.
- PHPCMS 3407 2019-11-09 09:17:21
-
- phpcms prompts server security authentication error
- The reason why phpcms prompts a server security authentication error is: app_path has not been modified, causing the value of app_path to be inconsistent with other domain name settings. Solution: Make sure it is the same as other domain names by modifying the app_path in the system.php file.
- PHPCMS 2798 2019-11-08 16:34:17
-
- How to solve phpcms js garbled code
- The solution to garbled phpcms js: first select the encoding of phpcms as utf-8; then save the js in utf-8 encoding; finally, specify charset="utf-8" in the script tag that introduces js.
- PHPCMS 2468 2019-11-08 16:13:28
-
- Can phpcms v9 php7 run?
- phpcms v9 is the latest version of the domestic mainstream CMS "9.6.0 adapts to php5.5 php5.6 php7". This is the original words of the official upgrade and update instructions of phpcms, so it supports php7.
- PHPCMS 3493 2019-11-08 14:52:24
-
- What should I do if I forget my phpcms password?
- The solution for phpcms forgotten password: first find the database corresponding to the website; then find v9_admin in the database and click to enter; then you can check the encrypted password in the v9_admin table.
- PHPCMS 2687 2019-11-07 11:14:33
-
- How to install phpcms v9
- How to install phpcms v9: First go to the official website to download the phpcms v9 program; then upload all the files in the install_package directory to the website; then open "http://your domain name/install/index.php" to enter the installation interface; finally click "Start" Just install".
- PHPCMS 2452 2019-11-07 11:08:29
-
- Where is the phpcms v9 database?
- The phpcms v9 database file is located in the configs folder. The search method is: first find the caches folder in the source code file; then open the caches folder and find the configs folder; then find the database.php file and open it to see the database information.
- PHPCMS 2902 2019-11-07 11:03:57
-
- How about phpcms v9
- phpcms v9 is very good. For small local portals, PHPCMS is very suitable. Not only in terms of security, the portal-level operation method, simple and powerful station group functions, and functional modularity are very suitable for future maintenance and continuous development.
- PHPCMS 2485 2019-11-07 09:51:09
-
- Is phpcms free?
- phpcms has a free version and a commercial version. The free version is limited to personal non-commercial use, while the commercial version requires purchasing a license.
- PHPCMS 2710 2019-11-06 11:10:27
-
- What is phpcms v9
- phpcms v9 is a system developed based on PHP5+MYSQL technology. It currently provides content models such as articles, pictures, downloads, etc. On this basis, it can be very convenient to expand functions such as information, real estate, friends, and reviews.
- PHPCMS 2837 2019-11-06 10:58:15
-
- phpcms installation cannot connect to the database
- First open install/step5.tpl.php and modify line 127 to "'&dbpw='+escape($('#dbpw').val())"; then modify line 55 of step6.tpl.php to "escape('<?= $dbpw?>')".
- PHPCMS 3306 2019-11-05 16:41:13
-
- How to solve phpcms hash data verification failure
- The solution to the failure of phpcms hash data verification: first open the php.ini configuration file; then uncomment max_input_vars and change its value to 10000; finally restart the php service.
- PHPCMS 3786 2019-11-05 16:18:56
-
- How to set template in phpcms v9
- How to set templates in phpcms v9: 1. Open the phpcms management system; 2. Re-create the folder to store the template code; 3. Open the folder where the template is stored and replace the template code in the content folder.
- PHPCMS 2615 2019-11-05 15:00:30
-
- phpcms v9 cannot collect URLs
- Solution to the problem that the phpcms v9 system cannot collect URLs: 1. Open the terminal and use the mysql command to log in to the database; 2. Open the database used by phpcms; 3. Clear the contents of the v9_collection_history table; 4. Collect again.
- PHPCMS 2184 2019-11-05 14:37:53
-
- phpcms system failed to connect to mysql
- The reason why the phpcms system fails to connect to mysql is that the phpcms installation program code does not escape the special characters in the submitted password. Solution: Perform escape processing in the step5.tpl.php and step6.tpl.php programs.
- PHPCMS 2708 2019-11-05 14:09:49