dokumentamarble
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Recent posts inside pagebump
Forum: Fixing WordPress
In reply to: Very slow for admin only?bump.
Forum: Installing WordPress
In reply to: IE works but not FF?OK i am fairly sure that fixed everyting. Thank you very much!
Forum: Installing WordPress
In reply to: IE works but not FF?I tried that. didnt fix that problem but i have noticed that the dashboard has a quicker response time, after i did the server change it was taking an extreme ammount of time to load each page after i logged in. I did have wordpress backup plugin on my home server but took it out due to problems with the transfer, maybe i didnt fully remove it? Thanks for the help.
.dok
Forum: Your WordPress
In reply to: statsfixed the problem, Go read the FAQ and Troubleshooting part of the plugin page.
Forum: Plugins
In reply to: writable folder with wampbump
Forum: Your WordPress
In reply to: statssame here. it is still completely blank for me. says nobody has visited
Forum: Fixing WordPress
In reply to: Error establishing a database connection!thanks, alot. That did the trick.
Forum: Fixing WordPress
In reply to: Error establishing a database connection!I have changed my config back to what i think it was, and i have tried changing it to other things. it didnt work. if anybody has an idea, ill take them. thanks
.dok
Forum: Fixing WordPress
In reply to: Error establishing a database connection!I did change my wp-config.phpHere is my wp-config.php if it helps any. The ***** will replace username and password….duh. I have afeeling that it might have been down then i changed it being dumb, and its back or will be, but my config file will be at fault. is there anyway to reset it or can somebody show me theirs so i know how t o fix it?
<?php
// ** MySQL settings ** //
define(‘DB_NAME’, ‘*****_wrdp1’); // The name of the database
define(‘DB_USER’, ‘*****_wrdp1’); // Your MySQL username
define(‘DB_PASSWORD’, ‘*****’); // …and password
define(‘DB_HOST’, ‘localhost’); // 99% chance you won’t need to change this value// You can have multiple installations in one database if you give each a unique prefix
$table_prefix = ‘wp_’; // Only numbers, letters, and underscores please!// Change this to localize WordPress. A corresponding MO file for the
// chosen language must be installed to wp-includes/languages.
// For example, install de.mo to wp-includes/languages and set WPLANG to ‘de’
// to enable German language support.
define (‘WPLANG’, ”);/* That’s all, stop editing! Happy blogging.
define(‘ABSPATH’, dirname(__FILE__).’/’);
require_once(ABSPATH.’wp-settings.php’);
?>Not that I am saying that this is the problem. It could be something else. I dont know, thats why I’m here. Thanks again
.dok
Forum: Fixing WordPress
In reply to: Error establishing a database connection!You get that same error when going to my website https://www.dokumentamarble.com . It has been down for about a week now due to this problem. I have contacted my webhost and they have been trying (unsuccessfully) to get help. Any advice or help is welcomed alot. He(the host) says it isnt his fault. One thing i noticed was that when i looked in my wp-config.php file the passwords and usernames wern’t plain, they had _wrdp1′ after the usernames. i changed that but to no avail. Suggestions please.
.dok