Move WordPress site to another domain – change URLs

If you need to move WordPress site from one server to another and  your domain name or URLs change – i.e. from http://olddomain.com to http://newdomain.com, you have to apply the SQLs bellow on you database: UPDATE wp_options set option_value=’http://newdomain.com’ WHERE

Posted in WordPress

Magento Skipping import row, required field “sku” is not defined.

Magento Skipping import row, required field “sku” is not defined. If you get this error when you try to import products in Magento,  you must check the following: The sku column really exists in you CSV file The CSV file

Posted in Magento

The debug button is disabled in Netbeans

If your xdebug settings are on in php.ini but the debug button is disabled in Netbeans, you must check if: PHP plugin is enabled. Go to Tools Plugins -> Installed, select PHP and activate, then start Netbeans again. When you

Posted in Uncategorized