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:
-
- What to do if phpcms gets garbled characters?
- The solution to phpcms get garbled code: first enter the phpcms background; then open the corresponding template file; then modify the correct code to "mb_convert_encoding($str, "utf-8", "gb2312");".
- PHPCMS 2354 2020-01-15 09:10:21
-
- phpcms background login verification code cannot be displayed
- The phpcms background login verification code cannot be displayed. Solution: 1. Open php.ini and uncomment extension=php_gd2.dll. 2. Open the system.php file and configure the correct website path after web_path. 3. Check whether the encoding format of the configuration file is correct.
- PHPCMS 3772 2020-01-14 10:15:55
-
- What should I do if the phpcms installation cannot be written?
- The solution to the problem that the phpcms installation is not writable: first execute the command "getenforce"; then execute the command "setenforce 0"; finally execute the command "getenforce" to change the phpcms file permissions to "writable".
- PHPCMS 3324 2020-01-14 10:07:04
-
- What to do if the phpcms v9 registration operation fails
- The solution to the failed phpcms v9 registration operation: first log in to the phpcms website backend; then find the "User" module; then click "Member Module Configuration"; and finally select to allow new members to register.
- PHPCMS 2418 2020-01-14 10:02:47
-
- What to do if the password of phpcms v9 is wrong
- Solution to phpcms v9 password error: first find and open the "index.php" file; then comment out the code "if($rtime['times'] >= $maxloginfailedtimes){}"; finally log in again and update the entire site Just cache.
- PHPCMS 2208 2020-01-14 09:58:36
-
- How are phpcms v9 cache files generated?
- How to generate phpcms v9 cache file: first open the "cache.func.php" file; then call multiple cache functions through the "cache_all()" method to generate cache, such as the "cache_common" function, "cache_table" function, etc. .
- PHPCMS 2760 2020-01-14 09:53:01
-
- What should I do if the phpcms v9 background login verification code does not display?
- The solution to the problem that the phpcms v9 background login verification code does not display: first open the configuration file "system.php"; then check the relevant path settings; then modify the code to "'web_path' => '/'"; finally save and log in again That’s it.
- PHPCMS 2623 2020-01-14 09:47:00
-
- What to do if the attachment directory creation of phpcms v9 fails
- The failure to create the phpcms v9 attachment directory is because the relevant folders do not have permissions. The solution is to set the controllable permissions of the "uploadfile" and "caches" folders to "777".
- PHPCMS 2477 2020-01-14 09:42:53
-
- What should I do if phpcms v9 cannot upload pictures?
- The solution to the problem that phpcms v9 cannot upload images: first open the "system.php" file; then add the code as "'up_path' => 'http://cp.a.com/'"; then open the "base.php" file And modify the code to "define(...)".
- PHPCMS 2484 2020-01-14 09:38:31
-
- What should I do if phpcms phpsso cannot log in?
- The solution to the problem that phpcms phpsso cannot log in: first enter the phpcms database; then check all the data in the user name field; finally insert the "v9_admin" management account information into "v9_sso_admin".
- PHPCMS 2738 2020-01-14 09:34:19
-
- What should I do if phpcms html cannot be written?
- The solution to the problem that phpcms html cannot be written: first create an HTML file; then rename it "index.html"; then use the FTP tool to upload it to the root directory of the website; finally create a "test_create_dir" folder.
- PHPCMS 2924 2020-01-14 09:30:06
-
- What should I do if phpcms get sql does not output results?
- The solution to phpcms get sql not outputting results: first enter the phpcms background; then open the corresponding template file; then modify the correct get sql statement to "{pc:get sql="SELECT title,url FROM v9_news...''}" That’s it.
- PHPCMS 2442 2020-01-14 09:26:00
-
- How to write an interface for phpcms api
- How to write an interface for phpcms api: first create the file "demo.php" in the api folder of the website, with the code "defined('IN_PHPCMS') or exit('No permission...);"; then on the requesting page Just use ajax to send the request.
- PHPCMS 3725 2020-01-14 09:21:14
-
- What to do if phpcms 500 internal server error occurs
- Solution to phpcms 500 internal server error: first open the "index.php" file; then debug the "showmessage()" method; then modify the "showmessage()" method to "//showmessage(L('thanks')" that is Can.
- PHPCMS 2260 2020-01-14 09:17:34
-
- What to do if phpcms admin fails to log in
- Solution to phpcms admin login failure: first open the "index.PHP" file; then comment out the code "if($rtime['times'] >= $maxloginfailedtimes){}"; finally log in to the background again and update the whole site cache That’s it.
- PHPCMS 1934 2020-01-14 09:13:37