Christian Roth
Forum Replies Created
-
You need to scroll to the end of the page. There you will find a dropdown with all previous versions of the plugin.
If you want to be safe, make a database dump.
Yes, it is not problem to update to the recent version once the problem is solved.
Hi @bosendorfer,
sure, download the version 2.4.18 here: https://de.www.ads-software.com/plugins/cookie-notice/advanced/
And upload the ZIP manually to your WP installation via https://your-domain.com/wp-admin/plugin-install.php (WP Dashboard > Plugins > Add new plugin)All the best
ChristianI downloaded 2.5.1 again und updated it manually.
Still showing the error.
- This reply was modified 22 hours, 4 minutes ago by Christian Roth.
This is happening with 2.5.1. That version is already installed.
All the best
ChristianForum: Fixing WordPress
In reply to: Translations are no longer loading from the theme folderThank you both for your answers!
All the best
ChristianHi,
- On which link you are trying to click to dismiss the notice:
“Dismiss” or “Everything is working perfectly.” or “I’ve encountered some issues.” - The list of your active plugins
Antispam Bee, BackWPup, MainWP Child - Your website configuration
Website is not located in a subfolder, all plugins are up to date, WordPress is also up to date, the Website is running on PHP 8.2
Also the deactivation of the other plugins doesn’t affect the behavior.
All the best
ChristianHi, thanks for your response. It might be a security step but then please make the result filterable, so that there is a possibility to ignore the security step if you want to store the backup next to the WP folder.
For example inc/class-destination-folder.php, line 325
return apply_filters('adjust_normalized_path', implode('/', $normalized), $normalized, $path);
Then I could adjust that result:
function custom_normalized_path($normalized_path, $normalized, $path) { if (str_starts_with($path, '/') && !str_starts_with($normalized_path, '/')) { $normalized_path = '/' . $normalized_path; } return $normalized_path; } add_filter('adjust_normalized_path', 'custom_normalized_path', 10, 3);
All the best
Christian- This reply was modified 1 year ago by Christian Roth.
Hi, the problem is the use of the function normalizePath() in line 94 (inc/class-destination-folder.php). The function will explode the path into an array by the slash character. This will create an empty first array value and this empty value will be remove/ignored in line 316.
Please integrate a check if the path starts with a slash. As I said before, otherwise I can only save backups into the WP folder and not next to the WP folder.
All the best
ChristianForum: Plugins
In reply to: [The Events Calendar] tribe_get_event_cat_slugs error with empty categoriesHi Truman,
thanks a lot for the update.
All the best
ChristianHi Truman,
as written here (https://www.ads-software.com/support/topic/ical-export-not-exporting-correct-event/?#post-14497016) the issue still exists as described.
Bug: The iCal-download on the month view is only giving you the dates of the current calendar since version 5.6. The output can’t be affected by the “advanced ical export” plugin or by the filters “tribe_ical_feed_month_view_query_args” or “tribe_events_ical_events_list_args”.
When I revert the plugin back to 5.5.2 everything works fine.
All the best
Christian`Forum: Plugins
In reply to: [The Events Calendar] iCal Export not exporting correct eventHi James,
thanks for your message.
Unfortunately the problem with the month view still exists as described:Bug: The iCal-download on the month view is only giving you the dates of the current calendar since version 5.6. The output can’t be affected by the “advanced ical export” plugin or by the filters “tribe_ical_feed_month_view_query_args” or “tribe_events_ical_events_list_args”.
When I revert the plugin back to 5.5.2 everything works fine.
All the best
Christian`Forum: Plugins
In reply to: [The Events Calendar] iCal Export not exporting correct eventHi Geoff,
could you add my reported iCal-Bug to this ticket too?
https://www.ads-software.com/support/topic/the-events-calendar-extension-advanced-ical-export-is-not-working-with-tec-5-6/Bug: The iCal-download on the month view is only giving you the dates of the current calendar since version 5.6. The output can’t be affected by the “advanced ical export” plugin or by the filters “tribe_ical_feed_month_view_query_args” or “tribe_events_ical_events_list_args”.
When I revert the plugin back to 5.5.2 everything works fine.
All the best
ChristianForum: Plugins
In reply to: [WooCommerce Admin] Euro symbol broken in admin@armin-fuhrmann Yes, that works for the broken euro sign but not for the displayed question mark instead of an empty space >> https://prnt.sc/sto2p8
All the best
Christian- This reply was modified 4 years, 4 months ago by Christian Roth.