brambil
Forum Replies Created
-
After many tentatives I decided to remove plugin, attributes and products, clean DB and reconfigure everything.
Now I think is working, I will try for a while and if still works I will buy the full plugin to have the full feature.
Updated and solved.
Thanks.
Thanks,
it’s a website still in development, on a local test server without external access.The problem is both with or without cache plugin (LiteSpeed server, PHP 7.2)
Forum: Plugins
In reply to: [Contact Form 7] [_url] encodes “&” connection of GET parametres.up
I hat to clear feed process AND re-initialize the plugin, but before 11.x background processing worked fine, now no more so I solved adjusting task as mentioned before.
I have WordFence, I also tried to disable WordFence (Plugin -> Deactivation), but problem remains.
In my special case, not a big problem, for me it was sufficient to adjust crontab to assure that rebuild will be called in two separate moments.
Maybe, a bugfix could be create a lock file.Tryed on 2 website, with different hosting (a VPS and a shared hosting), problem is the same.
In 1.11.1 for me working only this way:
Clear feed process.
Untoggle Auto Feed Fix
Toggle “Disable background processing”
Remember to adjust WordPress’ cron putting between two tasks at least 30min of difference (more if your website hasn’t a lot of visit), f.e. using WP Crontrol. (I have WP_CRON disabled and I call wp-cron.php every 15minuts through the server cron).Dear.
I made other 3 tests.
In the first installation (one you have the log above) I put in the configuration a DDNS (I have a dynamic IP).
If I remove XCloner connections go on.
If I change IP and update the DNS the malicious connections start again.SO I can assume my DDNS is used to attach.
I installed XCloner in another WordPress, changed my IP WITHOUT updating DDNS (–> no blocked connection in the log).
Firstly I configured to use my IP and after 10second my firewall started to block connections.Last experiment:
I registered a new DDNS, configured it in XCloner, every time I change IP and update these new DDNS malicious connections are blocked from my firewall.I don’t know what that connections are targeting: they are locked from firewall due to the fact that IPs are in many blacklists.
It looks like XCloner config is stored also outside from my DB…
The previous code had a PHP problem,
this is mine code://Aggiungo filtro ultimi inseriti add_filter( 'em_events_build_sql_conditions', 'my_em_orderby_options_add',1,2); function my_em_orderby_options_add($conditions, $args){ if( !empty($args['orderby']) && $args['orderby']=='event-id' ){ $conditions['orderby'] = 'event_id' ; } return $conditions; } add_filter( 'em_orderby_options','my_em_orderby_options',1,1); function my_em_orderby_options($order){ $my_order = array( 'event-id' => 'Inserimento' ); return $order + $my_order; }It simply doesn’t work.
If I add ‘event_id’ => __(‘ID Evento’,’events-manager’), to $this->em_orderby_options = apply_filters(’em_settings_events_default_orderby_ddm’, array( in em-events.php I get what I want…
HELP.
The suggestin was good. Thanks!!
Tryed to disable ALL plugin and WP default theme, but the problem is the same.
Theme is by SiteOrigin, no particular modification.
Forum: Plugins
In reply to: [cformsII] e-mail formWhat an honor, modded only for my request!
Thanks a lot!