دوستان سایتم رو تازه راه اندازی کردم بعد از چند روز هنگامی که می خواستم برم داخل سایتم دیدم سایتم کاملا سفیده و هیچی بالا نمیاد
درضمن با سیستم مدیریتی هم همین مشکل رو دارم
نشانی سایت http://www.alipro.ir
دوستان سایتم رو تازه راه اندازی کردم بعد از چند روز هنگامی که می خواستم برم داخل سایتم دیدم سایتم کاملا سفیده و هیچی بالا نمیاد
درضمن با سیستم مدیریتی هم همین مشکل رو دارم
نشانی سایت http://www.alipro.ir
عبارت زیر را در فایل wp-config.php وارد کردم
error_reporting(E_ALL)
حالا خطایی زیر رو میده
Parse error: syntax error, unexpected T_STRING in /home/ali/public_html/wp-config.php on line 19
سلام دوست عزیز
فایل wp-config.php رو بدون دیتابیس و رمز بذارین اینجا لطفا.
<?php
error_reporting(E_ALL)
/**
* 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', '*******************');
/** MySQL database username */
define('DB_USER', '*****************');
/** MySQL database password */
define('DB_PASSWORD', '************');
/** 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.
*
* Change these to different unique phrases!
* You can generate these using the {@link https://api.wordpress.org/secret-key/1.1/ 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');
/**#@-*/
/**
* 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
/* That's all, stop editing! Happy blogging. */
/** WordPress 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');
نام DB_NAME کاراکتر خاصی نداره؟
این مقادیر رو جایگزین محتویات wp-config.php کنین. (نام دیتابیس، نام کاربری و رمز رو تغییر بدین)
<?php
/**
* 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', '3');
/** MySQL database username */
define('DB_USER', '3');
/** MySQL database password */
define('DB_PASSWORD', '3');
/** 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.
*
* Change these to different unique phrases!
* You can generate these using the {@link https://api.wordpress.org/secret-key/1.1/ 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', '**d>|&-r tl@!:rW%m&wB/K@Vr/ar7uB]^OH9f/&/pre_HSt|2?0|r)vu?Y>QLaT');
define('SECURE_AUTH_KEY', 'M~?vzbNN*+?E}mpC]ZR&ZqKW@80,6mB.-=Rc/:h[}n|5)c5>tSOEWA(y-r)|4&~w');
define('LOGGED_IN_KEY', '.VOyIM$F?S0 c}sco9U[$a:RB}ZgX<code>.[{q</code>C:B)]]-E++l @e~2Z+/
,}%x+#z*(');/**
* 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
/* That's all, stop editing! Happy blogging. */
/** WordPress 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');`
دوستان سایتم بالا میاد ولی وقتی می خوام وارد سیستم مدیریتیم بشم اخطار زیر رو میده
البته فایل wp-config.php و بانکم رو پاک کردم و دوباره نصب کردم
Warning: Cannot modify header information - headers already sent by (output started at /home/alipmqgp/public_html/wp-content/themes/twentyten/functions.php:1) in /home/alipmqgp/public_html/wp-includes/pluggable.php on line 897
آقا شرمنده کد رو از اینجا دانلود کنین:
http://anyhub.net/file/2SJM-wp-config6.php.zip
اینو که فرستادی چه کار کنم
الان سایتم بالا میاد ولی سیستم مدیریتیم نمیاد
محتویاتش رو تو wp-config.php بذارین. نمیدونم چرا نشد درست اینجا بزارمش.
در ضمن اگر درست نشد. این فایل رو باز کنین:
wp-includes/pluggable.php
بعد این کد رو پیدا کنین:
header("Location: $location", true, $status);
و true رو به false تغییر بدین ببینین چی میشه.
این کارهارو هم انجام دادم ولی فایده ای نداشت
اگه کل محتوای public_html رو دوباره آپ کنم درست میشه
این بود وردپرس که میگن خیلی خوبه و پشتیبانیش عالیه پس کو
من دارم سایت رو دوباره آپ میکنم ببینم درست میشه
حالا چون داخل سایتم هیچی نبود این کار رو کردم اگه سایتم رو درست کرده بودم و کلی کار کرده بودم روش باید چه کار می کردم
دوست عزیز مشکل شما بنظر نمیاد که با دوباره آپلود کردن فایلها حل بشه. دوباره با دیتابیس جدید وردپرس رو راه اندازی کنین . و دقت داشته باشین با این طرز تفکر براتون اعصاب نمیمونه.
AliPro گفت:
این بود وردپرس که میگن خیلی خوبه و پشتیبانیش عالیه پس کو
من دارم سایت رو دوباره آپ میکنم ببینم درست میشه
حالا چون داخل سایتم هیچی نبود این کار رو کردم اگه سایتم رو درست کرده بودم و کلی کار کرده بودم روش باید چه کار می کردم
با اجازه بقیه
برو خدا رو شکر کن جواب سوالاتو تند و تند داری میگیری
برو ببین من چندتا پست زدم و تا حالا چندتاشو جواب گرفتم
ببین هر سیستم دیگه ای هم بخوای بری همینه! شما بابت وردپرس هزینه ای نمیدی که توقع پشتیبانی سریع و بی عیب و نقص داشته باشی
ضمنا من به شخصه به خاطر سئو فوق العاده قوی وردپرسی که دیدم نمی تونم از این سیستم چشم پوشی کنم! شما و بقیه آزاد و مختارند از سیستم ها دیگری استفاده کنن، کسی را مجبور نمیکنند!
دوستان خیلی ممنون از اینکه منو راهنمایی کردید و وقت خود رو صرف پاسخ دادن به من کردید
من مشکلم با آپ دوباره حل شد ولی اصلا راضی نیستم از این وضعیت چون همش فکر میکنم شاید دوباره این اتفاق بیفته