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 phpcms navigation drop-down does not display?
- The solution to the problem that the phpcms navigation drop-down is not displayed: first add a secondary menu loop in the first-level menu; then enter the phpcms background; then set the columns that need to be displayed in the secondary menu to "Show in navigation".
- PHPCMS 2294 2020-02-04 10:54:45
-
- What should I do if phpcms phpsso cannot exit synchronously?
- The solution to the problem that phpcms cannot exit synchronously: first find the constructor of the "phpsso class" in "phpsso_server"; then delete the part where the code judgment statement is "empty($this->data)".
- PHPCMS 2257 2020-02-04 10:49:51
-
- What should I do if the phpcms editor does not display?
- The solution to the problem that the phpcms editor does not display: first go to the official website to download the editor resource package; then upload it to the default js file path of phpcms; then open the "form.class.php" file and modify the code to "if(!defined('EDITOR_INIT ')) {...}" is enough.
- PHPCMS 2896 2020-02-04 10:41:26
-
- What to do if phpcms v9 cannot upload pictures
- The solution to the problem that phpcms v9 cannot upload images: first open the "attachment.class.php" file; then replace the code "if(empty($this->userid)){" with "if(empty($_POST['userid' ])){"That’s it.
- PHPCMS 2438 2020-02-04 10:34:14
-
- What to do if phpcms v9 cannot be installed
- phpcms v9 cannot be installed because the table prefix has special symbols. The solution is: first enter the phpcms v9 installation interface; then change the data table prefix to "phpcmsv9"; then fill in the correct administrator account information.
- PHPCMS 2406 2020-02-04 10:29:42
-
- How to call member avatar in phpcms v9 template
- How to call the member avatar from the phpcms v9 template: first open the corresponding template file of phpcms; then use the code "{get_memberavatar($r['userid'],1,45)}" to call the member avatar, where the parameter "userid" represents the member ID number.
- PHPCMS 2780 2020-02-04 10:23:16
-
- What to do if phpcms v9 member login fails
- Solution to phpcms v9 member login failure: first check the "phpsso" settings and enable the "phpsso" interface; then check the server hosts file and edit the content to "127.0.0.1 localhost.localhostdomain localhost".
- PHPCMS 2588 2020-02-04 10:16:12
-
- What to do if login fails in phpcms v9
- Solution to phpcms v9 login failure: First open the "client.class.php" file; then modify the code on line 361 in the file to "$port = !empty($matches['port']) ? $matches[' port']..." can be used.
- PHPCMS 2491 2020-02-04 10:11:00
-
- What should I do if the recommendation bit of phpcms get cannot be updated?
- The solution to the problem that phpcms get recommendation position cannot be updated: first find the core file "push_api.class.php"; then find the recommendation position list interface processing function "position_list()"; then modify the code to "$fields_value = array()" .
- PHPCMS 2427 2020-02-04 10:05:03
-
- What should I do if discuz cannot log in to phpcms?
- The solution to the problem that discuz cannot log in to phpcms: first find and open the "user.php" file; then change the code "$_ENV['note']->add('updatepw')" on line 99 to "'username=' .urlencode()" can be used.
- PHPCMS 1918 2021-02-01 11:59:50
-
- What should I do if phpcms cannot find the content?
- The solution to the problem that phpcms cannot search the content: first find and open the "index.php" file; then find the code "if(!empty($segment_q)) {...}" and modify it to "$sql = " `siteid`= '$siteid' AND.." is enough.
- PHPCMS 2651 2020-02-03 13:52:42
-
- Solution to phpcms upload error 404
- Solution to phpcms upload error 404: First open the "global.func.php" file; then change the code "upload_url:"'.$upload_path..." to "upload_url:"'.APP_PATH.'index.php" that is Can.
- PHPCMS 2066 2020-02-03 13:31:20
-
- How to add content in phpcms
- How to add content in phpcms: first enter the phpcms management background; then select "Content->Content Release Management->Add Content"; then write the title, content, paging method, etc. in the "Add Content" page; finally select " Save and continue publishing".
- PHPCMS 2104 2020-02-03 13:23:38
-
- How to add administrator in phpcms
- How to add an administrator in phpcms: first enter the phpcms backend; then click the "Settings" button on the top menu; then click "Administrator Management" under "Administrator Settings"; finally click Add Administrator and enter the username of the new administrator. , password and other information.
- PHPCMS 2386 2020-02-03 13:24:35
-
- What to do if a content encoding error occurs in phpcms
- The solution to the phpcms content encoding error: first open the "system.php" file; then change "'gzip' => 1" in the file to "'gzip' => 0"; then open the "index.php" file and Just comment out the code "$code=isset(...)".
- PHPCMS 2768 2020-02-03 13:24:54