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 phpcms does not allow uploading this type of file?
- phpcms does not allow this type of file to be uploaded because the file types that are allowed to be uploaded are not selected in the site; the solution: first enter the phpcms management background; then enter the site settings interface; finally select to add the file types that are allowed to be uploaded.
- PHPCMS 2757 2020-02-05 10:22:46
-
- How to set up phpcms unlimited model search
- How to set up phpcms unlimited model search: first open the "index.php" file in the "search" module; then modify the code to "defined('IN_PHPCMS')..."; then add it to the "header.html" template An "unlimited" search condition will suffice.
- PHPCMS 2941 2020-02-05 10:18:15
-
- What should I do if phpcms cannot save remote images?
- The solution to the problem that phpcms cannot save remote images: first log in to the phpcms backend; then select "Content->Model Management->Article Model-Field Management->Content Field"; then modify the word attribute to "Save remote images".
- PHPCMS 2418 2020-02-05 10:11:08
-
- What should I do if the phpcms editor attachment cannot be uploaded?
- The solution to the problem that attachments cannot be uploaded in the phpcms editor: first open the "system.php" file; then add the code as "'up_path' => 'http://xxx.com/'"; then open the "base.php" file and Just add the code as "define(...)".
- PHPCMS 2070 2020-02-05 10:04:09
-
- What should I do if phpcms v9 cannot pass the duplicate name?
- The solution to the problem that phpcms v9 cannot pass the duplicate name: first upload the phpcms template file directly; then upload the SQL backup and template package in the "\caches\bakup\default\" folder; and finally use binary FTP upload.
- PHPCMS 2061 2020-02-05 09:57:38
-
- What should I do if the connection to the homepage column of phpcms v9 fails?
- The solution to the failure to connect to the phpcms v9 home page column: first open the "system.php" file; then replace the domain names in batches; then enter the phpcms background and find the "Content" column; finally modify the new access address and update the column cache.
- PHPCMS 2060 2020-02-05 09:51:28
-
- What should I do if the installation of phpcms2008 fails and prompts 1064?
- The phpcms2008 installation failure prompts a 1064 error because of the MySQL database environment and coding issues or Windows environment configuration and connection timeout issues; the solution is to modify the mysql encoding and modify the environment configuration content.
- PHPCMS 2180 2020-02-05 09:45:25
-
- What should I do if phpcms v9 cannot enter the background?
- The reason why phpcms v9 cannot enter the background is because there is a primary key conflict error in the mysql database. The solution is: first enter the database "v9_log" table; then find the data with the id "1243"; and finally delete the data.
- PHPCMS 3165 2020-02-05 09:37:26
-
- How to call phpcms related articles
- The method for phpcms to call related articles: first enter the phpcms background; then open the corresponding template file; then add the code to call related articles as "{php $tempkey = get_sql_in($gt[keywords]);}{get sql="... ."}" is enough.
- PHPCMS 3678 2020-02-04 13:43:26
-
- What should I do if pictures cannot be inserted into articles submitted to phpcms?
- The solution to the problem that pictures cannot be inserted into articles submitted by phpcms: first open the "attachments.php" file; then modify the code on line 18 to "$this->isadmin = $this->admin_username = $_SESSION[]".
- PHPCMS 2833 2020-02-04 11:44:30
-
- How to solve phpcms upload prompt error 500
- Error 500 occurs when uploading in phpcms because the directory permissions are insufficient. The solution is: first enter the phpcms background; then set the permissions of each directory to "777"; finally restart the server to solve the 500 error.
- PHPCMS 2349 2020-02-04 11:34:04
-
- Where are the phpcms cache files?
- phpcms cache files are located in the caches directory; the caches directory is a centralized place for cache files and is stored in folders by model and category; all files prefixed with "caches_" in the caches folder are cache files.
- PHPCMS 2965 2020-02-04 11:21:05
-
- What should I do if the background cannot be opened after phpcms is uploaded to the server?
- The solution to the problem that the phpcms background cannot be opened: first package the website and upload it to the server through FTP; then export the database; then import the server database; then modify the configuration files "database.php" and "system.php"; and finally update the whole site cache. That’s it.
- PHPCMS 5663 2020-02-04 11:14:41
-
- What should I do if phpcms prompts that the information does not exist?
- phpcms prompts that the information does not exist because the path is wrong. The solution is: first enter the phpcms management background; then select "Content→Management Column"; then click into the column and check "Generate HTML Settings" to "Yes" .
- PHPCMS 3144 2020-02-04 11:07:43
-
- What to do if there is an error when publishing an article in phpcms
- Solution to phpcms publishing error: first find and open the "system.php" file; then modify the code "'session_storage'=>'mysql'" to "'session_storage'=>'files'"; finally upload it to the corresponding directory Just cover it.
- PHPCMS 2519 2020-02-04 11:00:58