Magento: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 40: | Line 40: | ||
<li>Flush the cache (System>>Cache Management)</li> | <li>Flush the cache (System>>Cache Management)</li> | ||
<li>Disable the cache</li> | <li>Disable the cache</li> | ||
<li>Disable Compilation (System>>Tools>>Compilation</li> | <li>Disable Compilation (System>>Tools>>Compilation)</li> | ||
<li></li> | <li>Go to Connect Manager (System>>Magento Connect>>Magento Connect Manager</li> | ||
<li></li> | <li>click the "Check for Updates" button<br /> | ||
<li></li> | (You can use the following extension key if new updates don't show up:<br /> | ||
<li></li> | [http://connect20.magentocommerce.com/community/Mage_All_Latest http://connect20.magentocommerce.com/community/Mage_All_Latest])</li> | ||
<li>Select updates, click "Update"</li> | |||
<li>Wait....</li> | |||
<li>Click "Refresh"</li> | |||
<li>Check the file permissions (They are likely messed up.)</li> | |||
<li>delete <code>.maintenanceFlag</code></li> | |||
<li>Re-index, re-enable cache, re-enable compilation</li> | |||
</ol> | </ol> | ||
== References == | == References == |
Revision as of 17:02, 23 January 2017
System Requirements
System Requirements for 1.9.3.1:
- PHP 5.6
- PHP Memory Limit: 256MB or higher
- MySQL 5.6
- Required PHP Extensions:
- PHP_MySQL
- simplexml
- mcrypt
- has
- GD
- DOM
- iconv
- curl
- SOAP
File Permissions (500 Errors)
If you get an Internal Server Error 500, the most likely cause is bad file permissions. Set the permissions as follows:
Directories: 755
Files: 644
Maintenance Mode
If the site says it is in maintenance mode:
Delete the file: .maintenanceFlag
from the Magento root directory
Upgrading
To upgrade Magento from the Connect Manager:
- Flush the cache (System>>Cache Management)
- Disable the cache
- Disable Compilation (System>>Tools>>Compilation)
- Go to Connect Manager (System>>Magento Connect>>Magento Connect Manager
- click the "Check for Updates" button
(You can use the following extension key if new updates don't show up:
http://connect20.magentocommerce.com/community/Mage_All_Latest) - Select updates, click "Update"
- Wait....
- Click "Refresh"
- Check the file permissions (They are likely messed up.)
- delete
.maintenanceFlag
- Re-index, re-enable cache, re-enable compilation