webjim
Forum Replies Created
-
Forum: Plugins
In reply to: [Sociable] [Plugin: Sociable] Error – do not have sufficient permissionsI finally got it figured out:
One of the tech guys at my hosting facility:
Hey Jim,
I needed to disable the mod_security apache module. It views the way the wordpress code works as insecure apparently.
Thanks,
No more warning messages now.
Forum: Fixing WordPress
In reply to: Error – do not have sufficient permissionsI finally got it figured out:
One of the tech guys at my hosting facility:
Hey Jim,
I needed to disable the mod_security apache module. It views the way the wordpress code works as insecure apparently.
Thanks,
No more warning messages now.
Forum: Fixing WordPress
In reply to: Error – do not have sufficient permissionsWell I ruled out any file permission issues. Everything is world writable now.
I still need help from someone.
Forum: Fixing WordPress
In reply to: Error – do not have sufficient permissionsI tried this:
This was tried….no luck
IF YOU DO NOT HAVE an .htaccess in your wp-admin/ directory:
create a text file on your desktop:
put the following inside it:
<IfModule mod_security.c>
SecFilterInheritance Off
</IfModule>save the file. name it whatever you want
Upload the file to your wp-admin directory.
Rename the uploaded file to .htaccess (with the .)
IF YOU DO HAVE an .htaccess in your wp-admin/ directory:
Edit it, and add the following:
<IfModule mod_security.c>
SecFilterInheritance Off
</IfModule>save the new .htaccess
No luck once again…
Forum: Fixing WordPress
In reply to: Error – do not have sufficient permissionsI had my host repair the database.
No luck.
Forum: Plugins
In reply to: [Sociable] [Plugin: Sociable] Error – do not have sufficient permissionsThis was tried….no luck
IF YOU DO NOT HAVE an .htaccess in your wp-admin/ directory:
create a text file on your desktop:
put the following inside it:
<IfModule mod_security.c>
SecFilterInheritance Off
</IfModule>save the file. name it whatever you want
Upload the file to your wp-admin directory.
Rename the uploaded file to .htaccess (with the .)
IF YOU DO HAVE an .htaccess in your wp-admin/ directory:
Edit it, and add the following:
<IfModule mod_security.c>
SecFilterInheritance Off
</IfModule>save the new .htaccess
Forum: Plugins
In reply to: [Sociable] [Plugin: Sociable] Error – do not have sufficient permissionsNow I am suggesting this to my host:
NO .HTACCESS FILE?
If you’re receiving an permissions error, you may also want to check that you have .htaccess in your main WordPress directory. This can also sometimes cause you problems.Forum: Plugins
In reply to: [Sociable] [Plugin: Sociable] Error – do not have sufficient permissionsI just uninstalled the plug-in and reinstalled it via ftp in binary mode.
That didn’t fix it either…
Forum: Plugins
In reply to: [Sociable] [Plugin: Sociable] Error – do not have sufficient permissionsNobody has any suggestions?
Forum: Plugins
In reply to: [Sociable] [Plugin: Sociable] Error – do not have sufficient permissionsNow I am trying this:
4) Opened up Plesk – used Database WebAdmin to bring up PHPMyAdmin
5) Click on the User_Meta Table
6) Made sure table prefixes were consistent and correct7) Saw that I now had an extra line in user_meta named ‘capabilities’ instead of ‘wp_capabilites’ and the value was “subscriber”
Copied long string of information with wp_capabilities that WP put there on the initial instal to the meta_value for the line listed ‘capabilities’ and this changed the permissions from subscriber to administrator.
10) After all this was complete. Everything showed up in working order in my admin panel.
I will let you know if it fixes the problem…
Forum: Plugins
In reply to: [Sociable] [Plugin: Sociable] Error – do not have sufficient permissionsThe response from my host:
Hi,
Can you try again, I repaired the database.
Thanks,
ChrisStill not fixed…
Does anybody have anymore suggestions?
Thanks,
Jim
Forum: Plugins
In reply to: [Sociable] [Plugin: Sociable] Error – do not have sufficient permissionsNow I just sent them this suggestion:
For those who get this error randomly, without having upgraded WordPress recently, it’s caused by a database table being corrupted. Log in to MySQL and perform a repair using the syntax
repair table tablename
This fixed mine the first time I tried it.Forum: Plugins
In reply to: [Sociable] [Plugin: Sociable] Error – do not have sufficient permissionsI sent this to my host/tech support:
I had to actually have my host do something on their end to resolve one problem.
They had to make changes to their PHP server and now the plugin update on the full plugin menu works.
No luck.
Forum: Fixing WordPress
In reply to: increase media library upload file size limitI am having this same problem using the simple-video-embedder, too.
Any more ideas from anyone?
thanks,
Jim
Forum: Fixing WordPress
In reply to: Upgraded, and now “you don’t have sufficient permissions”I reinstalled a previous version of WP until the maker of the theme I am using upgrades it…
Thanks.