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:
-
- What should I do if the verification code does not display in the phpcms background?
- The solution to the phpcms background verification code not being displayed: first check the host environment; then open the "php.ini" file and check and search for "extension=php_gd2.dll"; then delete the comment symbol in front of the code.
- PHPCMS 2706 2020-01-02 10:59:08
-
- What should I do if I cannot log in to the phpcms background?
- The solution to the inability to log in to the phpcms backend: first use the mysql management tool to log in to the database space; then find the "member" table, change the administrator password and enter the "security key + password"; then clear the "member_cache" table to log in normally.
- PHPCMS 2850 2020-01-02 10:37:14
-
- How to import phpcms model
- How to import models in phpcms: first enter the phpcms background; then select "System Settings - Model Management - Import Model"; then select "Upload Model" in the "Import Model" interface.
- PHPCMS 2557 2020-01-02 10:21:05
-
- phpcms determines whether there are subordinate columns
- The method for phpcms to determine whether there are subordinate columns: first enter the phpcms background; then open the corresponding template file; then judge by "child", add the code as "if($r[child]){echo "has sub-column";}else {echo "No sub-column";}".
- PHPCMS 2548 2020-01-02 10:17:51
-
- How to update cache in phpcms
- How to update the cache of phpcms: first log in to the phpcms system backend; then select "Extension > Update Site-wide Cache"; finally click and confirm "Update Site-wide Cache".
- PHPCMS 3154 2020-01-02 10:14:04
-
- How to enter the background of phpcms
- How to enter the backend of phpcms: first install the phpcms system; then open the browser; then enter the address to access the backend in the form of "domain name/admin.php"; finally enter the user password directly to enter the phpcms backend.
- PHPCMS 4481 2020-01-15 10:28:37
-
- How to modify tags in phpcms
- How to modify tags in phpcms: first open the "template_cache.class.php" file; then find the "pc_tag()" method; then parse and convert it into php through the "pc_tag()" method.
- PHPCMS 2205 2020-01-02 10:04:09
-
- What should I do if phpcms cannot upload pictures?
- The reason why phpcms cannot upload images is due to a misjudgment of the code. The solution is: first open the "attachment.class.php" file; then modify the code to "if(empty($_POST['userid']))".
- PHPCMS 2046 2020-01-02 10:01:02
-
- How to configure 404 in phpcms
- How to configure 404 page in phpcms: 1. Create a page404.php file in the root directory of the website. 2. Define the 404 page in the function library. 3. Modify the lists and show methods in index.php.
- PHPCMS 4053 2020-01-02 09:45:53
-
- What is phpsso in phpcms?
- PHPSSO is a single sign-on system developed in PHP. Among multiple application systems connected to PHPSSO, users only need to log in once to access all mutually trusted application systems.
- PHPCMS 4177 2019-12-30 14:21:45
-
- Is phpcms open source?
- phpcms is open source. PHPCMS is a website content management system and an open source PHP development framework. The software adopts modular development and supports multiple classification methods. It can be used to facilitate the design, development and maintenance of personalized websites.
- PHPCMS 3679 2019-12-30 14:06:57
-
- How to install phpcms v9
- How to install phpcms v9: First upload the "PHPCMS V9" program to the server; then access the installation path in the browser and enter the installation interface; then click "Start Installation" and click "Next" in sequence; finally fill in the correct database information The installation is complete.
- PHPCMS 4858 2019-12-28 11:40:09
-
- How to upload videos in phpcms
- How to upload videos in phpcms: first use the ftp tool to upload the video file to the specified directory; then log in to the phpcms backend; then when adding a video, introduce the URL of the video file to complete the video upload.
- PHPCMS 3363 2019-12-28 11:32:52
-
- How to add video in phpcms
- How to add videos in phpcms: first enter the phpcms background; then click "Module Management Options" in the "Module" menu and find "Video Library" and click "Install"; then update the column cache; finally click "Apply" under the "Video" menu Activate" option to add videos.
- PHPCMS 3557 2019-12-28 11:12:18
-
- How to modify copyright in phpcms
- How to modify the copyright of phpcms: first find and open the template file "footer.html" of phpcms; then find the location of the "PHPCMS" field in the file; then modify "PHPCMS" to the required name.
- PHPCMS 2659 2019-12-28 10:59:43