current location:Home > Technical Articles > CMS Tutorial
- 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 is the difference between PHPCMS and PHP?
- The difference between PHPCMS and PHP: PHPCMS is a complete open source website content management system, while PHP is a computer programming language, and PHPCMS is written in PHP language, so the two are completely different things and cannot be compared.
- PHPCMS 2667 2020-07-20 10:17:12
-
- PHPCMS upload error 413?
- PHPCMS upload error 413. The reason is that Nginx default limit of the maximum upload file is 1M, so uploading files exceeding 1M will report a 413 error. Solution: Find "client_max_body_size" under the "nginx.conf" configuration and change it to 10M.
- PHPCMS 3138 2020-07-20 09:55:20
-
- PNG watermark is not displayed in PHPCMS?
- Solution to the problem that PNG watermarks are not displayed in PHPCMS: First open the "phpcms_model_field" and "phpcms_module" data tables; then change the "gif" in the "setting" field to "png"; finally enter the background to update the column cache.
- PHPCMS 2019 2020-07-20 09:17:45
-
- Is PHPCMS separated from front-end and back-end?
- PHPCMS is not a separation of front-end and back-end. PHPCMS is a website management software. The software adopts modular development and supports multiple classification methods. It can be used to easily realize the design, development and maintenance of personalized websites, and can widely meet the needs of various sizes. Website requirements.
- PHPCMS 3570 2020-07-18 17:31:07
-
- Are there many plug-ins for PHPCMS?
- There are many PHPCMS plug-ins. PHPCMS is a website management software. The software adopts modular development, supports multiple classification methods, and has many functions such as articles, downloads, pictures, classified information, movies, shopping malls, collection, and finance.
- PHPCMS 2544 2020-07-18 17:24:44
-
- Where is the watermark in phpcms v9?
- The phpcms v9 watermark is in [Site Management]. How to open it: first enter [Site Management] under [Settings]; then click the [Modify] link in the site management on the right; finally, in the editing site interface, you can see the watermark Picture settings and information.
- PHPCMS 2316 2020-07-18 17:04:11
-
- How to move Phpcms locally?
- How to move Phpcms locally: First modify the database connection file in "/cache/configs/database.php"; then modify "/cache/configs/system.php" to replace "localhost" with the user's URL in batches; finally import the backup data. Can.
- PHPCMS 2467 2020-07-18 16:54:04
-
- Does Phpcms have paging function?
- Phpcms has a paging function. How to use it: first open the "phpcms\libs\functions\global.func.php" file, search for "pages" on the page, and find the paging method; then copy and modify the method name to modify the paging style inside; Just call it last.
- PHPCMS 2491 2020-07-18 16:24:32
-
- Where is the phpcms database configured?
- The phpcms database is configured in the "database.php" file. The search method is: first open the website source code file and find the "caches" folder in the source code file; then find the "configs" folder; then find "database.php" file and open it for configuration.
- PHPCMS 3599 2020-07-18 14:56:06
-
- Where is the phpcms advertisement?
- phpcms advertising is set under the "Advertising" category in the module management. The method of adding phpcms advertising is: first click to add a placement, select the type of advertising space, and fill in the required parameters according to the type settings; then add the location Add advertisement; finally enter the advertisement title, advertisement type title and other contents.
- PHPCMS 5829 2020-07-18 12:37:38
-
- What to do if phpcms urlrule does not take effect
- Solutions for phpcms urlrule not taking effect: 1. Generate html static files; 2. Need to rewrite the url rule "RewriteRule" of ".htaccess".
- PHPCMS 3066 2020-07-18 11:53:18
-
- What should I do if the phpcms graphic verification code is not displayed?
- The phpcms graphic verification code is not displayed because the "route.php" file format in the config is "utf8+BOM". The solution is to change this file to the "utf-8" format.
- PHPCMS 4557 2020-07-18 11:47:26
-
- How to open the homepage of phpcms
- How to open the homepage of phpcms: first download and install the phpcms software; then enter the address "http://127.0.0.1" or "http://localhost" in the address bar of the browser to open the homepage and access it.
- PHPCMS 4170 2020-07-18 11:43:06
-
- Solution to phpcms image not existing
- Solution to the non-existent phpcms image: First find and open the "attachments.php" file; then change "if(empty($this->userid)){" to "if(empty($_POST['userid']) ){"That's it.
- PHPCMS 2976 2020-07-18 11:38:47
-
- What should I do if pictures cannot be uploaded in the phpcms background?
- The solution to the problem that phpcms cannot upload images in the background: first find and open the "attachment.class.php" file; then replace "if(empty($this->userid)){" with "if(empty($_POST['userid" '])){"That's it.
- PHPCMS 2507 2020-07-18 11:11:02