gunnarhansen
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Can’t use embeded video code in WordPress 2.0Remove the quotes in the tags. E.g.
<embed type=application/x-mplayer2 pluginspage=http://microsoft.com/windows/mediaplayer/en/download/Forum: Alpha/Beta/RC
In reply to: You do not have sufficient permissions to access this page.I tried nearly all the suggestions provided in this tread. But nothing helped. But i finally managed to solve my problem by adding three lines in the wp-config.php:
define('DISABLE_CACHE', true);
set_magic_quotes_runtime('0');
ini_set("magic_quotes_gpc","0");No everything i perfect.
Forum: Installing WordPress
In reply to: Plugin activation buttons not workingI’m sorry. It is of course:
set_magic_quotes_runtime('0');
ini_set("magic_quotes_gpc","0");Forum: Installing WordPress
In reply to: Plugin activation buttons not workingI solved my problem!!!
In wp-config.php add two lines under //define (‘WPLANG’, ”);
set_magic_quotes_runtime('0');
set_magic_quotes_runtime('0');Forum: Installing WordPress
In reply to: Plugin activation buttons not workingThank’s for the link. But it didn’t solve my problem. BTW, I’m still using WP 1.5.2
Forum: Installing WordPress
In reply to: Plugin activation buttons not workingSame problem here.