solmediapl
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Issue with action_scheduler tablesI think I resolved the problem. It was missing AUTO_INCREMENT in various actionscheduler tables. I don’t know why it happened but after adding AUTO_INCREMENT everything works fine.
Forum: Plugins
In reply to: [WooCommerce] Issue with action_scheduler tablesHello,
All of them are “action ignored via WP Cron”. All of them have “log_id” 0 and “action_id” 0.
What is more, Woocommerce database update can’t be completed, and on wp-admin/admin.php?page=wc-status&tab=action-scheduler&s=woocommerce_run_update&status=pending
I have this error:Fatal error: Out of memory (allocated 1180278784 bytes) (tried to allocate 20480 bytes)
But I have high memory limits set: https://sklep.dalpo.pl/info.php
Forum: Plugins
In reply to: [The Events Calendar] Events Calendar UpdateI also have a fatal error after the update. Details:
Fatal error: Uncaught TEC\Common\Exceptions\Not_Bound_Exception: Error while making Tribe\Extensions\EventsHappeningNow\Service_Provider: class ‘tad_DI52_ServiceProvider’ not found. in /wp-content/plugins/the-events-calendar/common/src/Common/Contracts/Container.php:27 Stack trace: #0 /wp-content/plugins/the-events-calendar/common/vendor/vendor-prefixed/lucatume/di52/src/Container.php(453): TEC\Common\Contracts\Container->get(‘Tribe\Extension…’) #1 /wp-content/plugins/the-events-calendar/common/src/Tribe/Container.php(305): TEC\Common\lucatume\DI52\Container->register(‘Tribe\Extension…’) #2 /wp-content/plugins/tribe-ext-events-happening-now-master/tribe-ext-events-happening-now.php(114): tribe_register_provider(‘Tribe\Extension…’) #3 in /wp-content/plugins/the-events-calendar/common/src/Common/Contracts/Container.php on line 27
- This reply was modified 2 years, 11 months ago by solmediapl.
Thanks, it helped.
Yes. When I activate your plugin, this address gives 404 error:
https://linguanova.com.pl/kursy/szkolenia-jezykowe-dla-firm/And with your plugin disactivated the above address works fine (200). Why is that?
OK, thanks. The problem was related to my function in functions.php. Described as correct solution here:
https://stackoverflow.com/questions/9408334/wordpress-admin-ajax-results-in-error-302-redirect- This reply was modified 3 years, 7 months ago by solmediapl.
Forum: Plugins
In reply to: [Breadcrumb NavXT] Critical error after setting separatorHello John,
Yes, I am using 7.0.2 version. My PHP is 7.4.
The error is still there, if I revisit this page.I disabled my plugin KingComposer for a moment and saving option came back. So it was the reason. Maybe you could take a look and see if they can be compatible? Thanks!
OK, I managed to find a solution by myself. I use Fancybox.
In functions.php I add to my declarations:
if (is_page()) { wp_enqueue_style( 'fancy-styles', 'https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.2.5/jquery.fancybox.min.css'); wp_enqueue_script( 'fancy-js', 'https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.2.5/jquery.fancybox.min.js', array(), '3.2.5',true ); }and in my custom.js I add
jQuery('a[data-lightbox="kc-lightbox"]').attr('data-fancybox','galeria').removeClass('kc-pretty-photo').removeAttr('data-lightbox').removeAttr('rel') jQuery('[data-fancybox="galeria"]').fancybox();Hey, great job, thanks. I’m just a KC user, I love this plugin, but we all see it’s not working well for a while. All support is very welcome!
I have the same. Any support?
Thanks, this temporary solution works!
Forum: Plugins
In reply to: [Yoast SEO - Advanced SEO with real-time guidance and built-in AI] Malware?Hey, I had this malware files as well on my sites, they are showing nasty ads for non-admin users. It’s a 100% malware. I wonder how to prevent my sites from its return.
Hey, unfortunately I get an error in step 4:
Fatal error: Uncaught Error: Class 'sgpb\ImagePopup' not found in /opt/WWW/wp-content/plugins/popup-builder/com/classes/Installer.php:44 Stack trace: #0 /opt/WWW/wp-content/plugins/popup-builder/com/classes/Installer.php(63): sgpb\Installer::getAllNeededTables() #1 /opt/WWW/wp-content/plugins/popup-builder/PopupBuilderInit.php(91): sgpb\Installer::install() #2 /opt/WWW/wp-includes/class-wp-hook.php(288): sgpb\PopupBuilderInit->activate('') #3 /opt/WWW/wp-includes/class-wp-hook.php(312): WP_Hook->apply_filters('', Array) #4 /opt/WWW/wp-includes/plugin.php(478): WP_Hook->do_action(Array) #5 /opt/WWW/wp-admin/plugins.php(177): do_action('activate_popup-...') #6 {main} thrown in /opt/WWW/wp-content/plugins/popup-builder/com/classes/Installer.php on line 44Hello, I have the same problem. Can I receive the fixed version of the plugin? Thank you
Forum: Plugins
In reply to: [Polylang] Impossible to add the languageI had the same issue.
I did this:
1) Install one offtopic language for me, like Chinese
2) If Chinese works, than the other “disabled” languages (Polish & English) appeared for me
3) Now I recommend to delete main languages (Polish English in my case) and install them properly from zero. It will work now.