Amasty Address Attributes Magento Extension Bug

Amasty Address Attributes Notice Bug Using Amasty Attributes to add Address attributes, the following error occurs after first save of Titles/Labels: Notice: Array to string conversion in /home/company/project/site/web/ app/design/adminhtml/default/default/template/ amaddressattr/attribute/options.phtml on line 46 #0 …/app/design/adminhtml/default/default/template/ amaddressattr/attribute/options.phtml(46): mageCoreErrorHandler(8, ‘Array to string conversion’, ‘…/app/design/adminhtml/default/default/template/ amaddressattr/attribute/options.phtml’, 46, Array) Test system configuration Magento CE 1.7.0.2 Amasty Address Attributes 1.0.1 Quick…

XDebug Netbeans NGINX Magento

Setting up XDebug to work with Netbeans IDE Stack Windows 7 NetBeans IDE 8.0 VirtualBox Debian NGINX PHP5-FPM Magento   Configuring XDebug php.ini nano /etc/php5/fpm/conf.d/yourcustom.ini # Integrating XDebug with NetBeans [XDebug] xdebug.remote_host=192.168.56.102 xdebug.idekey=”netbeans-xdebug” xdebug.remote_autostart=off #xdebug.remote_autostart=on # Prevent delay in output of debugged scripts output_buffering = Off # Prevent 504 Gateway timeout when debugging default_socket_timeout = 3600…

Roy Rubin leaving Magento

Roy Rubin leaves Magento Roy Rubin, co-founder and former CEO of Magento had his last day at Magento and eBay on Friday, May 16. This is just after the Magento’s 4th annual Imagine eCommerce Conference, which took place on 12-14th of May, in Las Vegas, where Malcolm Gladwell was featured keynote speaker to address 2,000 attendees.…

VirtualBox CPU Core Performance tuning

VirtualBox performance issues on Multi-core CPU Tweaking

VirtualBox performance issues solution for Multi-core CPUs This article explains in detail how you can vastly improve performance of VirtualBox on latest generation Multi Core processors, by tuning VirtualBox and system settings to ensure correct operation and overcoming compatibility issues. VirtualBox sluggish performance on hyper-threading multi-core Intel Haswell, IvyBridge, SandyBridge Low performance issue Running a development…