Posts

Showing posts from February, 2017

open any sites use VPN connection

Image
http://www.vpnbook.com/

Opencart Vqmod TPL Problem

Image
Hi after upgradation my vqmod was not working on tpl file. so then I tried this vqmod file and it was fixed. https://www.opencart.com/index.php?route=marketplace/extension/info&extension_id=22378&filter_search=vqmod

download an attached files with Anti-virus warning on Gmail

Image
I followed following articles and it working. Save email and open it in Outlook For other way follow these articles. http://www.barfuhok.com/how-to-download-a-file-with-anti-virus-warning-on-gmail/

Change Image size in Opencart for Product image,category image and all image in Opencart version 2.2.0.0 and version 2.3.0.2

Image
Early version of opencart 2.2.0.0,  2.3.0.2  has option of changing the image size in Admin->setting>Image tab but now it has been moved to Admin->Extension->Edit theme before it was in earliest version here:- 

Memory size exhausted Error in PHP, Opencart, Wordpress

Hi, I getting below error in my opencart website. :  Allowed memory size of 67108864 bytes exhausted (tried to allocate 20000 bytes) in  /home/xxx/example.com/system/library/image.php to solving this error. I added these below code after  placing it at the beginning of the file. and problem has been solved. ini_set ( 'memory_limit' , - 1 ); For detail information. I also followed this Q/A. http://stackoverflow.com/questions/1948561/problem-using-imagecreatefromjpeg-and-imagejpeg