Connect Webmail to Third-Party EmailConnect Webmail to Third-Party Email

How to Use cPanel to Manually Update WordPress Core Files
May 26, 2025

How to Use cPanel to Manually Update WordPress Core Files Manually update your WordPress core files using cPanel File Manager for complete control and better security management. Why Manually Update WordPress? While WordPress offers automatic updates, there are times when a manual update is safer or more reliable—such as when your site has customizations or plugin conflicts. Manual updates give you more control and allow you to back up first. Before You Begin ⚠️ Backup your entire website and database from cPanel. Ensure your theme and plugins are compatible with the latest WordPress version. Step 1: Download the Latest WordPress Version Visit the official website: wordpress.org/download. Click Download WordPress and save the ZIP file to your computer. Step 2: Extract WordPress Core Files Unzip the downloaded WordPress file on your computer. It will contain: wp-admin folder wp-includes folder Core files like index.php, wp-login.php, etc. Do not upload the wp-content folder as it contains your theme and plugin files which should not be overwritten. Step 3: Log in to cPanel and Access File Manager Login to your Hiverift Hosting cPanel account. Navigate to File Manager. Open the public_html folder (or wherever WordPress is installed). Step 4: Upload and Replace Core Files Use File Manager’s Upload option to upload your extracted WordPress files (excluding wp-content). Once uploaded, overwrite the existing wp-admin, wp-includes folders and core files. Ensure wp-content is untouched to retain your themes and plugins. Step 5: Update Database (If Prompted) After uploading, visit yourdomain.com/wp-admin. If a database update is required, WordPress will prompt you. Click the “Update WordPress Database” button. Final Check Clear your browser and site cache. Test all major functions, plugins, and themes. Check site performance and security plugins for issues. Troubleshooting Tips Site broke after upload? Restore from backup immediately. White screen or 500 error? Check error_log via File Manager or enable WP_DEBUG in wp-config.php. Double-check that you did not overwrite wp-content. Conclusion Manually updating WordPress core files via cPanel offers control and peace of mind. It’s ideal for users managing custom sites or troubleshooting conflicts. Always backup before proceeding and use cPanel’s File Manager to carefully replace files.   © 2025 Hiverift Hosting. All rights reserved. | Need Help? Contact Support  

How to Troubleshoot Plugin Conflicts Using cPanel Access and Debugging
May 26, 2025

How to Troubleshoot Plugin Conflicts Using cPanel Access and Debugging Efficient conflict resolution for WordPress — by Hiverift 🔍 What Are Plugin Conflicts? A plugin conflict occurs when two or more WordPress plugins (or themes) interfere with each other, causing errors, broken layouts, or even site crashes. 🛠️ Step-by-Step: Troubleshooting with cPanel Access Step 1: Log Into cPanel Visit yourdomain.com/cpanel Enter your credentials Step 2: Access File Manager Go to File Manager under the “Files” section Navigate to public_html/wp-content/plugins Step 3: Disable All Plugins Rename the plugins folder to something like plugins_old. This deactivates all plugins at once. If your site loads after this, a plugin is causing the issue. Step 4: Reactivate Plugins One-by-One Rename the folder back to plugins Individually rename each plugin folder (e.g., seo-plugin → seo-plugin-temp) to isolate the problematic one Step 5: Check Site Function After Each Activation Reload your site after enabling each plugin. Once the error appears again, you’ve found the culprit. 🧪 Enable WP_DEBUG Mode (Optional but Helpful) Step 1: Open wp-config.php In File Manager, locate wp-config.php in the root directory Right-click → Edit Step 2: Add Debug Code define(‘WP_DEBUG’, true); define(‘WP_DEBUG_LOG’, true); define(‘WP_DEBUG_DISPLAY’, false); Error logs will be saved in /wp-content/debug.log. Check this file to identify the conflicting plugin or function. 🧼 Clean Up After Debugging Don’t forget to disable debug mode after resolving the issue: define(‘WP_DEBUG’, false); 🔁 Alternative: Use phpMyAdmin (Advanced) If you can’t access the file manager: Open phpMyAdmin from cPanel Select your WordPress database Find the wp_options table Edit the active_plugins row to disable plugins manually Manual database edits can be risky — always back up your site and database before making changes. ✅ Conclusion Plugin conflicts can be tricky, but with cPanel access and debug mode, you can isolate and resolve them without losing access to your site. Need assistance? Let Hiverift handle your troubleshooting safely and efficiently. Need development help? Contact Hiverift for Dev Support

How to Manage File Ownership and Permissions for WordPress Security in cPanel
May 26, 2025

How to Manage File Ownership and Permissions for WordPress Security in cPanel Protect your WordPress website by setting the correct file permissions and ownership using cPanel File Manager or terminal access. Why File Ownership and Permissions Matter Improper file permissions and ownership can lead to major vulnerabilities in WordPress. Hackers can exploit writable files or directories to inject malicious code. Ensuring that only necessary access is granted is key to securing your site. Understanding File Permissions Read (r): Allows viewing the contents of a file or directory. Write (w): Allows modifying or deleting a file or directory. Execute (x): Allows running a file (for scripts) or accessing a directory. Permissions are represented in three groups: User (Owner) Group Others (Public) Recommended WordPress File Permissions Files: 644 (read/write for owner, read-only for group and others) Directories: 755 (read/write/execute for owner, read/execute for group and others) wp-config.php: 440 or 400 for added security How to Change File Permissions in cPanel Log in to your cPanel account. Go to File Manager. Navigate to your WordPress root directory (usually public_html). Right-click on a file or folder and choose Change Permissions. Set the appropriate values (e.g., 644 for files, 755 for folders) using the checkboxes. Click Save. Changing Permissions Using Terminal (Advanced) If you have SSH access enabled in your cPanel hosting account, you can set permissions using terminal: cd public_html find . -type d -exec chmod 755 {} \; find . -type f -exec chmod 644 {} \; chmod 400 wp-config.php Checking and Fixing File Ownership (Optional) Ownership issues often arise after migrations or incorrect file uploads. If you notice permission errors in WordPress: Contact your hosting support to reset ownership to the correct user (usually your cPanel username). Via SSH (if allowed): chown -R yourusername:yourusername public_html Security Tips Avoid setting any folder or file to 777. Limit plugin and theme uploads from unknown sources. Scan your site regularly for malware using tools like ImunifyAV in cPanel. Back up your site before making permission changes. Conclusion Maintaining correct file permissions and ownership is a foundational step in WordPress security. By regularly reviewing and adjusting access settings using cPanel’s File Manager or terminal, you can prevent unauthorized changes and vulnerabilities.

Build Your Website with HiveRift

From professional business to enterprise, we’ve got you covered!

©2025, Hosting. All Rights Reserved by KhatuShyam Technologies

HiveRift
Privacy Overview

This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognising you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful.