No I don’t. I found out I must refresh the page and then it works. 😉
Thank you… I got this far now. But there’s an other problem now – I get the message that ” options.php” is not there (supposed to be in the admin folder) when I try to update things in the general options section. However, my ftp uploadet tells me the file is there. What’s wrong???
define(‘DB_NAME’, ‘usernme’); // The name of the database
define(‘DB_USER’, ‘username’); // Your MySQL username
define(‘DB_PASSWORD’, ‘my password’); // …and password
define(‘DB_HOST’, ‘localhost’);
I know that it’s a stupid question but do I have to keep the ‘ in the listing? I’m just getting started with all this and I might have a lot more questions before I’m done.