Vladimir Garagulya
Forum Replies Created
-
Forum: Plugins
In reply to: [User Role Editor] ShinePHPThank you for this notification. There is a problem at the provider side. It’s under investigation.
Forum: Plugins
In reply to: [User Role Editor] Editors access to Ad Inserter plugin?Ad Inserter protects its menu item ‘Settings->Ad Inserter’ with ‘manage_options’ user capability. It’s simple to grant access to this menu item with free version – just grant ‘manage_options’ capability to ‘editor’ role.
But ‘editor’ role will get access to the site settings and many other critical option from other plugins. It’s possible to block access to unneeded admin menu items with URE Pro.
But look at the Ad Inserter plugin more carefully. It allows to insert into ad blocks PHP code.* Insert images, HTML, CSS, Javascript or PHP code
* Manual insertion: widgets, shortcodes, PHP function call
* PHP code processingUser who can execute at the site own PHP code can get full access to the site in a minute. There is no sense to restrict such user permissions in any manner. You have to decide if you trust to such user so powerful functions or you don’t.
Forum: Plugins
In reply to: [User Role Editor] Can’t add Admin userURE by default protects users with ‘administrator’ role from other users with ‘edit_users’ capability: it hides such users and excludes ‘administrator’ role from the list of roles available for selection.
Workaround:
1) fully switch off this protection using custom filter:ure_supress_administrators_protection. Just return TRUE from it.or
2) select user whom you allow to add/edit other administrators and grant him ‘ure_manage_options’ user capability – make him superadmin for URE (editing users roles) too.
Forum: Plugins
In reply to: [Plugins Garbage Collector (Database Cleanup)] Reduce Admin-ajax calls?General logic realized at PGC: 1 AJAX call per installed plugin. So you still will have many AJAX calls from PGC in case you have many plugins installed.
- This reply was modified 5 years, 8 months ago by Vladimir Garagulya.
Forum: Plugins
In reply to: [Plugins Garbage Collector (Database Cleanup)] Reduce Admin-ajax calls?Hi,
It’s a headache for the shared servers users when it’s not enough resources from a used service…
Version 0.12 of PGC includes this update:
* Update: Server side “Fatal error: Maximum execution time of NN seconds exceeded” should not take place now. PGC scans plugins with large quantity of files by splitting job to smaller parts per 500 files.So you have 2 variants:
1) roll-back to the previous version 0.11.1
or
2) openwp-content/plugins/plugins-garbage-collector/includes/lib.phpfile, find line #278:$files_to_process = 500;and replace 500 to 1000 or any number of your choice.
It will reduce the quantity of AJAX calls from PGC plugin during scanning of your plugins files for the usage of database tables.I will allow to use PHP constant (defined at wp-config.php usually) to change this value without modifying PGC plugin source code with the next update.
Forum: Plugins
In reply to: [Plugins Garbage Collector (Database Cleanup)] Entries to Delete – unsureHi,
It seems that un_termmeta table belongs to the long time not updated “Usernoise modal feedback / contact form” plugin. Look at this file.
So if you do not use this plugin, just delete this database table.Forum: Plugins
In reply to: [User Role Editor] Can’t add Admin userHi Bet!
Give me more details. Do you not see ‘Administrator’ role to select at user profile or something else?
Forum: Plugins
In reply to: [User Role Editor] I’m Not able to access the editor dashboard.I hope that your ‘editor’ role is unchanged and contain needed user capabilities, at least from the ‘Posts’ group.
Try to deactivate all plugins and make another test. If user will can work with
WordPress as expected, activate plugins one by one to reproduce the problem and isolate a conflict.Forum: Plugins
In reply to: [User Role Editor] I’m Not able to access the editor dashboard.Does editor go to the wp-admin after login or somewhere else?
Attach screenshot.Forum: Plugins
In reply to: [User Role Editor] I’m Not able to access the editor dashboard.Do you have active WooCommerce?
Forum: Plugins
In reply to: [User Role Editor] user role editor wordpresss 5.5.1 errorWhat do you wait to happen after click at the ‘edit_dashboard’ capability checkbox and grant it to a role?
‘edit_dashbpard’ capability is checked by WordPress once at wp-admin/includes/dashboard.php and allows to configure selected admin dashboard widget.
Forum: Plugins
In reply to: [User Role Editor] user role editor wordpresss 5.5.1 errorTry the latest version 5.56.1, which I have published today.
Forum: Plugins
In reply to: [User Role Editor] Media library control free or pro version?Hi,
You can not make this with any version of URE.
Forum: Plugins
In reply to: [User Role Editor] Custom user can’t delete usersIf it’s a WordPress multisite, then ‘remove_users’ capability is required in order user can see the ‘Delete’ link under the user role at the ‘Users’ page.
Forum: Plugins
In reply to: [User Role Editor] user role editor wordpresss 5.5.1 errorThanks for this note. This issue will be fixed with the upcoming update of User Role Editor.