CentOS 7 cPanel – Setting Correct Permissions
CentOS 7 cPanel – Setting Correct Permissions
CentOS 7 cPanel – Setting Correct Permissions
How to allow each editors to only edit certain categories?
Mamp Pro File Permissions
Make sure the user running on behalf of the webserver’s PHP process has ownership permissions on /path/to/wordpress Example For Ubuntu 18.04 running Apache2 # Go to wordpress installation root directory cd /path/to/wordpress # Give ownership to Apache2’s PHP process sudo chown www-data:www-data . # Apply files and directories permissions sudo find . -type f -exec … Read more
admin-ajax.php 403 errors – no caching, permissions are fine
PROBLEM FOUND: So the problem was in a separate config file. The websites were migrated from another hosting and that hosting had a separate config file which was required in the wp-config.php . I the other config file I found this settings: define( ‘FS_CHMOD_DIR’, ( 0755 & ~ umask() ) ); define( ‘FS_CHMOD_FILE’, ( 0644 … Read more
can you add this code in your archive-ticket.php before get_header(). please check below snap for the same. $user = wp_get_current_user(); $roles = (array) $user->roles; $current_role = $roles[0]; $allowed_role = array(‘administrator’); if (!is_user_logged_in() || !in_array($current_role, $allowed_role)) { wp_redirect(site_url()); } Thanks.
Blank White page issue in WordPress
WordPress does not have the permission to update (IspConfig)
All requirements in a single plugin is not available, either you have customize it or you have to these plugins and on top of this have to do small changes in those plugins. Use this plugin for the post approval: https://wordpress.org/plugins/publish-approval/ For User approval: https://wordpress.org/plugins/new-user-approve/