by timhampton | Mar 22, 2016 | Google App Engine
You will need to the following in your php.ini file extension = “curl.so”
by timhampton | Feb 22, 2016 | Google App Engine, Learn, Web Development
I am lazy, and don’t like to have to login to check Google App Engine Error logs, so I use this script to help email me them automatically: use google\appengine\api\log\LogService; use \google\appengine\api\mail\Message; $options = [ // Fetch last 12...
by timhampton | Jan 14, 2016 | Google App Engine, Web Development
Hmmmm so for over a year I mucked around, trying to make cURL work, to use Mandrill on my GAE sites. In the end, I have given up and simply started to use GAE’s built in Mail. Was easy to setup, and to get HTML email templates to work I:...
by timhampton | Apr 4, 2015 | Cloud, Google App Engine, Web Development
Starting porting one of our main applications across to GAE the other day. Everything had been going pretty good (wasn’t really expecting to have to use URL handlers so much) until I came across an error message: E 10:06:39.086 PHP Fatal error: Call to...
by timhampton | Apr 1, 2015 | Cloud, Google App Engine, Technology, Web Development
Had a crash on our main web server today from one of our providers. Their useless support couldn’t give any reasons as to why it happened. I had been planning on moving from a simple cPanel database to Google App Engine (GAE) or Microsoft Azure. After the...