Login
Search
Links
Tags
apple art avr bangkok bike canon centennial park dav3 drive email fail feedback food funny howto hua hin humour inspirational international iphone iphoto kick boxing language license lyrics malaysia map micro muay thai music osx photo photos phuket rant review ride shopping singapore squash sydney test thailand tip travel ubuntu video walk wordpress woy woy youtubeArchives
- January 2012 (4)
- October 2011 (3)
- September 2011 (9)
- August 2011 (11)
- July 2011 (2)
- June 2011 (7)
- January 2011 (1)
- September 2010 (4)
- August 2010 (4)
- July 2010 (10)
- May 2010 (1)
- April 2010 (1)
- October 2009 (1)
- September 2009 (2)
- July 2009 (2)
- June 2009 (4)
- March 2009 (1)
- January 2009 (1)
- November 2008 (2)
- October 2008 (1)
- September 2008 (4)
- August 2008 (1)
- April 2008 (8)
- March 2008 (8)
- February 2008 (11)
- January 2008 (16)
- December 2007 (1)
- May 2007 (2)
- March 2007 (1)
- December 2004 (1)
Recent Activity
Tag Archives: wordpress
mydomain.com, mydomainwebhosting, mysql and localhost
I recently thought I would try a new webhost. I’ve been with my current one for a number of years, and the relationship, whilst not perfect, has stood the test of time.
I have opened up a mydomain.com web hosting account, mainly because the second ever domain (and every other–bar one–domain purchase has been through them). As a Domain Name Service, I haven’t had much to gripe about. In fact, the only thing I would like to see is a way to have a permanent number of domains show in the backend for administration. The default is 20 and I have more than that many domains, so to see all my domains I must reload the page with a higher number of domains to show… Nit picky, but it all takes times…
I have digressed…
I recently installed a wordpress installation on a mydomainwebhost. Whilst it was reasonably painless (it wasn’t without pain), it worked. I needed a call to customer support for a PHP4/5 support query, but otherwise, the install went ok. Until it came time to put in the MySQL server name.
Have you ever tried searching google for things involving “mydomain”? You get 1000′s, 100,000′s search results where people are asking questions about their domain and when they quote it, what do they use as an example domain name? “mydomain.com”. Which essentially makes it impossibly hard to find suitable and proper answers to your problem.
What did I find? mydomain.com doesn’t use the default “localhost” name for their mysql database server. It uses a lesser known (and hard to find) name of: “mysql3341int.mydomainwebhost.com“. That is the name I found elsehwere on the net, and it worked for me. It SHOULD work for you.
WordPress iPhone app – crashes ** FIXED **
Today I downloaded the WordPress app from the Apple App store, for the iPhone. I have been looking forward to this for some time since that although my site looks good on a mobile device, it doesn’t lend itself to be uploaded to from a mobile device.
Until now… Enter the WordPress application from the app store. errrrm… ok… But it didn’t work for me. It would consistently crash and restarting the app would just crash immediately. I determined this was because I am running a WordPress multi-site. Whether it is or not, I found the fix:
Hi.
Please open “your/wordpress/directory/xmlrpc.php” in any text editor, and rewrite the line 477,
'blogid' => $blog_id,
to
'blogid' => (string) $blog_id,.
Yeah! Now, you can use WordPress for iOS!
Cheers!
Now I’m a happy camper…
BTW, I found this solution here, look for the first comment dated 05/07/2010.
edit: today I upgraded wordpress to the latest version 3.01 and I checked the above file, it has not been fixed. If you install the 3.01 update, you will also need to re-edit and include the string cast for the blogid.
on a side note: I also use tumblr, and the tumblr app for the iPhone is equally FANTASTIC! Highly suggested and recommended if you use tumblr.
Years ago I hand-coded my first website, and sometimes I still do the odd bit of dabbling like that. But these days there are so many great content management systems (CMS) out there, that really, why bother. I use to use Druple, and I have nothing against that, but a while back now I migrated to WordPress…. All was fine until…