cshaul
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Error in capabilities.phpI had the same problem. It is in the php settings. My work around was to add:
php_flag magic_quotes_gpc off
php_flag magic_quotes_runtime offinto the .htaccess file at the root of my blog.
Forum: Installing WordPress
In reply to: “You do not have sufficient permissions to access this page.”Hi,
On a new install, I was getting the sufficient permissions error.
I edit my .htaccess file to read:
php_flag magic_quotes_gpc off
php_flag magic_quotes_runtime offThen upon saving that, problem went away. All is well now.
Thanks to everyone for persisting on this.
Chris
Forum: Plugins
In reply to: Can’t activate any pluginsSolved it finally!!!
Found post http://weblog.burningbird.net/archives/2004/05/26/slash-problem-in-wordpress-12/
and had to set:
php_flag magic_quotes_gpc off
php_flag magic_quotes_runtime offIn my .htaccess file.
Once that was done, all was well!! ~~~whew!!!~~~
Forum: Plugins
In reply to: Can’t activate any pluginsHi Nicole,
Thanks for the update. Can you give a little more detail on how the URI was incorrect? It may not be my situation, but I would like to check.
Any other ideas from anyone on why the plugins say they activate but do not really?
Thanks,
Chris