FAQ |
Kalender |
2014-10-03, 22:38 | #1 | ||
|
|||
Nykomling
|
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'); |
||
Svara med citat |
2014-10-03, 22:49 | #2 | ||
|
|||
Mycket flitig postare
|
Om du läser felmeddelandet så får du oftast lite ledtrådar
I detta fallet handlar det om rad 22, där du definierar ditt IP-nr. Ändra fnutten innan 8:an till följande tecken så funkar det: ’ |
||
Svara med citat |
2014-10-03, 22:53 | #3 | |||
|
||||
Flitig postare
|
Testa ersätt:
define('DB_HOST', '83.168.227.23’); // 99% chance you won't need to change this value define('DB_CHARSET', 'utf8'); med define('DB_HOST', ’83.168.227.23’); // 99% chance you won't need to change this value define('DB_CHARSET', 'utf8'); |
|||
Svara med citat |
2014-10-03, 22:55 | #4 | |||
|
||||
Flitig postare
|
ahh tog lite tid att läsa meddelandet ser jag :-)
Lycka till! |
|||
Svara med citat |
2014-10-04, 00:42 | #5 | ||
|
|||
Nykomling
|
Tack så jättemycket! Nu ska jag kolla om det fungerar!
Bor i Oslo och filmen Jägarna 2 gick, den är fan bra! haha Nu står det följande: Parse error: syntax error, unexpected T_DNUMBER in /usr/local/pem/vhosts/397838/webspace/httpdocs/thegamerswebshop.com/wp-config.php on line 22 Dnumber, hmm. Senast redigerad av FelixT den 2014-10-04 klockan 00:45 |
||
Svara med citat |
2014-10-04, 00:50 | #6 | |||
|
||||
Mycket flitig postare
|
Citat:
Alltså: define('DB_HOST', '83.168.227.23'); |
|||
Svara med citat |
2014-10-04, 00:57 | #7 | ||
|
|||
Nykomling
|
Tack så mycket!
Nu står det bara "Error establishing a database connection" Detta tror jag är mitt webhotells fel, kan det stämma? Ursäkta att jag är så otroligt dålig på detta, men man lär sig! |
||
Svara med citat |
2014-10-04, 01:48 | #8 | ||
|
|||
Nykomling
|
Citat:
Citat:
Är det någon som vet vad detta kan bero på? Jag har läst lite på internet, men hittar endast att det handlar om WP-configen, dock vet jag inte vad? Inloggningsuppgifter mm stämmer, precis på bokstaven! |
||
Svara med citat |
2014-10-04, 09:41 | #9 | ||
|
|||
Nykomling
|
Byt ut ´ mot ' även för DB_PASSWORD DB_NAME och DB_USER.
|
||
Svara med citat |
2014-10-05, 23:35 | #10 | ||
|
|||
Nykomling
|
Jag skulle nog testa byta ut IPnr mot localhost.
|
||
Svara med citat |
Svara |
|
|