Forum Replies Created
-
AuthorPosts
-
December 4, 2023 at 11:39 pm in reply to: Blank page after newsletter form submit, ?na=s attribute is added to the URL #310777
ozgurtore
ParticipantThanks, now it works!
December 4, 2023 at 8:02 pm in reply to: Blank page after newsletter form submit, ?na=s attribute is added to the URL #310753ozgurtore
ParticipantToday’s logs pertaining to the newsletter plugin:
[04-Dec-2023 18:32:48 UTC] PHP Fatal error: Uncaught Error: Using $this when not in object context in /public_html/wp-content/plugins/newsletter/includes/module.php:1016
Stack trace:
#0 public_html/wp-content/plugins/newsletter/subscription/subscription.php(126): NewsletterModule::request_to_antibot_form(‘Subscribe’, true)
#1 /public_html/wp-includes/class-wp-hook.php(324): NewsletterSubscription->hook_newsletter_action(‘s’, NULL, NULL)
#2 /public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(”, Array)
#3 /public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array)
#4 /public_html/wp-content/plugins/newsletter/plugin.php(243): do_action(‘newsletter_acti…’, ‘s’, NULL, NULL)
#5 /public_html/wp-includes/class-wp-hook.php(324): Newsletter->hook_wp_loaded(”)
#6 /public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(”, Array)
#7 /public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array)
#8 /public_html/wp-settings.php(665): do_action(‘wp_loaded’)
#9 /public_html/wp-config.php(96): require_once(‘/p…’)
#10 /public_html/wp-load.php(50): require_once(‘/p…’)
#11 /public_html/wp-blog-header.php(13): require_once(‘/p…’)
#12 /public_html/index.php(17): require(‘/p…’)
#13 {main}
thrown in /public_html/wp-content/plugins/newsletter/includes/module.php on line 1016December 4, 2023 at 5:46 pm in reply to: Blank page after newsletter form submit, ?na=s attribute is added to the URL #310743ozgurtore
ParticipantHi,
I also have the same problem.ozgurtore
ParticipantHi, I am also interested in this feature.
It would be great if we can create our own composer presets in 2021.Wishing everyone here a better year!
ozgurtore
ParticipantHi Stefano,
Following files need to be updated after every plugin update.
In composer.php : $email[‘message_text’] = text is English so I change it following update.
emails – presets – posts – preset.json “block”: “heading”,
“options”: {
“text”: ” here is also English as default
emails – blocks – footer
block.php
$default_options = array(
‘view’ => ‘text default english need to be changed after every update’,
‘profile’ ‘ => ‘text default english need to be changed after every update’, -
AuthorPosts