How can I restrict a user to a specific item in the WordPress Admin? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 5 years ago. Improve this question Let us assume I want to restrict someone only to accessing the comments section of … Read more

WordPress debug.log is not updating

In my wp-config.php file: define(‘WP_DEBUG’, true); define(‘WP_DEBUG_LOG’, true); define(‘WP_DEBUG_DISPLAY’, true); @ini_set(‘display_errors’,1); In my php.ini file, track errors is = Off /wp-content/ permissions drwxrwx— /wp-content/debug.log permissions -rw-rw—- Where else can I look to get these errors to report? 0

Registration and Custom Post Types – How to synchronize information?

I am building a platform where service providers can offer their services to potential customers. Therefore, I have two user roles, one “customer” who can only create an account and read; and “providers” who can create an account, and publish a post with their account information. Here is the problem I am having: I created … Read more

C# Test if user has write access to a folder

I need to test if a user can write to a folder before actually attempting to do so. I’ve implemented the following method (in C# 2.0) that attempts to retrieve the security permissions for the folder using Directory.GetAccessControl() method. private bool hasWriteAccessToFolder(string folderPath) { try { // Attempt to get a list of security permissions … Read more

How can I have different groups of editors only allowed to edit certain parent+subpages?

I’ve tried a bunch of different plugins, including Role Scoper, Advanced Access Manager, User Account Manager and more, to accomplish this but can’t seem to get it working right. Basically, the company has multiple departments and each department has a parent page + sub pages off the ‘Main Page’. For example, the ‘conference services’ department … Read more

Could not create directory

I have followed the instructions from https://help.ubuntu.com/community/WordPress https://www.digitalocean.com/community/tutorials/how-to-configure-secure-updates-and-installations-in-wordpress-on-ubuntu Every time I try to update or install a new plugin, I get the following error: Downloading update from https://downloads.wordpress.org/plugin/akismet.3.0.1.zip… Unpacking the update… An error occurred while updating Akismet: Could not create directory. All updates have been completed. I have set up /var/www/html with sudo ln -s … Read more