10 Common Magento Issues That Are Easy To Fix
Magento stands as an expansive platform, demanding adept technical proficiency in coding and development. When operating your online enterprise via Magento, you could encounter specific challenges. Several of these problems are intricate, necessitating developer intervention, while others represent commonplace predicaments solvable independently. Alternatively, if you seek to avoid the intricacies of issue resolution, you have the option to access our Magento 2 maintenance solutions. At Evrig Solutions, our prowess extends beyond initial Magento store creation; we also offer superior-level maintenance services to cater to your Magento upkeep requirements.
1. Magento 2 Admin password reset:
To ensure security and to address a potential security breach or the event of forgetting your previous password, it’s advisable to periodically change your Magento 2 admin password. To initiate a password reset, adhere to the following steps:
Password Reset Using Existing Credentials:
If you can recall your current password, you can take these steps:
Login to the Magento admin panel dashboard
Follow this path: System->Permissions->All users
There will be a list of all users right now. Select the Admin User.
In the Account details, enter the new password and confirm it.
On the subsequent page, you’ll encounter a segment for confirming your current user identity. Once more, you’ll need to input the new password and then proceed to click the Save Account button.
Reset Using the Original Recovery System:
In case you’ve forgotten your current password and need to update it, you can achieve this by adhering to the subsequent instructions:
Navigate to the Magento administrative login page and select the “Forgot Password” option.
Input the email associated with your registered business account and click on the “Retrieve Password” choice.
Access your email inbox and open the password reset link email dispatched by the Magento administrative team.
Input your new password and click on the “Reset” button.
Resetting the password is also achievable through the Command Line approach. You have the option to retrieve the password using SSH access by executing the specified command within your Magento root directory:
Utilizing the Command Line technique, you can reset the password by employing the following command within your Magento root folder: php bin/magento admin:user:create –admin-user=admin –admin-password=admin123
This action will establish a fresh password for the admin user. Additionally, you must input your email address, along with your first and last name.
Also Read: https://www.evrig.com/blog/why-magento-is-the-batter-choice-for-ecommerce/
2. Enabling or Disabling the Magento Contact Form:
By default, the contact form is active in Magento, and adjusting its configuration – whether to activate or deactivate it – involves straightforward steps.
Go to the Magento admin panel dashboard
Take this path: Store > Setting > Configuration
There will be a left panel on the screen. Follow this path: General > Contact > Enable Contact Us > Yes
Click on Yes to Enable or No to disable and click Save.
Change to the Email Option, enter the necessary data, and then select Save Configuration.
3. Enable Developer Mode:
While operating a Magento store, specific situations may arise where maintenance or enhancements are needed to introduce additional features. The developer mode facilitates developers in modifying the store without affecting customer experience. This approach can contribute to improved conversions and expansion. Here are the instructions to activate developer mode:
Utilise SSH/CLI to access your store and navigate to the root directory.
Execute the command: php bin/magento deploy:mode:set developer.
In the event that SSH/CLI access is unavailable, you can enable developer mode using the .htaccess file and the subsequent directive: SetEnv MAGE_MODE developer.
4. Adjusting the Backend Session Timeout:
The standard duration of a Magento session is 215000 seconds. However, this timeframe is adjustable, and it’s advisable to modify it when engaged in lengthy tasks or module updates. The subsequent instructions illustrate how to alter the time limit:
Access the dashboard of the Magento admin panel.
Navigate through the sequence: Stores > Settings > Configuration > Advanced.
Select Admin > Security.
Locate the “Max Session Size in Admin” field. Input the desired time limit in seconds.
Proceed to save the configuration by clicking “Save Config.” More Info: https://www.evrig.com/blog/10-common-magento-issues-easy-to-fix/











