انجمن


علت خطا تعمیرات زمان بندی چی؟؟؟؟؟؟؟؟فری  (۱۵ نوشته)

  • meisamgolzad

    آفلاین
    عضو
    تعداد نوشته‌ها: ۵۶
    تشکر شده: ۴ بار
    # نوشته شده: ۱۰ سال پیش
    ۱۷ مهر ۱۳۹۲ - ۱۱:۴۱

    سلام دوستان در حال نصب افزونه بودم ک چنین اروری داد و الا یک روزه گذشته هر چی رو رفتم نشد
    ممنون میشم کمکم کنید
    جهت انجام عملیات تعمیرات زمان‌بندی شده برای مدت کوتاهی در دسترس نیست. یک دقیقه دیگر مراجعه کنید.

  • meisamgolzad

    آفلاین
    عضو
    تعداد نوشته‌ها: ۵۶
    تشکر شده: ۴ بار
    # نوشته شده: ۱۰ سال پیش
    ۱۷ مهر ۱۳۹۲ - ۲۱:۰۰

    ای بابا کسی نیست جواب بده من عصبی شدم همه پوشه هارو تغیر دادم ولی درست نشد یکی کمکم کنه تا وردپرسمو پاک نکردم

  • Araz

    آفلاین
    کاربر فعال
    تعداد نوشته‌ها: ۱۵۰۴
    تشکر شده: ۹۱۰ بار
    # نوشته شده: ۱۰ سال پیش
    ۱۸ مهر ۱۳۹۲ - ۱۹:۰۶

    کد زیر را در انتهای محتویات فایل wp-config اضافه کنید و مجددا بررسی کنید.
    (بهتر است قبل از این کار یک فایل پشتیبان تهیه کنید.)

    if(is_admin()) {
    add_filter('filesystem_method', create_function('$a', 'return "direct";' ));
    define( 'FS_CHMOD_DIR', 0751 );
    }
  • meisamgolzad

    آفلاین
    عضو
    تعداد نوشته‌ها: ۵۶
    تشکر شده: ۴ بار
    # نوشته شده: ۱۰ سال پیش
    ۱۸ مهر ۱۳۹۲ - ۱۹:۱۱

    نه دادا کار نکرد
    این وب سایتمه ک صفحه اصلیش میاد ولی بقیه صفحات رو نمیاره و اون خطارو میده و صفحه ورودی وردپرسمم همین خطا را داره ک نمیزاره کار کنم
    http://www.meisamgolzad.ir

  • meisamgolzad

    آفلاین
    عضو
    تعداد نوشته‌ها: ۵۶
    تشکر شده: ۴ بار
    # نوشته شده: ۱۰ سال پیش
    ۱۸ مهر ۱۳۹۲ - ۱۹:۱۴

    <?php
    
    /** Enable W3 Total Cache */
    define('WP_CACHE', true); // Added by W3 Total Cache
    
    /**
    * The base configurations of the WordPress.
    *
    * This file has the following configurations: MySQL settings, Table Prefix,
    * Secret Keys, WordPress Language, and ABSPATH. You can find more information
    * by visiting {@link http://codex.wordpress.org/Editing_wp-config.php Editing
    * wp-config.php} Codex page. You can get the MySQL settings from your web host.
    *
    * This file is used by the wp-config.php creation script during the
    * installation. You don't have to use the web site, you can just copy this file
    * to "wp-config.php" and fill in the values.
    *
    * @package WordPress
    */
    
    // ** MySQL settings - You can get this info from your web host ** //
    /** The name of the database for WordPress */
    define('DB_NAME', 'meisamgo_portal');
    
    /** MySQL database username */
    define('DB_USER', 'meisamgo_admin');
    
    /** MySQL database password */
    define('DB_PASSWORD', '987654321');
    
    /** MySQL hostname */
    define('DB_HOST', 'localhost');
    
    /** Database Charset to use in creating database tables. */
    define('DB_CHARSET', 'utf8');
    
    /** The Database Collate type. Don't change this if in doubt. */
    define('DB_COLLATE', '');
    
    /**#@+
    * Authentication Unique Keys and Salts.
    *
    * Change these to different unique phrases!
    * You can generate these using the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service}
    * You can change these at any point in time to invalidate all existing cookies. This will force all users to have to log in again.
    *
    * @since 2.6.0
    */
    define('AUTH_KEY',         'put your unique phrase here');
    define('SECURE_AUTH_KEY',  'put your unique phrase here');
    define('LOGGED_IN_KEY',    'put your unique phrase here');
    define('NONCE_KEY',        'put your unique phrase here');
    define('AUTH_SALT',        'put your unique phrase here');
    define('SECURE_AUTH_SALT', 'put your unique phrase here');
    define('LOGGED_IN_SALT',   'put your unique phrase here');
    define('NONCE_SALT',       'put your unique phrase here');
    
    /**#@-*/
    
    /**
    * WordPress Database Table prefix.
    *
    * You can have multiple installations in one database if you give each a unique
    * prefix. Only numbers, letters, and underscores please!
    */
    $table_prefix  = 'wp_';
    
    /**
    * WordPress Localized Language, defaults to English.
    *
    * Change this to localize WordPress. A corresponding MO file for the chosen
    * language must be installed to wp-content/languages. For example, install
    * fa_IR.mo to wp-content/languages and set WPLANG to 'fa_IR' to enable Persian
    * language support.
    */
    define('WPLANG', 'fa_IR'); // by http://wp-persian.com Team :)
    
    /**
    * For developers: WordPress debugging mode.
    *
    * Change this to true to enable the display of notices during development.
    * It is strongly recommended that plugin and theme developers use WP_DEBUG
    * in their development environments.
    */
    define('WP_DEBUG', false);
    
    /* That's all, stop editing! Happy blogging. */
    
    /** Absolute path to the WordPress directory. */
    if ( !defined('ABSPATH') )
    define('ABSPATH', dirname(__FILE__) . '/');
    
    /** Sets up WordPress vars and included files. */
    require_once(ABSPATH . 'wp-settings.php');
    define('WP_DEBUG', true);

    این کدی ک در اون قسمتی ک گفتید اضافه کنم ک کار نکرد

  • Araz

    آفلاین
    کاربر فعال
    تعداد نوشته‌ها: ۱۵۰۴
    تشکر شده: ۹۱۰ بار
    # نوشته شده: ۱۰ سال پیش
    ۱۸ مهر ۱۳۹۲ - ۲۰:۱۶

    ازطریق هاست یا ftp پلاگین موردنظر را حذف یا نام آنرا تغییر دهید.
    محتوای فولدر upgrade موجود در wp-content را نیز بررسی کنید.

    موفق باشید

  • meisamgolzad

    آفلاین
    عضو
    تعداد نوشته‌ها: ۵۶
    تشکر شده: ۴ بار
    # نوشته شده: ۱۰ سال پیش
    ۱۸ مهر ۱۳۹۲ - ۲۰:۲۸

    محتوای فولدر upgrade خالی This directory is empty من اکثر فایل ها و پوشه هارو اسمشونو عوض کردم یعنی به اخرشون عدد 0 را دادم ولی کار نمیکنه

  • Araz

    آفلاین
    کاربر فعال
    تعداد نوشته‌ها: ۱۵۰۴
    تشکر شده: ۹۱۰ بار
    # نوشته شده: ۱۰ سال پیش
    ۱۸ مهر ۱۳۹۲ - ۲۱:۰۵

    فایل "maintenance." را (از مسیر نصب وردپرس) حذف کنید.
    -تغییرات انجام داده شده را به حالت اولیه بازگردانید
    -کش مرورگر خود را پاک نموده و مجددا بررسی کنید.

  • meisamgolzad

    آفلاین
    عضو
    تعداد نوشته‌ها: ۵۶
    تشکر شده: ۴ بار
    # نوشته شده: ۱۰ سال پیش
    ۱۸ مهر ۱۳۹۲ - ۲۲:۵۲

    من این فایلو پیدا نکردم
    جز این پوشه ک اسمش این بود maint ک داخلش ی فایلی به این اسم repair.php بود برنامه نویسیشو ی کپی گرفتم بعد پاکش کردم تغیر اسمم دادم ولی بازم کار نکرد دارم دیونه میشم چ مرگشه
    تو فایلا ی برگه ارور بود ک اونم پاک کردمش نشد اخر
    من داشتم افزونه نصب میکردم ک خراب شد ک اونم پاک کردم ولی درست نشد فکر کنم همه رو باید پاک کنم

  • meisamgolzad

    آفلاین
    عضو
    تعداد نوشته‌ها: ۵۶
    تشکر شده: ۴ بار
    # نوشته شده: ۱۰ سال پیش
    ۱۸ مهر ۱۳۹۲ - ۲۳:۰۵

    همه افزونه هامم پاک کردم ولی نشد

  • meisamgolzad

    آفلاین
    عضو
    تعداد نوشته‌ها: ۵۶
    تشکر شده: ۴ بار
    # نوشته شده: ۱۰ سال پیش
    ۱۹ مهر ۱۳۹۲ - ۰۰:۰۹

    [10-Oct-2013 20:35:09 UTC] PHP Warning:  require_once() [<a href='function.require-once'>function.require-once</a>]: Unable to access /home/meisamgo/public_html/wp-includes/pomo/mo.php in /home/meisamgo/public_html/wp-includes/load.php on line 706
    [10-Oct-2013 20:35:09 UTC] PHP Warning:  require_once(/home/meisamgo/public_html/wp-includes/pomo/mo.php) [<a href='function.require-once'>function.require-once</a>]: failed to open stream: No such file or directory in /home/meisamgo/public_html/wp-includes/load.php on line 706
    [10-Oct-2013 20:35:09 UTC] PHP Fatal error:  require_once() [<a href='function.require'>function.require</a>]: Failed opening required '/home/meisamgo/public_html/wp-includes/pomo/mo.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/meisamgo/public_html/wp-includes/load.php on line 706
    [10-Oct-2013 20:35:14 UTC] PHP Warning:  require_once() [<a href='function.require-once'>function.require-once</a>]: Unable to access /home/meisamgo/public_html/wp-includes/pomo/mo.php in /home/meisamgo/public_html/wp-includes/load.php on line 706
    [10-Oct-2013 20:35:14 UTC] PHP Warning:  require_once(/home/meisamgo/public_html/wp-includes/pomo/mo.php) [<a href='function.require-once'>function.require-once</a>]: failed to open stream: No such file or directory in /home/meisamgo/public_html/wp-includes/load.php on line 706
    [10-Oct-2013 20:35:14 UTC] PHP Fatal error:  require_once() [<a href='function.require'>function.require</a>]: Failed opening required '/home/meisamgo/public_html/wp-includes/pomo/mo.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/meisamgo/public_html/wp-includes/load.php on line 706
    [10-Oct-2013 20:35:20 UTC] PHP Warning:  require_once() [<a href='function.require-once'>function.require-once</a>]: Unable to access /home/meisamgo/public_html/wp-includes/pomo/mo.php in /home/meisamgo/public_html/wp-includes/load.php on line 706
    [10-Oct-2013 20:35:20 UTC] PHP Warning:  require_once(/home/meisamgo/public_html/wp-includes/pomo/mo.php) [<a href='function.require-once'>function.require-once</a>]: failed to open stream: No such file or directory in /home/meisamgo/public_html/wp-includes/load.php on line 706
    [10-Oct-2013 20:35:20 UTC] PHP Fatal error:  require_once() [<a href='function.require'>function.require</a>]: Failed opening required '/home/meisamgo/public_html/wp-includes/pomo/mo.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/meisamgo/public_html/wp-includes/load.php on line 706
    [10-Oct-2013 20:35:25 UTC] PHP Warning:  require_once() [<a href='function.require-once'>function.require-once</a>]: Unable to access /home/meisamgo/public_html/wp-includes/pomo/mo.php in /home/meisamgo/public_html/wp-includes/load.php on line 706
    [10-Oct-2013 20:35:25 UTC] PHP Warning:  require_once(/home/meisamgo/public_html/wp-includes/pomo/mo.php) [<a href='function.require-once'>function.require-once</a>]: failed to open stream: No such file or directory in /home/meisamgo/public_html/wp-includes/load.php on line 706
    [10-Oct-2013 20:35:25 UTC] PHP Fatal error:  require_once() [<a href='function.require'>function.require</a>]: Failed opening required '/home/meisamgo/public_html/wp-includes/pomo/mo.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/meisamgo/public_html/wp-includes/load.php on line 706
    [10-Oct-2013 20:35:30 UTC] PHP Warning:  require_once() [<a href='function.require-once'>function.require-once</a>]: Unable to access /home/meisamgo/public_html/wp-includes/pomo/mo.php in /home/meisamgo/public_html/wp-includes/load.php on line 706
    [10-Oct-2013 20:35:30 UTC] PHP Warning:  require_once(/home/meisamgo/public_html/wp-includes/pomo/mo.php) [<a href='function.require-once'>function.require-once</a>]: failed to open stream: No such file or directory in /home/meisamgo/public_html/wp-includes/load.php on line 706
    [10-Oct-2013 20:35:30 UTC] PHP Fatal error:  require_once() [<a href='function.require'>function.require</a>]: Failed opening required '/home/meisamgo/public_html/wp-includes/pomo/
  • meisamgolzad

    آفلاین
    عضو
    تعداد نوشته‌ها: ۵۶
    تشکر شده: ۴ بار
    # نوشته شده: ۱۰ سال پیش
    ۱۹ مهر ۱۳۹۲ - ۱۷:۲۵

    کسه دیگه نیست کمکم کنه

  • meisamgolzad

    آفلاین
    عضو
    تعداد نوشته‌ها: ۵۶
    تشکر شده: ۴ بار
    # نوشته شده: ۱۰ سال پیش
    ۱۹ مهر ۱۳۹۲ - ۱۸:۵۴

    Name
    
    Size
    
    Last Modified (Iran Standard Time)
    
    Type
    
    Perms
     	Name	Size	Last Modified (Iran Standard Time)	Type	Perms
    
    ax
    
    4 KB
    
    2013/10/11، ساعت 12:10
    
    httpd/unix-directory
    
    0755
    
    cgi-bin
    
    4 KB
    
    2013/8/23، ساعت 18:56
    
    httpd/unix-directory
    
    0755
    
    images
    
    4 KB
    
    2013/10/9، ساعت 23:18
    
    httpd/unix-directory
    
    0755
    
    inc
    
    4 KB
    
    2013/4/19، ساعت 22:32
    
    httpd/unix-directory
    
    0755
    
    install
    
    4 KB
    
    2013/10/10، ساعت 23:20
    
    httpd/unix-directory
    
    0755
    
    wordpress
    
    4 KB
    
    2013/10/9، ساعت 23:16
    
    httpd/unix-directory
    
    0755
    
    wp-admin
    
    4 KB
    
    2013/8/27، ساعت 11:14
    
    httpd/unix-directory
    
    0755
    
    wp-content
    
    4 KB
    
    2013/10/10، ساعت 23:05
    
    httpd/unix-directory
    
    0755
    
    wp-includes
    
    4 KB
    
    2013/10/11، ساعت 0:07
    
    httpd/unix-directory
    
    0755
    
    dl.php
    
    253 byte
    
    2013/8/25، ساعت 0:26
    
    application/x-httpd-php
    
    0644
    
    index.php
    
    395 byte
    
    2013/9/20، ساعت 12:17
    
    application/x-httpd-php
    
    0644
    
    license.txt
    
    19٫46 KB
    
    2013/9/20، ساعت 12:17
    
    text/plain
    
    0644
    
    readme.html
    
    14٫03 KB
    
    2013/9/20، ساعت 12:17
    
    text/html
    
    0644
    
    readme[fa].html
    
    11 KB
    
    2013/1/17، ساعت 22:12
    
    text/html
    
    0644
    
    sitemap.xml
    
    167٫26 KB
    
    2013/10/8، ساعت 21:03
    
    text/xml
    
    0644
    
    sitemap.xml.gz
    
    17٫62 KB
    
    2013/10/8، ساعت 21:03
    
    package/x-generic
    
    0644
    
    wordpress-3.5.2-fa_IR.zip
    
    6٫25 MB
    
    2013/8/25، ساعت 0:26
    
    package/x-generic
    
    0644
    
    wp-activate.php
    
    4٫51 KB
    
    2013/9/20، ساعت 12:17
    
    application/x-httpd-php
    
    0644
    
    wp-blog-header.php
    
    271 byte
    
    2013/9/20، ساعت 12:17
    
    application/x-httpd-php
    
    0644
    
    wp-comments-post.php
    
    3٫43 KB
    
    2013/9/20، ساعت 12:17
    
    application/x-httpd-php
    
    0644
    
    wp-config-sample.php
    
    3٫14 KB
    
    2013/9/20، ساعت 12:17
    
    application/x-httpd-php
    
    0644
    
    wp-config.php
    
    3٫12 KB
    
    2013/10/11، ساعت 18:34
    
    application/x-httpd-php
    
    0444
    
    wp-cron.php
    
    2٫65 KB
    
    2013/9/20، ساعت 12:17
    
    application/x-httpd-php
    
    0644
    
    wp-links-opml.php
    
    1٫95 KB
    
    2013/9/20، ساعت 12:17
    
    application/x-httpd-php
    
    0644

    این تمام فایل روی صفحه

  • meisamgolzad

    آفلاین
    عضو
    تعداد نوشته‌ها: ۵۶
    تشکر شده: ۴ بار
    # نوشته شده: ۱۰ سال پیش
    ۲۱ مهر ۱۳۹۲ - ۱۲:۴۱

    من تصمیم گرفتم ورد پرسمو پاک کنم حالا یکی از بیس بگه چیکارش کنم
    نصب کنم

  • meisamgolzad

    آفلاین
    عضو
    تعداد نوشته‌ها: ۵۶
    تشکر شده: ۴ بار
    # نوشته شده: ۱۰ سال پیش
    ۲۲ مهر ۱۳۹۲ - ۰۹:۵۴

    چرا مشکل من حل نمیشههههههههههههههههه با این ک اخرین ورژنه وردپرس رو نصب کردم بازم هنوز همون خطا رو میده دیگه مشکل از کجاست همه چی رو پاک کردم ک.........صفحه ورودی وردپرسسم همین اخطاره
    meisamgolzad.ir

درباره‌ی این موضوع