March 23rd, 2011 currentlyOffline
This is a funny one and might save you some time
If you’re trying to install Google Checkout module to you ZenCart store and just can’t see checkout button, there is one thing you should check. It’s not your fault ( just a little bit
) I guess many of us are so used to smooth module installation on ZenCart, that we are just copying module files and the hoping that everything works. ZenCart fault - definitely not mine
And there is another one: unlike most extensions this one has a folder /templates/YOUR_TEMPLATE/templates so just copying the files will create folder called YOUR_TEMPLATE and simply won’t work – module developers fault, not mine again
So try copying folder by folder next time and I’m pretty sure you’ll see a long awaited result.
Posted in Google Checkout, I hate computers... and Internet!, Question - Answer, Uncategorized, ZenCart | No Comments »
September 1st, 2009 currentlyOffline

google mail down
How sad
Tried to open every couple minutes and the only thing i get is 502 server error
Posted in I hate computers... and Internet! | No Comments »
June 25th, 2009 currentlyOffline
Had a bit of fun trying to work it out why any page any link on my website suddenly had stopped working. Doesn’t matter where I click, doesn’t matter what I’m putting into address field in my browser – it shows content of the home page. Website wasn’t broken(always a good thing), Apache error log empty. No changes in last couple of weeks. Weird!
After spending a couple beer pints of time, I’ve found that people at 1and1 have changed something on their side without letting me know…
To be able to have URLs I want… Ok, not that I care about URL’s much, to make search engines happy mostly
I’m using this trick for custom URL’s with Zend Framework And the reason why it stopped working is that 1and1 is not giving you $_SERVER['PATH_INFO'] any more it just doesn’t exists any more. Had to use other members of $_SERVER
Great
Posted in I hate computers... and Internet!, web hosting jokes, Zend Framework | No Comments »