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 connect phpcms to database
- How to connect to the database with phpcms: Open the database configuration file "caches/configs/database.php", add the database configuration information in default to connect to the database.
- PHPCMS 2488 2020-01-14 09:11:57
-
- What to do if phpcms 2008 installation error occurs
- The phpcms 2008 installation error is caused by the MySQL version being too high. The solution is to modify the correct SQL statement to "CREATE TABLE `phpcms_admin` (`userid` MEDIUMINT(8) UNSIGNED NOT...)".
- PHPCMS 1995 2020-01-14 09:10:04
-
- Solution to phpcms 1064 error
- Solutions to the phpcms 1064 error: 1. Modify the MySQL database environment and coding environment; 2. Modify the Windows environment configuration issues and connection timeout issues; 3. Modify the server environment issues and reinstall the database.
- PHPCMS 2247 2020-01-14 09:07:05
-
- How to determine whether it is the home page in phpcms
- How to determine whether it is the homepage in phpcms: You can use the statement "{if !$catid}I am the homepage{/if}" to determine whether it is the homepage. The $catid variable on the homepage is empty. You can determine whether it is by judging whether $catid is empty. for the home page.
- PHPCMS 2760 2020-01-13 17:29:49
-
- How to use phpcms batch move
- How to batch move phpcms: 1. Batch move selected articles: On the background management page, select website channel - article - manage articles, and then specify the article ID to move in batches. 2. Batch move all articles in a column: Just select batch move articles in the management articles.
- PHPCMS 2316 2020-01-13 16:47:27
-
- How does phpcms determine whether the user is logged in?
- How phpcms determines whether the user is logged in: first use the "param::get_cookie('_userid')" method to obtain the userid, and then determine whether the user is logged in by determining whether the userid is empty.
- PHPCMS 2795 2020-01-11 16:45:42
-
- How to solve the problem that the author name is not displayed in phpcms
- Solution to the problem that the author name of phpcms is not displayed: Find the content_model.class.php file in the root directory, open it with an editor, and then make some modifications in this file.
- PHPCMS 2526 2020-01-11 16:16:31
-
- Processing steps after changing domain name in phpcms
- Processing steps after changing the domain name of phpcms: 1. Click Update Cache. 2. Replace the attachment address in Content-Attachment Management. 3. Update URLs in batches. 4. Update the column cache. 5. Generate content page-generate column page-generate home page.
- PHPCMS 2652 2020-01-10 16:48:32
-
- What to do if phpcms verification code verification fails
- The phpcms verification code verification failed because the Session was not successfully written to the database. The solution: first open the "/caches/configs/system.php" file; then modify the code to "'session_storage' => 'files'," .
- PHPCMS 2415 2020-01-10 10:32:02
-
- What to do if phpcms cannot update cache files
- The reason why phpcms cannot update the cache file is because the "cache_model.class.php" under the "phpcms\mode" file is missing. This can be solved by deleting the data in the column in the "v9_category" table.
- PHPCMS 3061 2020-01-15 10:47:54
-
- How to install phpcms v9
- How to install phpcms v9: First download the "phpcms v9" compressed package and decompress it; then place the files in the "install_package" folder in the root directory; then enter "localhost/xiaoze" in the browser address bar and click "Start Installation" "That's it.
- PHPCMS 6156 2020-01-10 10:21:53
-
- What should I do if phpcms v9 cannot be registered?
- The reason why phpcms v9 cannot be registered is due to incompatibility between the server providers used. The solution is to check whether there have been recent changes in settings and services, and then modify the service settings.
- PHPCMS 2641 2020-01-15 10:47:29
-
- What should I do if the collection function of phpcms v9 cannot be used?
- The solution to the problem that the collection function of phpcms v9 cannot be used: first open the "collection.class.php" file; then add the new function code as "protected static function curl_request($url){}" and save it.
- PHPCMS 2923 2020-01-10 10:11:01
-
- How to configure database files in phpcms
- How to configure the database file in phpcms: 1. Use the ftp tool to download the caches\configs\database.php file. 2. Open the downloaded file, modify the database name, user name, and database password in the file, and then upload the file to overwrite the original file.
- PHPCMS 4123 2020-01-09 17:24:25
-
- What should I do if phpcms cannot open the background?
- The solution to the problem that phpcms cannot open the background: first open the "PHP.INI" file; then change "register_globals=off" to "register_globals=On"; then change the cache file saving directory to "session.cookie_path".
- PHPCMS 3368 2020-01-09 09:59:44