How to Download Manual Update File
This guide explains how to download and install manual update files for your Xgenious products. Manual updates are useful when automatic updates are not available or when you need to update multiple installations.
When to Use Manual Update
- Automatic updater is not working
- You are behind several versions
- You need to apply a patch or hotfix
- Your server does not support outbound connections
- You want to control the update timing
Prerequisites
- Active purchase code for the product
- FTP or cPanel access to your server
- A backup of your current installation (strongly recommended)
Step 1: Download the Update File
- Visit xgenious.com and login to your account
- Navigate to My Account > Downloads
- Find your product in the downloads list
- Click the Download button to get the latest version
- Save the ZIP file to your computer
Step 2: Backup Your Current Installation
Before applying any update, create a full backup:
Files: Download all product files via FTP Database: Export your database using phpMyAdmin or mysqldump Configuration: Save any custom configuration files
Step 3: Extract the Update Files
- Locate the downloaded ZIP file on your computer
- Extract the contents to a folder
- Review the included
readme.txtorchangelog.txtfor update instructions
Step 4: Upload via FTP
- Connect to your server using an FTP client (FileZilla, Cyberduck, etc.)
- Navigate to your product installation directory
- Upload the extracted files, overwriting existing files when prompted
- Ensure all files upload successfully (check for errors)
Step 5: Run the Update Script
Some products require running an update script:
- Navigate to your site URL in a web browser
- If an update script is required, you will be redirected to
yourdomain.com/update - Follow the on-screen instructions
- The update script will migrate your database and apply necessary changes
Step 6: Verify the Update
After completing the update:
- Visit your site frontend and confirm it loads correctly
- Check the admin panel and verify all sections work
- Go to the dashboard and confirm the version number has changed
- Test key functionality to ensure nothing is broken
Troubleshooting
White screen after update
Clear your browser cache and check for PHP errors in your server error log. If the issue persists:
- Verify all files were uploaded correctly
- Check PHP version compatibility
- Restore from backup and try the update again
Database errors after update
Run the update script again. If errors persist:
- Check that your database user has ALTER and CREATE permissions
- Verify the database is using a supported MySQL/MariaDB version
- Contact support with the specific error message
Update script not running
Manually trigger the update by visiting yourdomain.com/update.php or check the product documentation for the specific update URL.

