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 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 2738 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 2371 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 2343 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 2141 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 2764 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 2594 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 2526 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 3020 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 2549 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 3437 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 3838 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 2982 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 2786 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 3039 2020-06-23 10:44:55
-
- Do you want to buy PHPCMS?
- There is no need to purchase PHPCMS. PHPCMS has a free version and a paid version. The difference between the two versions is that the paid version can provide some follow-up services, such as program upgrades, technical support, etc., and can carry out secondary development and customization. The two versions You can choose according to the situation.
- PHPCMS 2228 2020-06-23 10:29:32