Site off-line The site is currently not available due to technical problems. Please try again later. Thank you for your understanding. (SOLVED!)

This error became a problem after many desperate attempts to get imagecache working I saw a post that said there were problems with my version of PHP. I was running PHP 5.2.8.
I downloaded the latest stable version of PHP (as of 28/09/09) which is PHP 5.2.11.
It says during the installation that it is not recommended that all features available should be installed by default – this will cause problems! I’m running on 2003 Server (IIS 6.0) using FastCGI. After re-booting my server a few times and adding more bits to my PHP install I saw this error message:
Site off-line
The site is currently not available due to technical problems. Please try again later. Thank you for your understanding.
If you are the maintainer of this site, please check your database settings in the settings.php file and ensure that your hosting provider’s database server is running. For more help, see the handbook, or contact your hosting provider.
Ok, the solution really is there. It’s in settings.php it’s on line 92 the following code:
If your host doesn’t have mysqli installed, you can it change to use mysql. (MySQLi stands for MySQL Improved.)
Open settings.php change $db_url from mysql to mysqli (settings usually in /sites/default-folder in your drupal installation).
BEFORE:
$db_url = ‘mysqli://user:password@hostname/table’;
$db_url = ‘mysql://user:password@hostname/table’;
Related posts:
- WordPress Contact Form 7 & WP-Mail-SMTP problem solved
- wp-content\plugins\fuzzy-seo-booster\seoqueries.php on line 507
- WordPress – PHP Warning: Invalid argument supplied for foreach() in php … on line 86
- Beginning Drupal
- Adding PayPal to a WordPress site
- Drupal Gmail Module – Solved.
- Windows 7 file copy and Internet slow – solved
Tags: drupal
4 Comments
Leave a Reply
Hot Topics
- Creating a Drupal 6 custom login form – Step by Step tutorial.
- WordPress Contact Form 7 & WP-Mail-SMTP problem solved
- imagecache wrong path – SOLVED!
- 7129/6105195 Edward Leedskalnin’s anti-gravity – How he built Coral Castle.
- How to take Ownership of a Drive, Folder or File in Windows 7
- WordPress widgets not saving or dragging?
- Firefox – update favicon.ico (SOLVED)
- IE emulator for FireFox
- Site off-line The site is currently not available due to technical problems. Please try again later. Thank you for your understanding. (SOLVED!)
- Access denied – Drupal 6.x
Archives
- February 2012
- November 2011
- September 2011
- August 2011
- June 2011
- January 2011
- December 2010
- November 2010
- October 2010
- May 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
- July 2009
- June 2009
- May 2009
- April 2009
- January 2009
- December 2008
- August 2008
- June 2008

That’s work perfectly.
It happen to me before but it was beacause a conflict with panal view.
I solved tha but suddlenly it happen again. I do that and all is fixed!
Thanks a lot
This does not work. My default settings are just the same like this :
$db_url = ‘mysql://user:password@hostname/table’;
I get the same error.
thanks a lot..it working fine..
Hello , The same issue exists with Drupal 6 on XAMPP. The default settings is
$db_url = ‘mysql://user:password@hostname/table’;
kindly suggest.
Arun