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:
-
- In which folder is the phpcms database located?
- The phpcms database is in the data folder under the MySQL installation directory on the server. A directory in the data folder represents a database, and we can find it based on the database name used by phpcms.
- PHPCMS 3187 2020-02-11 15:47:44
-
- What is the secondary development of phpcms?
- The secondary development of phpcms refers to: making customized modifications to the existing phpcms program, extending the functions, and then achieving the desired effect. Generally speaking, the core source code of the original program will not be changed.
- PHPCMS 2472 2020-02-11 15:24:26
-
- What files need to be modified after moving phpcms?
- The file that needs to be changed after moving phpcms is "/caches/configs/system.php". Just replace the old domain name inside with the new domain name. In addition, you need to enter the background and change the corresponding site domain name.
- PHPCMS 2185 2020-02-11 15:12:22
-
- Can phpcms use sql statements?
- phpcms can use sql statements. Common sql statements are such as: [update v9_category set setting=REPLACE(setting,"'workflowid' => '',","'workflowid' => '1',")].
- PHPCMS 3472 2020-02-08 17:28:09
-
- What to do if phpcms file upload fails
- The failure to upload the phpcms file may be caused by incorrect configuration parameters of the server php. The solution is: 1. First enter the phpcms background, open the site settings, modifications, attachment settings, and modify the [Allow attachment size] option; 2. Modify the php The .ini file can be configured.
- PHPCMS 2345 2020-02-08 17:19:07
-
- Solve the problem of phpcms background page confusion
- The way to solve the problem of phpcms background page confusion is: when adding the paging tag [page] to the article content, be sure to ensure that the paging tag [page] is not included in any [<div></div>] tags, such as [[page ]].
- PHPCMS 2643 2020-02-08 16:48:58
-
- How to open the database configuration file of the phpcms website
- The method to open the database configuration file of the phpcms website is: 1. First use the ftp upload tool to open the website source code file; 2. Then find the caches, configs, and database.php files in sequence, and save the database.php file to the desktop to open it.
- PHPCMS 3095 2020-02-08 16:36:59
-
- How to back up data in phpcms
- The method for phpcms to back up data is: 1. First log in to the phpcms backend and record the phpcms version; 2. Then click Extensions, Database Tools, select the database in the database connection pool, click inverse selection, click Start Backing Up Data, and then back up the data.
- PHPCMS 3204 2020-02-08 16:28:31
-
- How to modify domain name in phpcms
- The method for phpcms to modify the domain name is: 1. First use the phpmyadmin tool to back up the website mysql database; 2. Then use the editor to open the [.sql] file; 3. Finally, replace the old domain name with the new domain name and import this file into the website Just in the database.
- PHPCMS 2134 2020-02-08 16:08:52
-
- How to use new templates in phpcms
- The method for phpcms to use a new template is: 1. First open the website root directory and enter the templates folder; 2. Then find the template file demo and drag it into the current folder; 3. Finally log in to the website backend, modify the template style, and Just update the cache.
- PHPCMS 3176 2020-02-08 15:56:45
-
- How to use add, delete, modify and check in phpcms
- Add, delete, modify and query operations in phpcms, such as: [select($where = '', $data = '*', $limit = '', $order = '', $group = '', $key='')] , [query($sql)].
- PHPCMS 2050 2020-02-08 15:42:10
-
- Is there any fee for phpcms?
- 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 helping you upgrade programs, etc., and there will also be secondary development and customization. The free version is generally used by individual webmasters.
- PHPCMS 3113 2020-02-08 15:34:00
-
- How to modify pages template style in phpcms
- The method for phpcms to modify the pages template style is: 1. First open the phpcms\libs\functions\global.func.php file; 2. Then find the paging function and modify it, such as [$multipage..$num.L( page_item)].
- PHPCMS 2606 2020-02-08 15:23:30
-
- Unable to upload pictures in phpcms background
- The solution to the problem that the phpcms background cannot upload images is: 1. First open the [attachment.class.php] file; 2. Then modify the file, such as [if(empty($_POST['userid'])){].
- PHPCMS 2619 2020-02-08 15:04:22
-
- How does phpcms remove website backend announcements by modifying the code?
- How phpcms removes website background announcements by modifying the code: 1. First open the admin.func.php file; 2. Then delete [$update] and [$notice_url]; 3. Finally update the system cache and log in again.
- PHPCMS 2309 2020-02-08 14:54:01