I had a problem where my hosting provider updated the server where our Drupal 6.4 website is installed, with PHP version 5.3. This caused all the themes to break and images were not displayed on the site. After some research found that I needed to update the Drupal core.
So updated the Drupal core to 6.28 (and other modules to match), and after a few hassles, I have most of it working now, but still have one issue I cannot resolve.
is there a simple way to show a different node / page,
when a user opens the site on a mobile device such as Android Smartphone / iPhone, iPad etc...
and another one when it's being opened up on a normal pc / mac etc.. ?
That would be really helpful to me,
I hope there is someone who knows a way how to do that.