maurta
Forum Replies Created
-
Thanks for your prompt response. The backup selection settings are per these screenshots:
I see this same symptom on 2 environments using both Firefox and Chrome browsers:
OS: Ubuntu Linx 16.04.4
Apache: 2.4.41
PHP: 7.2.22
XCloner: 4.1.1OS: Windows 10
Apache: 2.4.33
PHP: 7.2.5
XCloner: 4.1.1The log file has over 250K lines. What should I search for to determine if there are any errors in adding the database tables?
Forum: Plugins
In reply to: [Plugin Name: WP Symposium Toolbar] Upgrade to v0.24.0 not workingYes, please close this ticket.
Sorry for the tardy response. I was only able to install and test it today.
Forum: Plugins
In reply to: [Plugin Name: WP Symposium Toolbar] Upgrade to v0.24.0 not workingThanks for your prompt response and action.
Forum: Plugins
In reply to: [Plugin Name: WP Symposium Toolbar] Upgrade to v0.24.0 not workingI’m running single-site and not running WP Symposium.
I see the exact same behaviour. Can you please elaborate how you solved the issue, i.e. where in admin-overview.php did you add the code that generates the extra HTML input field? I assume the code is:
<input type=”hidden” name=”page” value=”<?php echo $_REQUEST[‘page’] ?>”
Thanks.
Thanks for your prompt response. Your snippet works as you say and solves my issue. I’m not removing all the default items from the User Action List. Thanks.
On an unrelated matter, I was getting a PHP Notice message whenever saving the plugin’s settings:
Notice: Undefined variable: wps_is_active in wp-symposium-toolbar_functions.php on line 854I noticed that $wps_is_active is a global variable but not declared as such in the function symposium_toolbar_save_before_render(). I simply declared it as a global and the Notice is not displayed.