سلام ، آیا این بازدید اول شماست ؟ یا
نمایش نتایج: از شماره 1 تا 2 , از مجموع 2

موضوع: [ نکته ] temporarily unavailable

Threaded View

پست قبلی پست قبلی   پست بعدی پست بعدی
  1. #1
    Admin
    تاریخ عضویت
    Dec 2005
    محل سکونت
    U.A.E
    نوشته ها
    13,222
    تشکر
    318
    تشکر شده 1,338 بار در 652 ارسال

    [ نکته ] temporarily unavailable

    بعضی اوقات وارد سایت که میشوید با پیغام زیر مواجه میشوید :

    This site is temporarily unavailable.
    Please notify the System Administrator

    زیر این پیغام یک شماره نوشته شده که با توجه به متن زیر میتوانید بفهمید برای بانک اطلاعاتی شما چه مشکلی پیش آمده :


    The number following the message indicates a database problem. The error number is generated by joomla/mambo and error numbers 1, 2 and 3 indicate the following:
    Error 1 = FATAL ERROR: MySQL support not available.
    Error 2 = FATAL ERROR: Connection to database server failed.
    Error 3 = FATAL ERROR: Database not found
    my view in plain speak would be:

    Error 1
    mambo attempts to talk with mysql on the server and fails to even talk to it - this might be because the server does not have mysql installed at all or maybe it is not configured correctly

    technically: function_exists( 'mysql_connect' ) FAILS

    Error 2
    sql is installed but for some reason we cannot login to mysql (this is where it tries the host, username, password stuff) - may indicate that these details are wrong in your config

    technically: $this->_resource = @mysql_connect( $host, $user, $pass ) FAILS

    Error 3
    I think this is that it passed 1 and 2 so you can connect to mysql but not select the specific database. Make sure the db name in configuration.php is correct.

    technically: mysql_select_db($db) FAILS

    جهت مشاهده لینک ها باید ثبت نام کنید یا لاگین کنید.


  2. کاربر مقابل از firoozmandan عزیز به خاطر این پست مفید تشکر کرده است:


  3. # ADS
    تبلیغات در جوملا فارسی
    تاریخ عضویت
    Always
    محل سکونت
    Advertising world
    نوشته ها
    Many
     

موضوعات مشابه

  1. This site is temporarily unavailable.
    توسط re1386 در انجمن مدیریت مامبو فارسی
    پاسخ ها: 4
    آخرين نوشته: 07-10-2011, 03:11 AM
  2. پيغام This site is temporarily unavailable
    توسط ghahremanimehdi در انجمن مدیریت مامبو فارسی
    پاسخ ها: 6
    آخرين نوشته: 03-12-2008, 11:04 AM
  3. This site is temporarily unavailable (2)
    توسط owlia در انجمن سوالهای عمومی مامبو فارسی
    پاسخ ها: 15
    آخرين نوشته: 12-04-2006, 12:16 AM

علاقه مندی ها (Bookmarks)

علاقه مندی ها (Bookmarks)

مجوز های ارسال و ویرایش

  • شما نمیتوانید موضوع جدیدی ارسال کنید
  • شما امکان ارسال پاسخ را ندارید
  • شما نمیتوانید فایل پیوست کنید.
  • شما نمیتوانید پست های خود را ویرایش کنید
  •