current location:Home > Technical Articles > CMS Tutorial > Empire CMS

  • Why can't I use the Empire CMS scheduled release plug-in?
    Why can't I use the Empire CMS scheduled release plug-in?
    The main reasons why the Imperial CMS scheduled release plug-in is unavailable include: plug-in installation or configuration errors, server incompatibility, improper crontab settings, file permission issues and database connection issues. Solutions include: reinstalling the plugin, enabling PHP scheduled tasks, upgrading the PHP version, modifying crontab settings, granting appropriate permissions and checking database connections.
    Empire CMS 354 2024-04-16 20:30:22
  • What should I do if the scheduled release of Empire CMS suddenly fails?
    What should I do if the scheduled release of Empire CMS suddenly fails?
    Reasons and solutions for the failure of scheduled release of Empire CMS: The system time zone is incorrect, adjust the system time zone setting. The MySQL scheduled task failed. Check the user access permissions and ensure that there is "CREATE TEMPORARY TABLES" permission. The firewall or security policy blocks access. Configure the firewall to allow access to port 3306. PHP configuration problem, adjust cron.lock_mode and session.gc_maxlifetime configuration. The file is corrupted, try reinstalling or restoring the file from backup. The server load is too high or the resources are insufficient. Check the server resource usage. If the task list is damaged or the Empire CMS code is wrong, check the official forum or contact technical support for help.
    Empire CMS 1231 2024-04-16 20:27:17
  • Why can't I turn off automatic updates in Empire CMS?
    Why can't I turn off automatic updates in Empire CMS?
    Imperial CMS auto-updates can be turned off by following these steps: Log in to the admin backend, navigate to System Settings, find the auto-update setting, set it to "No", and finally save the changes. After disabling automatic updates, you can still manually check for updates and install them.
    Empire CMS 559 2024-04-16 20:22:14
  • How to view the imperial cms website map
    How to view the imperial cms website map
    The Empire CMS site map shows the structure and links of the website and can be viewed by adding "?do=sitemap.xml" to the end of the URL: 1. Visit the website. 2. Add parameters. 3. Press Enter. The XML file will display website page information, helping to understand the website structure, detect broken links and improve SEO.
    Empire CMS 512 2024-04-16 20:15:20
  • Why can't I use the map generated by Empire CMS?
    Why can't I use the map generated by Empire CMS?
    Seven major reasons and solutions for why the Empire CMS map cannot be used: Staticization is not turned on: Enable the static generation option. The pseudo-static rule is not set correctly: modify the code in the .htaccess file. Sitemap.xml generation failed: Manually generate Sitemap. Sitemap.xml path error: Check whether the path is consistent. Server permissions issue: Check write permissions. Site has too much content: Generate maps in batches or use an external tool. Other factors: clear cache, check firewall, contact official support.
    Empire CMS 777 2024-04-16 20:12:19
  • How to generate article pictures in Empire CMS
    How to generate article pictures in Empire CMS
    Empire CMS can generate article images. The steps are as follows: Upload images. Create an atlas. Select Image. Generate thumbnails. Save Settings. Insert the [img] tag to reference the atlas when editing the article.
    Empire CMS 1140 2024-04-16 20:09:12
  • Can the address generated by Empire CMS be changed? How can I change it back?
    Can the address generated by Empire CMS be changed? How can I change it back?
    Yes, the address generated by Empire CMS can be changed back. The steps are as follows: Log in to the Imperial CMS backend and enter "URL Settings". Modify "URL Mode" to "Default Mode" and reset "Column URL Suffix" and "Content URL Suffix". clear cache. Update the address and the website will return to its original suffix.
    Empire CMS 460 2024-04-16 20:06:46
  • How to open the empire cms template file
    How to open the empire cms template file
    To open the Imperial CMS template file, edit the template in the backend management system, copy the path to the target template file, open the path in a text editor, edit the code, and save the changes.
    Empire CMS 1184 2024-04-16 20:03:13
  • Why can't the static files generated by Empire CMS be used?
    Why can't the static files generated by Empire CMS be used?
    The inability of Imperial CMS to generate static files may be caused by insufficient permissions, module permission issues, damaged .htaccess files, or incorrect URL rewriting rules. Specific solution steps: 1. Check the directory write permission; 2. Enable Apache's mod_rewrite module; 3. Regenerate the .htaccess file from the Imperial CMS background; 4. Check the URL rewriting rules; 5. Eliminate interference from PHP extensions, security software, etc. question.
    Empire CMS 905 2024-04-16 20:00:23
  • Why can't I use the empire cms universal interface?
    Why can't I use the empire cms universal interface?
    The empire cms universal interface plug-in outputs the imperial cms content to external applications through a public URL and parameter interface. The usage is as follows: install the plug-in and enable it. Configuration interface: Set name permissions Set extended column usage interface: URL format: http://yourwebsite.com/e/api/interface name.php? Parameter 1=value 1&parameter 2=value 2... Parameter: classid (column ID), fields (fields to be obtained), num (number), order (sort), page (current page), pagesize (number of pages per page) Return results: JSON format, including total, page, pagesize, dat
    Empire CMS 1075 2024-04-16 19:57:27
  • How to install the Empire CMS applet plug-in
    How to install the Empire CMS applet plug-in
    Imperial CMS applet plug-in installation steps: Download and unzip the plug-in. Upload the plug-in to the specified directory of Empire CMS. Install and enable plugins in the background. Fill in the mini program configuration information (appid, appsecret, etc.). Save configuration information.
    Empire CMS 1006 2024-04-16 19:51:53
  • How to use the Empire CMS applet plug-in
    How to use the Empire CMS applet plug-in
    The steps to use the Empire CMS applet plug-in are as follows: Preparation: Install Empire CMS, download and upload the plug-in. Enable plug-ins: Log in to the backend, install and enable plug-ins. Configure the plug-in: fill in the mini program AppID and AppSecret, set the mini program path and other parameters. Use plug-ins: Click the "Mini Program" button on the column list page to jump to the mini program to display column content.
    Empire CMS 1084 2024-04-16 19:48:13
  • How to enter the Imperial CMS Member Center
    How to enter the Imperial CMS Member Center
    Methods to enter the Imperial CMS Member Center: 1. Front-end login: After logging in to the homepage of the website, click "Member Login" and enter your account password; 2. Back-end login: After entering the back-end, click the "Member Management" tab. If you forget your password, you can click "Forgot Password" to reset it. Non-administrators need to apply for access rights from the administrator.
    Empire CMS 625 2024-04-16 19:42:12
  • What is the default password of Empire CMS and how to change it?
    What is the default password of Empire CMS and how to change it?
    The default password for Imperial CMS is "phome". Method to change password: Backend change: Log in to the backend and change the password in "Manage Account". Configuration file changes: Replace "phome" with the new password in config.php. Database change: Run a SQL query to update the password to the new password.
    Empire CMS 867 2024-04-16 19:37:18
  • What should I do if the redirect address is wrong after logging in to Imperial CMS?
    What should I do if the redirect address is wrong after logging in to Imperial CMS?
    Method to solve the error of jump address after login for members of Empire CMS: Check the correctness of jump address after login in member group settings. Check that the login code in the login page uses the correct jump address. Check whether the template file called after successful login contains the correct jump code. Check whether the custom login plug-in contains the jump code and the address is consistent with the member group settings. Clear cache of Empire CMS.
    Empire CMS 656 2024-04-16 19:27:15

