Magento critical security patch SUPEE-5994 ftp install without SSH
Another Magento security patch, non SSH install method at Magentry.com
Another Magento security patch, non SSH install method at Magentry.com
After struggling with finding the correct location of the file to edit I found it here Find this file in folder via ftp skin/frontend/default/THEMENAME/css/styles.css – my THEMENAME was rwd Search for logo in the file – approx line 3267 and change the max-width and max-height from 300 and 90 to whatever. On my store the logo…
I was stressing about my new store install and installing the critical patch, I found this excellent guide and download to patch via FTP. I first tested my site at shoplift.byte.nl and I got the dreaded red warning that my site was vulnerable. I followed the instructions below and made a backup first. Applying Magento patches via…
I wanted to disallow access to image dir from a browser, rather than put in a black index.html page I found this solution here In the main .htaccess file add the following code, save and upload. Options -Indexes
SQLSTATE[HY000]: General error: 1205 Lock wait timeout exceeded; try restarting transaction I have been receiving this error for a few days and couldn’t figure out what the problem was. It wouldn’t let me update products and save to SQL. I found this site which gave the following instructions: Login to cpanel and phpMyAdmin, click on…
Another critical patch install click here
I installed a new plugin, went the plugin config page and got a 404 error page. This is another issue with Magento, you need out of Admin and login again. Really annoying when you don’t know what is going on!