Jeg fik min nye hjemmeside kimlangholz.dk op, at køre for et par dage siden.
Jeg havde så i dag et problem med, at temaet ikke blev vist ordentligt i internet explore og mozilla firefox. (bruge selv chrome)
Jeg prøver så, at slukker alle plugins på min side, og da kommer denne fejl: Parse error: syntax error, unexpected T_STRING in/var/www/kimlangholz.dk/public_html/wp-config.php on line 17
Nu er hele min side lukket ned, og kan ikke engang komme ind i admin panelet.
<?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', 'kimlangholz_dk_db'); /** MySQL database username */ define('DB_USER', 'kimlangholz_dk'); /** MySQL database password */ define('DB_PASSWORD', '***********'); /** MySQL hostname */ define('DB_HOST', 'mysql12.unoeuro.com'); /** 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', ''); /**#@+
Nu kan jeg se, at jeg har følgende tre config.php filer:
wp-config-sample.php
wp-config.php
wp-config.php1337438403
Er det normalt, at have så mange?
på forhånd tak.