Hi I am running drupal 6.4. I tried installing ffmpeg and when I returned to my site I was greated with this 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.
Anyone know how I can figure out what is causing the problem? I'm using virtualmin, mysql. I'm guessing there would be some type of error log but so far I can see it. Any suggesstions would also be greatly appreciated.
Comments
I found an apache error log.
I found an apache error log. It says:
PHP Notice: Trying to get property of non-object in /home/flics/public_html/includes/common.inc on line 767
PHP Notice: Trying to get property of non-object in /home/flics/public_html/includes/theme.maintenance.inc on line 250
PHP Notice: Undefined property: stdClass::$language in /home/flics/public_html/themes/garland/maintenance-page.tpl.php on line 16
PHP Notice: Undefined property: stdClass::$language in /home/flics/public_html/themes/garland/maintenance-page.tpl.php on line 16
*********************************************************************:)
"All truths are easy to understand once they are discovered; the point is to discover them." -
-- Galileo Galilei
lfhub.com is the community I am building now..I wish to learn programing..any mentors out there?
:)
ok so I check each of hose
ok so I check each of hose lines and each have something to do with language. i only thing I can think of is that I enabled the language translator. Can that be causing this?
"All truths are easy to understand once they are discovered; the point is to discover them." -
-- Galileo Galilei
lfhub.com is the community I am building now..I wish to learn programing..any mentors out there?
:)
I'm convinced it's my
I'm convinced it's my bootstrap.inc but i don't know what to do about it yet.
********************************************************************8)
"All truths are easy to understand once they are discovered; the point is to discover them." -
-- Galileo Galilei
lfhub.com is the community I am building now..I wish to learn programing..any mentors out there?
:)
Site trouble
Login to your site as an administrator at http://www.lfhub.com/?q=user/login . Proceed to Administer > Site building > Modules and disable the module you installed.
Thanks but that didn't work.
Thanks but that didn't work. it's actually flics.lfhub.com I still haven't figured out the problem I tried a few different things I found in other posts. I added
but that just gave me a blank page. I checked the table variables for site offline but it was already at "0".
I really don't want to start all over especially not knowing what I did wrong just to do it again.
************************************************************8)
"All truths are easy to understand once they are discovered; the point is to discover them." -
-- Galileo Galilei
lfhub.com is the community I am building now..I wish to learn programing..any mentors out there?
:)
I think that this post might
I think that this post might be getting looked over because people think that I logged out after turning the site offline and can't get back in. But I didn't set it to offline so I wiil start a new thread with a better title.
***********************************************************************8)
"All truths are easy to understand once they are discovered; the point is to discover them." -
-- Galileo Galilei
lfhub.com is the community I am building now..I wish to learn programing..any mentors out there?
:)
The specific error your site
The specific error your site is giving is:
"In your ./sites/flics.lfhub.com/settings.php file you have configured Drupal to use a mysqli server, however your PHP installation currently does not support this database type."
What happens if you fix that?
Hmmm. that;s not actually a
Hmmm. that;s not actually a path maybe that's the problem. I have ./sites/default/settings.php and ./sites/flics.lfhub.com/readme.txt
Thank you for catching that. How did you find that error btw? I went into settings.php and changed the mysqli to mysgl but still the same error.
**********************************************************************************8)
"All truths are easy to understand once they are discovered; the point is to discover them." -
-- Galileo Galilei
lfhub.com is the community I am building now..I wish to learn programing..any mentors out there?
:)
Your install.php is still in
Your install.php is still in place, so that error showed there. Sure looks like the install script thinks that path is there.
You've got a database error; that's the message that displays in that case. Unfortunately, the error itself isn't being displayed. You can edit line 182 (thereabouts) of includes/database.inc to cause the error to show.
See #319769: PHP notice on
See #319769: PHP notice on _db_error_page