Block bad bots

Recently my website has been crawling to a stop with 508 errors. And then i realised there’s a stupid bot keep crawling my website non-stop And that stupid bot is…

Read more

Symfony 1 to Symfony 2

Finally have some time to update one of my personal website (http://www.hostpohotocontest.com) from Symfony 1 to Symfony 2 framework. Below are the noticeable differences i encounter when migrating to Symfony 1 to 2.…

Read more

Mystery weird Magento behaviors have finally been resolved… due to base64_decode being disabled by web hosting!

For a few months after i have upgraded to 1.6.x and to current 1.8.x, i have been facing the following issues/behavior in backend admin

  1. Searching by fields in every view(Sales, Order, Catalog, etc) are not possible. All searches will return all result back. It seemed as if filter is not working!
  2.  Dashboard graph is not working. It shows broken images regardless of any selection.
  3. Reports that require to input a date range are not working. It keep showing ‘No Records’ even if i refresh the statistics
  4. Even to the extend of doing fresh install of Magento (i tried 1.8.1) also gives the same errors above
Read more