Hi all i’m a noob, i’ve been using 1.1.4 and never tried upgrading until just now.
I followed this post to do it via Magento Connect Manager. As suggested in thread I initiated the downloader, much code ran and then stopped. I’m attaching a txt file of the code.
Nothing happened after that, seemed to freeze. I didn’t complete any steps after that.
Now I have a 500 internal server error when trying to access admin and store front.
If you have met with an Internal Server Error page, change all your file permissions to 644 and 755 as before and it should be working again.
Magento Connect Manager is known to reset the file permissions to the default (wrong) values.
The folders you stated need to be CHMOD to 777 (assuming your server is not suPHP enabled).
All other files need to be CHMOD to 644 while all other folders to 755.
Awesome. I wasn’t aware that magento had a habit of resetting perms. (what a noob)
Do these CHMOD’s need to happen down through the zillions of directories, sub-directories and files? or just off the main magento/ directory? (actually mine’s named shop/ )
Sorry for these basic questions, I’m a beginning student of programming and want to make sure I have sound fundamentals.