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 does phpcms determine whether it is the home page?
- phpcms can use to determine the homepage: {if !$catid}I am the homepage{/if}. The basis for judgment is: the $catid variable on the homepage is empty, so judging whether it has a value can determine whether it is the homepage.
- PHPCMS 2027 2020-02-15 14:44:43
-
- How to display only specified columns on the phpcms homepage
- How to display only specified columns on the phpcms homepage: first create a subcat function to obtain sub-columns; then use the loop tag to cycle through sub-columns; and finally use the if tag to determine the id of the column for selective output.
- PHPCMS 2563 2020-02-15 14:18:20
-
- How to upload pictures in phpcms
- How to upload images in phpcms: First, use script and link tags to introduce js and css files on the template page; then add a form to the page; and finally add an input box of type button to trigger the upload.
- PHPCMS 2967 2020-02-15 14:01:43
-
- How to solve the problem 'The information you want to view does not exist' in phpcms v9
- Solution to the phpcms v9 prompt "The information you want to view does not exist": First find line 59 of /phpcms/modules/content/index.php; then replace the showmessage function with header('location:/404.html') .
- PHPCMS 2487 2020-02-15 13:43:48
-
- What should I do if the phpcms v9 background cannot upload images?
- The solution to the problem that the phpcms v9 background cannot upload images: 1. Do not use a dedicated second-level domain name; 2. Modify the system.php file and add the up_path background domain name configuration address after app_path.
- PHPCMS 2717 2020-02-15 13:21:33
-
- How to solve the dns error when installing phpcms
- The solution to the dns error when phpcms is installed: first open the /install/install.php file; then search the $PHP_DNS field; and finally change www.phpcms.cn in it to the domain name you are installing.
- PHPCMS 3144 2020-02-15 11:59:17
-
- What should I do if phpcms cannot read the cache?
- Solution to the problem that phpcms cannot read the cache: 1. Open the php.ini file, find memory_limit, change its value to a larger value and restart the web server; 2. Add @ini_set('memory_limit','128M in front of $CACHE=cache_read ').
- PHPCMS 2461 2020-02-15 11:32:42
-
- How to solve the problem that phpcms cache is not updated
- The solution to the problem that the phpcms cache is not updated: first open the mysql configuration file my.ini; then find max_allowed_packet and modify its value to 16M; finally restart the server and update the cache.
- PHPCMS 3207 2020-02-15 11:14:34
-
- How to use phpcms linkage menu
- How to use the phpcms linkage menu: First, when creating a custom field in the data model, set the field type to linkage menu; then select your linkage menu through the linkage list at the menu ID option; finally, this will appear in the content addition editing interface. Linked menu items.
- PHPCMS 2866 2020-02-15 11:03:14
-
- What should I do if phpcms does not display the verification code?
- The solution to phpcms not displaying the verification code: first find and open the "php.ini" file; then search for the code "extension=php_gd2.dll"; finally check whether there is a comment symbol in front of the code and delete the symbol.
- PHPCMS 2266 2020-02-12 10:33:00
-
- What to do if phpcms installation fails
- The solution to the failed installation of phpcms: first find the location where the "install.php" error is reported; then delete the code "caches/caches_admin/caches_data/applist.cache.php"; and finally reinstall phpcms.
- PHPCMS 2553 2020-02-12 10:27:22
-
- What to do if phpcms v9 registration fails
- Solution to phpcms v9 registration failure: first log in to the phpcms website management background; then find the "User" module in the background; then select the "Member Module Configuration" - "Allow new member registration" option; finally check "Yes" Restore normal registration function.
- PHPCMS 2588 2020-02-12 10:21:10
-
- What should I do if phpcms v9 visitors cannot upload pictures?
- The solution to the problem that phpcms v9 visitors cannot upload pictures: first find and open the "member/templates/member_group_edit.tpl.php" file; then comment out the code "if($groupinfo['groupid']!=8){}" Can.
- PHPCMS 2610 2020-02-12 10:16:16
-
- How to modify phpcms navigation link
- How to modify the phpcms navigation link: 1. Open the backend, add a column as an external link, and set it to be displayed in the navigation bar; 2. Change header.html and change {$r[url]} to the required link. .
- PHPCMS 2982 2020-02-11 17:21:49
-
- phpcms implements different templates for mobile and computer terminals
- The method for phpcms to implement different templates for mobile and computer terminals: first open the global.func.php file; then add the isMoblie() method at the end to judge the mobile terminal; finally use if in the index.php file to judge and call Just different templates.
- PHPCMS 3049 2020-02-11 16:02:27