Skip to content
Yet Another Programmer's Blog

Yet Another Programmer's Blog

PHP, Magento, iOS and more

  • Home
  • Contact
  • Privacy Policy
PHP

How to fix WooCommerce 404 error on product page

Posted on: November 12, 2015

This can be frustrating when you are new to wordpres and/or woocommerce. You just created your first product, and got 404 when trying to see it. Fortunately solution […]

Magento / PHP

Send pdf automatically when invoice is created in Magento

Posted on: January 14, 2015

It is a bit different then method showed in previous post – this time its not transactional email sent at demand, but we will catch event fired after […]

PHP

Quicktip: SQLSTATE[HY000] [2002] Not a directory trying doctrine:schema:create

Posted on: November 4, 2014November 4, 2014

If you are using MAMP and trying to execute doctrine:schema:create or anything db related you may encounter that error, solution is simple – you need to create symlink […]

PHP

Tutorial: How to create Amazon Fulfillment order using php?

Posted on: May 13, 2014May 13, 2014

Follow my steps and you will get working service:

Magento / PHP

Quick tip: PHP Extensions “0” must be loaded error in Magento install

Posted on: May 8, 2014May 8, 2014

Such error happens in 1.7.x branch (I saw it in 1.7.2), when entering database parameters you’re seeing “PHP Extensions “0” must be loaded” instead of next step. This […]

Mac

Cannot find autoconf when using phpize on Mavericks

Posted on: March 29, 2014

running: phpize command can cause such sample output: Configuring for: PHP Api Version:         20100412 Zend Module Api No:      20100525 Zend Extension Api No:   220100525 Cannot find autoconf. Please […]

MySQL / PHP

How to use MySQL to search in php serialized fields

Posted on: November 28, 2013

Well, first rule – you should not do this. But if there is good reason, consider using such query for searching in index-based arrays: SELECT * FROM table […]

PHP

Quick tip – working with dates with ADODb and MSSQL 2000

Posted on: October 29, 2012October 29, 2012

Yes, it can be really painfull – MSSQL (at least instance I’m using) is saving date in format “d/m/Y H:i:s” but in every part of code I had […]

PHP / Wordpress

Quick tip – how to get specific posts/page by their ID?

Posted on: October 27, 2012October 27, 2012

At first look it was simple, just: $args = array(“post__in” => array(1,2,3)); $posts = new WP_Query(); $posts -> query($args); while ($posts -> have_posts()){ $posts -> the_post(); echo the_title().'<br/>’; […]

Posts pagination

Previous page Page 1 Page 2 Page 3 Next page
  • Flutter
  • iOS
  • Mac
  • Magento
  • MySQL
  • PHP
  • Promocje
  • Python
  • Salesforce
  • Uncategorized
  • Wordpress
  • May 2025
  • April 2025
  • November 2024
  • October 2024
  • June 2024
  • May 2024
  • April 2024
  • March 2024
  • February 2024
  • January 2024
  • September 2022
  • July 2022
  • September 2021
  • June 2021
  • September 2020
  • May 2020
  • March 2020
  • January 2020
  • December 2019
  • August 2019
  • July 2019
  • June 2019
  • April 2019
  • October 2018
  • August 2018
  • May 2018
  • April 2018
  • November 2017
  • August 2017
  • April 2017
  • February 2017
  • January 2017
  • December 2016
  • November 2016
  • September 2016
  • August 2016
  • July 2016
  • June 2016
  • May 2016
  • March 2016
  • February 2016
  • January 2016
  • December 2015
  • November 2015
  • October 2015
  • September 2015
  • August 2015
  • July 2015
  • June 2015
  • May 2015
  • April 2015
  • March 2015
  • February 2015
  • January 2015
  • December 2014
  • November 2014
  • October 2014
  • September 2014
  • August 2014
  • July 2014
  • June 2014
  • May 2014
  • April 2014
  • March 2014
  • February 2014
  • January 2014
  • December 2013
  • November 2013
  • October 2013
  • September 2013
  • June 2013
  • March 2013
  • February 2013
  • November 2012
  • October 2012
  • August 2012
  • July 2012
  • May 2012
  • April 2012
  • February 2012
  • October 2011
  • September 2011
  • August 2011
  • July 2011
Theme Cube Blog by Kantipur Themes
 

Loading Comments...