Tool Recommendations

jQuery enterprise message form contact code

jQuery enterprise message form contact code is a simple and practical enterprise message form and contact us introduction page code.
form button
2024-02-29

HTML5 MP3 music box playback effects

HTML5 MP3 music box playback special effect is an mp3 music player based on HTML5 css3 to create cute music box emoticons and click the switch button.

HTML5 cool particle animation navigation menu special effects

HTML5 cool particle animation navigation menu special effect is a special effect that changes color when the navigation menu is hovered by the mouse.
Menu navigation
2024-02-29

jQuery visual form drag and drop editing code

jQuery visual form drag and drop editing code is a visual form based on jQuery and bootstrap framework.
form button
2024-02-29

Organic fruit and vegetable supplier web template Bootstrap5

An organic fruit and vegetable supplier web template-Bootstrap5
Bootstrap template
2023-02-03

Bootstrap3 multifunctional data information background management responsive web page template-Novus

Bootstrap3 multifunctional data information background management responsive web page template-Novus
backend template
2023-02-02

Real estate resource service platform web page template Bootstrap5

Real estate resource service platform web page template Bootstrap5
Bootstrap template
2023-02-02

Simple resume information web template Bootstrap4

Simple resume information web template Bootstrap4
Bootstrap template
2023-02-02

Cute summer elements vector material (EPS PNG)

This is a cute summer element vector material, including the sun, sun hat, coconut tree, bikini, airplane, watermelon, ice cream, ice cream, cold drink, swimming ring, flip-flops, pineapple, conch, shell, starfish, crab, Lemons, sunscreen, sunglasses, etc., the materials are provided in EPS and PNG formats, including JPG previews.
PNG material
2024-05-09

Four red 2023 graduation badges vector material (AI EPS PNG)

This is a red 2023 graduation badge vector material, four in total, available in AI, EPS and PNG formats, including JPG preview.
PNG material
2024-02-29

Singing bird and cart filled with flowers design spring banner vector material (AI EPS)

This is a spring banner vector material designed with singing birds and a cart full of flowers. It is available in AI and EPS formats, including JPG preview.
banner picture
2024-02-29

Golden graduation cap vector material (EPS PNG)

This is a golden graduation cap vector material, available in EPS and PNG formats, including JPG preview.
PNG material
2024-02-27

Home Decor Cleaning and Repair Service Company Website Template

Home Decoration Cleaning and Maintenance Service Company Website Template is a website template download suitable for promotional websites that provide home decoration, cleaning, maintenance and other service organizations. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2024-05-09

Fresh color personal resume guide page template

Fresh color matching personal job application resume guide page template is a personal job search resume work display guide page web template download suitable for fresh color matching style. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2024-02-29

Designer Creative Job Resume Web Template

Designer Creative Job Resume Web Template is a downloadable web template for personal job resume display suitable for various designer positions. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2024-02-28

Modern engineering construction company website template

The modern engineering and construction company website template is a downloadable website template suitable for promotion of the engineering and construction service industry. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2024-02-28