Weird WordPress Error....Any idea?

codexehow

Power Member
Joined
Mar 23, 2012
Messages
771
Reaction score
506
The error: "You do not have sufficient permissions to access this page."

I'm using a nulled WordPress plugin..it's page within WordPress is the only thing that's throwing this error..I guess it's not so nulled after all..can anyone confirm this suspicion?

Or better yet, if this is a WordPress error, can anyone tell me how to fix it?

I looked at the permission for the particular PHP file that's throwing it, but everything looked okay..


Any ideas appreciated.
 
You need to use your ftp to set your permissions to wear you can acess it. google ftp permissions.
 
Thanks.

I set the init.php file that's its failing to open to 777. No love.
 
"init.php" is probably calling other files from within it, you could try setting permissions on the entire plugin folder to see if it works. If you want to disable the plugin to see if wordpress starts working again, just move the entire plugin folder out of /wp-content/plugins or rename it.
 
Change your theme a couple times and test it. If you get the same error, then something is up over all. If you only get that error on the theme you are currently using, time to get a new theme.
 
Back
Top