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 email fails to be sent
- The reason why phpcms email fails to be sent is because the server configuration disables the "fsockopen" function. The solution is: first open the "client.class.php" file; then change the code "fsockopen" in it to "pfsockopen".
- PHPCMS 2716 2019-12-28 10:34:24
-
- What to do if the phpcms page is garbled
- The phpcms page is garbled because the encoding methods of the page are inconsistent. The solution: first find the corresponding "html"; then right-click to open it in Notepad; then set the encoding to "UTF-8", so that the encoding of the page The encoding method is consistent with the set encoding method to solve the garbled code problem.
- PHPCMS 3085 2019-12-28 10:31:10
-
- Does phpcms cost money?
- phpcms has a paid version and a free version; the biggest difference is that the paid version can provide some follow-up services, such as upgrade programs, etc., and there will also be secondary development and customization; the phpcms official agreement states that when the phpcms system is used for commercial purposes, it is charged , but the free version is generally used by individual webmasters.
- PHPCMS 2183 2019-12-28 10:27:22
-
- What to do if phpcms push fails
- Solution to phpcms push failure: First open the "push_api.class.php" file; then modify the code about array initialization in the file to "$fields_arr = $fields_value = array();" to push normally.
- PHPCMS 2167 2019-12-28 10:20:41
-
- What to do if phpcms pictures are not displayed
- The solution to the problem that phpcms pictures are not displayed: first open the "system.php" file; then enter the background "Settings->Site Management" and change the domain name of the corresponding site to a new domain name; then click the "Update Cache" button to update the system cache; Finally, just update the addresses of all articles.
- PHPCMS 3629 2019-12-28 10:12:21
-
- What to do if phpcms cannot be collected
- Solution to phpcms failure to collect: First open the "collection.class.php" file; then add a new function as "function curl_request()"; then find the "get_htm" function and modify it to "if(substr()){} "That's it.
- PHPCMS 2549 2019-12-28 10:06:31
-
- What to do if phpcms cannot upload attachments
- The solution to the problem that phpcms cannot upload attachments: first log in to the phpcms backend management page; then go to "Users" - "Manage Member Groups" and modify the user group's setting information; then give the user group the "Allow upload of attachments" permission to upload normally. appendix.
- PHPCMS 2723 2019-12-28 10:01:56
-
- What is phpcms secondary development?
- The secondary development of phpcms simply means customizing and modifying the existing phpcms software, extending the functions, and then achieving the functions you want. Generally speaking, the core of the original system will not be changed.
- PHPCMS 2673 2019-12-27 16:36:21
-
- What should I do if the phpcms v9 file is too large to be uploaded?
- The solution to the problem that the phpcms v9 file is too large to be uploaded: first log in to the phpcms backend; then select "Site Settings - Modify - Attachment Settings - Allow Attachment Size"; then enter a new value, such as "20480".
- PHPCMS 2487 2019-12-27 11:22:19
-
- How to add template in phpcms
- How to add a template to phpcms: first download and unzip a phpcms template; then access it through FTP and upload all the template folders to the templates folder; then log in to the website backend and click "Template Style - Template Scheme Management" under the system settings; Finally, choose to add a template.
- PHPCMS 2157 2019-12-27 11:15:14
-
- What should I do if the phpcms background cannot upload pictures?
- The solution to the problem that the phpcms background cannot upload images: first find and open the "attachment.class.php" file; then replace the "if( empty($this ->userid))" part of the code with "if(empty ( $_POST ['])" will do.
- PHPCMS 2575 2019-12-27 11:02:25
-
- What should I do if the phpcms background cannot publish articles?
- The solution to the problem that the phpcms background cannot publish articles: first find and open the "system.php" file; then change "mysql" in "'session_storage' => 'mysql'" to "files"; finally log in to the phpcms website background to update the cache That’s it.
- PHPCMS 2263 2019-12-27 10:56:29
-
- What to do if phpcms v9 cannot connect to the database
- phpcms v9 cannot connect to the database because the database password is a special character. The solution is: first open the "step5.tpl.php" file; then replace the code on line 127 with "varurl='?step=dbtest&dbhost='+$ ('#dbhost')" will do.
- PHPCMS 2347 2019-12-27 10:49:42
-
- How to turn off cache in phpcms v9
- How to turn off the cache in phpcms v9: first open the "global.func.php" file; then look for the function "function template(){if (file_exists()}" part; then delete the "if" code in it to turn off the cache.
- PHPCMS 3099 2019-12-27 10:44:55
-
- What should I do if phpcms v9 cannot generate static pages?
- The solution to the problem that phpcms v9 cannot generate static pages: first go to "html" and delete everything in the "zi_xun" directory; then update the cache, batch update column pages, batch update URLs, and batch update content pages to generate static pages.
- PHPCMS 2284 2019-12-27 10:38:09