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 error is displayed in the phpcms background?
- The solution to the verification code error displayed in the phpcms background: first find and open the "login.tpl.php" file; then find the code part as "SITE_PROTOCOL.SITE_URL"; then modify the URL to the correct domain name address; and finally clear the browser cache. .
- PHPCMS 2629 2020-02-03 11:35:54
-
- What to do if phpcms updates column cache error 500
- The solution to the phpcms update column cache 500 error: first log in to the phpmyadmin of the space; then perform database table management; and finally execute the sql statement as "SELECT * FROM `v9_category` WHERE catid=0" to solve the problem.
- PHPCMS 2844 2020-02-03 11:26:20
-
- What to do if phpcms fails to send email
- phpcms fails to send emails because the server prohibits port 25 for emails by default. The solution is to change the port to the "465 port" server and change the line of the mail server to "ssl://smtp.163.com".
- PHPCMS 3084 2020-02-03 11:20:12
-
- What should I do if phpcms does not support collecting and saving remote images?
- Solution to the problem that phpcms does not support collecting and saving remote images: first open the "/install/install.php" file; then search for the code "$PHP_DNS"; then modify the code to "@gethostbyname('www.baidu.com')) "That's it.
- PHPCMS 3590 2020-02-03 11:13:13
-
- What to do if phpcms v9 cannot upload thumbnails
- The solution to the problem that phpcms v9 cannot upload thumbnails: first open the "phpcmsmodulesattachmentattachments.php" file; then delete the code "if(emptyempty($this->userid)){}" in the file.
- PHPCMS 2513 2020-02-03 11:04:30
-
- How to use the search function in phpcms v9
- How to implement the search function in phpcms v9: first enter the phpcms background; then select "Module -> Sitewide Search -> Add Search Category"; then add the "form" form and set "typeid"; finally modify the "list.html" search Just page file.
- PHPCMS 3728 2020-02-03 10:57:33
-
- phpcms v9 determines whether the user is logged in
- How to determine whether the user is logged in in phpcms v9: first get the "userid", the code is "{php$userid=param::get_cookie('_userid');}"; then use the "if else" statement to determine whether the user is logged in; finally control Just return to the page after logging in.
- PHPCMS 2060 2020-02-03 10:50:13
-
- What should I do if phpcms v9 cannot post articles?
- The solution to the problem that phpcms v9 cannot post articles: first enter the phpcms management background; then select "Content-Management Columns"; then modify the columns that need to be submitted and set the permissions to "Allow Submissions"; finally update the entire site cache.
- PHPCMS 2083 2020-02-03 10:43:18
-
- What should I do if the phpcms v9 installation cannot connect to the database?
- The reason why the phpcms v9 installation cannot connect to the database is because there is no escape processing; the solution is to first open the "install/step5.tpl.php" file; then modify the code to "'&dbpw='+escape($('#dbpw' ).val())" can be used.
- PHPCMS 3037 2020-02-01 14:41:10
-
- Which file is the phpcms home page template?
- The default homepage template location of phpcms v9 is /phpcms/templates/default/content/index.html. The default homepage template of phpcms2008 is in the \templates\default\phpcms folder.
- PHPCMS 3922 2020-01-15 17:19:27
-
- How to change the phpcms background path
- Methods to modify the phpcms background path: 1. Select "Settings" - "Related Settings" - "Security Configuration" in the management background, and modify the domain name in the background access domain name. 2. Determine the management entrance based on the custom SESSION value.
- PHPCMS 2853 2020-01-15 17:11:30
-
- How to publish articles in phpcms
- How to publish articles in phpcms: 1. Log in to the phpcms backend. 2. Click "Content" - "Manage Content" and then select the column where the content is published. 3. Click Add Article, fill in the content and save it.
- PHPCMS 2906 2020-01-15 16:50:40
-
- What to do if the phpcms v9 operation fails
- Solution to phpcms v9 operation failure: First open the "\client.class.php" file; then modify the code "$fp = @fsockopen()" to "$fp = stream_socket_client("tcp://".(.. ))".
- PHPCMS 2217 2020-01-15 09:26:34
-
- What should I do if phpcms v9 is out of sync when moving?
- The solution to the out-of-sync migration of phpcms v9: first open the "system.php" file and change all the old domain names in it to new domain names; then enter the phpcms background to update the system cache; then replace the attachment addresses in batches with the new addresses; finally, change all Just update the addresses of all articles.
- PHPCMS 2133 2020-01-15 09:22:27
-
- What to do if phpcms uploadfile cannot be written
- The solution to the problem that phpcms uploadfile is not writable: First, change the user and group belonging to the "/var/www/html/phpcms" directory to "apache"; then set the permissions of all files in the phpcms directory to 644 and the directory permissions to 755.
- PHPCMS 2786 2020-01-15 09:18:37