You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current versions of the Magento Connect Package Management system will report that a package has been successfully installed even if Magento Connect was unable to install the package due to file permission errors.
Steps to Reproduce
Find a Magento Connect package file that installs files to app/code/community
Change file permissions on app/code/community such that the web server cannot write to app/code/community (i.e. chmod 755 app/code/community)
Log into Magento Connect
Click "Choose File"
Browse to the Magento Connect package file and select it
Click the "Upload" button
Expected Behavior
Magento Connect reports it was unable to install the package due to file permission errors
Actual Behavior
Magento Connect reports it was able to install the package and adds it to the list of packages
Package is not actually installed on system
A screencast demoing this problem has been uploaded to YouTube here