WordPress Permission Problems on Ubuntu 12.04 with LAMP stack

I believe the “lamp-server” package in Ubuntu fails to install mod-suphp, which would likely solve most of your permission problems. Try installing the libapache2-mod-suphp package. And undo everything you did with the permissions. The WordPress install should not be owned by the apache user, it should be owned by the real user.

Moved WordPress Directory – Having access issues now

Per the recommended Hardening WordPress and other resources this is what you should look for in your folder permissions: Root Directory / 0755 .htaccess /.htaccess 0644 wp-admin/index.php /wp-admin/index.php 0644 Based on what you’ve described about having to enter your FTP credentials to update/upload plugins I believe you have a ownership/group issue with your files. When … Read more

bypassing permission error for a plugin’s page

While there can be checks inside page the page itself is added via API call, like add_options_page() (there are several analogous functions that add pages to different parts of admin). This call includes capability argument. In your case either the extension in question is poorly coded and does something strange around there or your user … Read more

page creator to leave comments ONLY

There’s probably a way to do this via one of the meta cap filters, but off the top of my head you could use the comments_open filter to check if the currently logged in user is the author of the post and change the output of the comments_open() function accordingly. I’m on the patio, so … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)