نقل قول نوشته اصلی توسط lizard.tiny نمایش پست ها
این خطاها مربوط به کانفیگ هاست شماست و باید به مدیر سرور ارجاء بدید :

کد HTML:
[17-Oct-2015 19:22:07 Asia/Tehran] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/extensions/no-debug-non-zts-20090626/suhosin.so' - /usr/lib/php/extensions/no-debug-non-zts-20090626/suhosin.so: cannot open shared object file: No such file or directory in Unknown on line 0[17-Oct-2015 19:22:07 Asia/Tehran] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/extensions/no-debug-non-zts-20090626/xcache.so' - /usr/lib/php/extensions/no-debug-non-zts-20090626/xcache.so: cannot open shared object file: No such file or directory in Unknown on line 0[17-Oct-2015 19:22:07 Asia/Tehran] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/extensions/no-debug-non-zts-20090626/apc.so' - /usr/lib/php/extensions/no-debug-non-zts-20090626/apc.so: cannot open shared object file: No such file or directory in Unknown on line 0[17-Oct-2015 19:22:07 Asia/Tehran] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/extensions/no-debug-non-zts-20090626/ixed.5.3.lin' - /usr/lib/php/extensions/no-debug-non-zts-20090626/ixed.5.3.lin: cannot open shared object file: No such file or directory in Unknown on line 0
اما این خط :

کد HTML:
[17-Oct-2015 19:22:07 Asia/Tehran] PHP Parse error: syntax error, unexpected ';' in /home/digitall/public_html/wp-config.php on line 80
فایل کانفیگتون رو برسی کنید و ببینید توی خط 80 چه چیزی هست, در صورت امکان مشخصات اکانت و پسورد دیتابیس رو توی این فایل حذف کنید و این فایل رو قرار بدید تا برسی بشه


بفرمایید:



کد:
<?php
/**
 * The base configuration for WordPress
 *
 * The wp-config.php creation script uses this file during the
 * installation. You don't have to use the web site, you can
 * copy this file to "wp-config.php" and fill in the values.
 *
 * This file contains the following configurations:
 *
 * * MySQL settings
 * * Secret keys
 * * Database table prefix
 * * ABSPATH
 *
 * @link https://codex.wordpress.org/Editing_wp-config.php
 *
 * @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', 'utf8mb4');


/** 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',         '&$|5{:_-#16 ,v4?:wA`CK49.HKU!QvP=mbN,{^wPo$f|&fZ[y[SE+7*+u8H3`|-');
define('SECURE_AUTH_KEY',  'g!KI`PA26_D(f?7H<B!L$+&?0E6}%,w$0{F1X.tFn:b0S*4-J;NSz!#SqcD=&$rg');
define('LOGGED_IN_KEY',    'RO)f;/a@kWZ|(gb|rY]AS^[SshRgy:L*3OH>es {#.?k0}XP4wte+k@LSB6UiY]N');
define('NONCE_KEY',        ' 2En?l3C3*b0wL}CN~V)_&uSZ5EWi8&CJ5!E~tHRYtK!s;=b AL<f&>{A0ryd)QX');
define('AUTH_SALT',        'wv!1QRH{z/(YWHbhtr`T)tRu`,lS*_y;0|3]Nx! SePMNUpGs|hh)qbT4!8cN-IX');
define('SECURE_AUTH_SALT', 'Hpq!$/k{k+;4M{-K<jN|-4wy_K.(XPC&X;|-D@.+:|y&(@84Hwcf-rB~H1.xd~jn');
define('LOGGED_IN_SALT',   '^OZt.HL$poss,Lq<L|yOhRY~=sTbh H zf@C3}rP_&DAL$0Wp` B*Kr=Ci`vwblx');
define('NONCE_SALT',       'Ku&1X^3Sa&<.cL|XEw>kj+fxlolnU0UuyC5Z[oyAO)RW!pyfCL&|L]bSk+6y|QT.');


/**#@-*/


/**
 * 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_';


/**
 * 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.
 *
 * For information on other constants that can be used for debugging,
 * visit the Codex.
 *
 * @link https://codex.wordpress.org/Debugging_in_WordPress
 */
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');