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:
-
- How to add hyperlinks and friendly links in phpcms
- How to add hyperlinks in phpcms: First enter the phpcms backend, click "Modules" on the top menu; then click the "Friendly Links" option under "Module Management"; finally click "Add Friendly Links" to start adding friendly links.
- PHPCMS 2848 2020-07-14 10:08:18
-
- How to read code in phpcms
- How to view the code in phpcms: first enter the phpcms background; then find the "phpcms\templates\" folder; then enter the templates folder; and finally find the corresponding code file that needs to be viewed.
- PHPCMS 2938 2020-07-14 10:03:34
-
- What should I do if phpcms does not support https?
- The solution to the problem that phpcms does not support https: first find the "global.func.php" file; then modify the code to "$url = str_replace(array('https://','//','~')"; finally Just modify the content_list file.
- PHPCMS 2567 2020-07-13 11:25:15
-
- Where are phpcms articles published?
- phpcms articles are published in the phpcms management background. The specific steps for publishing articles are: first visit "http://yourwebsite/admin.php" to log in to the background; then find "Content->Management Column"; finally open "Content" ->Content Release Management->Manage Content" and publish the article content.
- PHPCMS 2513 2020-07-13 11:14:53
-
- How to upload song files in phpcms
- How to upload song files in phpcms: first open "Settings->Site Management->Modify"; then add the types you need in the "Allow upload attachment types" in the attachment configuration; then open "Add Model" and add the corresponding model ;Finally, select "Multiple File Upload" in "Field Type" and add "mp3|wma".
- PHPCMS 2361 2020-07-13 11:07:40
-
- What should I do if phpcms reports an error when entering the background?
- The solution to the error reported when phpcms enters the background: first find and open the "/caches/configs/system.php" file; then change mysql in "'session_storage' => 'mysql'" to files.
- PHPCMS 2924 2020-07-13 11:01:16
-
- Solve the problem that the phpcms title cannot be empty
- The solution to the problem that the phpcms title cannot be empty: first open and modify the content of the "global.func.php" file; then find and open the "form.inc.php" file; then add the statement "$linkageidb=$linkageid+1;" ;Finally update the cache.
- PHPCMS 2782 2020-07-11 11:11:26
-
- What should I do if ob start fails in phpcms?
- Solution to ob start failure in phpcms: 1. Open the "phpcms/base.php" file and modify the code to "ob_start('ob_gzhandler');"; 2. Find gzip in "system.php" and modify it to " 'gzip'=>0".
- PHPCMS 2727 2020-07-11 11:03:56
-
- Where is the phpcms template file?
- The phpcms template file is in the "phpcms/templates/default/" directory in the root directory of the website, and the content template of the main website front-end is in the "default/content" directory.
- PHPCMS 3217 2020-07-11 11:00:19
-
- How to move PHPCMS?
- PHPCMS relocation method: first open "caches/configs/database.php"; then modify the configuration information inside; then also modify "phpsso_server/cache/configs/database.php"; and finally import the backup data.
- PHPCMS 2739 2020-06-23 17:30:04
-
- In which table does PHPCMS article data exist?
- The additional data of PHPCMS articles is stored in the "phpcms_c_news" table, and the main content data is stored in the "phpcms_content" table. The data in "phpcms_content" is all content data. When querying article data, you only need to query "phpcms_c_news".
- PHPCMS 3635 2020-06-23 14:22:23
-
- How to imitate PHPCMS website?
- PHPCMS website imitation method: first use PHPStudy to install PHPCMS locally; then process the PHPCMS template file according to the target website homepage; then clear the pictures, news, and download original data; and finally set the data according to the target website.
- PHPCMS 4035 2020-06-23 11:40:32
-
- How to add 301 of PHPCMS?
- PHPCMS 301 addition method: first open the "index.php" file in the root directory; then determine "$_SERVER['HTTP_HOST']". If it equals the set domain name, use the function "header()" to set the HTTP status code to 301; Finally, jump to the specified URL.
- PHPCMS 3183 2020-06-23 11:18:01
-
- How to install PHPCMS on this machine?
- How to install PHPCMS on your local machine: first download and install PHPStudy; then open PHPStudy and start the service; then add a website and enter the root directory of the website; then decompress the PHPCMS source code to the root directory; and finally open the website for installation.
- PHPCMS 2952 2020-06-23 11:02:01
-
- PHPCMS does not support PHP7?
- PHPCMS supports PHP7. The official upgrade update log has stated that the latest version supports "PHP5.5", "PHP5.6" and "PHP7". PHPCMS is a website management software. The software adopts modular development and supports a variety of Classification method, which can be used to facilitate the design, development and maintenance of personalized websites.
- PHPCMS 3211 2020-06-23 10:44:55