Visa ett inlägg
Oläst 2014-10-03, 21:38 #1
FelixT FelixT är inte uppkopplad
Nykomling
 
Reg.datum: Jan 2014
Inlägg: 37
FelixT FelixT är inte uppkopplad
Nykomling
 
Reg.datum: Jan 2014
Inlägg: 37
Standard Syntax Error: T_String line 22 HJÄLP! :)

Hallå alla ni!
Jag hoppas ni har en trevlig kväll och har lust att hjälpa en vilsen själ!

Jag hoppas att jag har lagt detta rätt i forumet, är lite osäker.

jag får detta felmeddelandet när jag ska skriva URLen.

"Parse error: syntax error, unexpected T_STRING in /usr/local/pem/vhosts/397838/webspace/httpdocs/thegamerswebshop.com/wp-config.php on line 22"

Jag har gått igenom config filen, men hittar ingenting!
Jag har skrivit den nedan, ser någon vad felet kan vara?!?

Snabba svar uppskattas rejält, tack!!



<?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', ’db1184129_tgws’); // The name of the database
define('DB_USER', ’u1184129_Gamers’); // Your MySQL username
define('DB_PASSWORD', ’mittlösenord’); // Password
define('DB_HOST', '83.168.227.23’); // 99% chance you won't need to change this value
define('DB_CHARSET', 'utf8');
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', 'fc%Z`bv&o!Z-01H*P<hSw|+IyJ-WhkgSISFYgQSb2SD+M-[#[_M)D-^30lCFcyMz');
define('SECURE_AUTH_KEY', 'w8RH:8NR$>BL3<Md{-p,f!3&!#u{]J||N$+[?xsV-Gwl@HIEnV7*dC-L/1]@-}G_');
define('LOGGED_IN_KEY', 'kz2AqO2zll,nKjHnm7SNNnT1S|}X37Nj$>}yY7aJ~jNxj!v }>KP[oNzwK8t5`_i');
define('NONCE_KEY', 'fyA%0k*}MKc-&8n3`?Zbg_{?^[email protected]{NnCe)B2sYqwHn{e');
define('AUTH_SALT', 'R4&<]doIpVwbes;^)R8*ybkpduYBu>3Q*4Mov`rkdOPvW.|w4H{4;3]Tk?.RX[63');
define('SECURE_AUTH_SALT', ' s0dx8ae=1Q+@|z3C|e6WK`j/OiR+kkarX7UDK+eP]F:#0:W-k7+-Fvu/;CV-zP%');
define('LOGGED_IN_SALT', 'p+l%O?g8o--co-{8:KDDUHU)m-Cs%IuJLN05M[V?%<d_pWK}aPL2#>coxL/9LQ|N');
define('NONCE_SALT', ']_?@<JV1gZ~-7RkLPR;w,_Y9ap|V0GLZGO<C&xmOskmU,&eC8g#Qx$+RxU(-6dx4');

/**#@-*/

/**
* 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
* de_DE.mo to wp-content/languages and set WPLANG to 'de_DE' to enable German
* language support.
*/
define('WPLANG', '');

/**
* 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');
FelixT är inte uppkopplad   Svara med citatSvara med citat