ionian
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-SCSS] THE FIX for the 3.0 fatal errorExcellent indeed! Thank you very much.
Forum: Plugins
In reply to: [WP-SCSS] Update 3.0 causes critical error. Please revert!Same here but I only updated the one site and deactivated the plugin.
Don’t auto-update people… on any plugin.This is a great plugin.
Hi David,
A bit more info on this and thanks for any help you can give.
I am trying to connect to 123-reg.co.uk
The website is not hosted by 123-reg it’ at kualo.com
From email is my regular email address
Force from email is checked
Return path is checked
Other SMTP is checked
SMTP host is smtp.123-reg.co.uk
Encryption SSL
Port 465
Auto tls is ON
Authentication is ON
SMTP username is same as the from email address
Password has been entered.Hi David and thanks for the reply.
I am trying to use 123-regHere’s more. Please let me know if ther’s anything else to help.
Mailer: Other SMTP SMTP Error: Could not connect to SMTP host. Debug Output: Connection: opening to ssl://smtp.123-reg.co.uk:465, timeout=300, options=array() Connection failed. Error #2: stream_socket_client(): unable to connect to ssl://smtp.123-reg.co.uk:465 (Connection refused) [/home/holland/go-brand.com/wp-includes/PHPMailer/SMTP.php line 389] SMTP ERROR: Failed to connect to server: Connection refused (111) SMTP Error: Could not connect to SMTP host.
I have contacted the hosts 123reg and they tell me there is firewall blocking the emails.
I have the same problem. Could you help with this please?
My debug output shows the following:WP Mail SMTP /home/brollandm/go-mentor.com/wp-content/plugins/wp-mail-smtp/src/Admin/Pages/TestTab.php (line: 314) Backtrace: [0] wp_mail called at [/home/brollandm/go-mentor.com/wp-content/plugins/wp-mail-smtp/src/Admin/Pages/TestTab.php:314] [1] WPMailSMTP\Admin\Pages\TestTab->process_post called at [/home/hollandm/go-atlas.com/wp-content/plugins/wp-mail-smtp/src/Admin/ParentPageAbstract.php:265] [2] WPMailSMTP\Admin\ParentPageAbstract->process_actions called at [/home/hollandm/go-atlas.com/wp-includes/class-wp-hook.php:307] [3] WP_Hook->apply_filters called at [/home/hollandm/go-atlas.com/wp-includes/class-wp-hook.php:331] [4] WP_Hook->do_action called at [/home/brollandm/go-mentor.com/wp-includes/plugin.php:476] [5] do_action called at [/home/brollandm/go-mentor.com/wp-admin/admin.php:175]
Forum: Plugins
In reply to: [Contact Form 7 - Redirections, Integrations, and Database] Webhook not savedThe only other plugins on this site are contact form 7 and wp scss.
It seem like everything is working. The file is sent and all fields. It just that the error “There was an unknown error uploading the file.” is thrown.
In the error log I am getting:
[26-Nov-2021 19:15:15 UTC] PHP Warning: basename() expects parameter 1 to be string, array given in /home/myusername/public_html/mydomain.co.uk/wp-content/plugins/cf7-redirections-integrations-and-database/modules/cf7/class-module-cf7.php on line 280 [26-Nov-2021 19:15:15 UTC] PHP Warning: copy() expects parameter 1 to be a valid path, array given in /home/myusername/public_html/mydomain.co.uk/wp-content/plugins/cf7-redirections-integrations-and-database/modules/cf7/class-module-cf7.php on line 280
- This reply was modified 2 years, 12 months ago by ionian.
I am also having this problem.
I get this error in the consoleUncaught TypeError: Cannot read properties of null (reading ‘addEventListener’)
at HTMLDocument.<anonymous> (send_to_integromat.js?ver=1.0.0:9)
at e (jquery.min.js?ver=3.6.0:2)
at t (jquery.min.js?ver=3.6.0:2)Forum: Plugins
In reply to: [Print-O-Matic] Only prints first of class after updateCheers, I appreciate that.
I have it on dev environment at the moment but info is still personal so I’ll get the data changed to show something else. Might take a while but I’ll get back to soon.Thanks again
Ian.Forum: Plugins
In reply to: [Print-O-Matic] Only prints first of class after updateI reverted back to the 1.7.14 version and that is working.
That’s great but I know that’s not the best way to go.I’m going to reinstall the latest version again and look to get it working.
Forum: Plugins
In reply to: [Print-O-Matic] Only prints first of class after updateHi and thanks for the support.
This does look to match the above./*!
* Print-O-Matic JavaScript v2.0.6
* https://pluginoven.com/plugins/print-o-matic/
*/Also I am not using any caching plugin or Cloudflare.
I have cut the shortcode down to:
[print-me target=”.am-print-record” ]Cheers
IanForum: Plugins
In reply to: [Print-O-Matic] Only prints first of class after updateThere are other divs below with the same class but only the fist one gets printed.
<div class=”af-record-container af-search-id-7176 af-display-record af-print-record” id=”am-record-1″ form-id=”1674″>
Content Here
</div>
Forum: Plugins
In reply to: [Contact Form 7] Select made using ShortcodeI can get this to work and provide a custom response if I use the CF7 code in the form:
<label>TEST SELECT *[select* test-select]</label>but if I create the select using a custom shortcode.
<label>TEST SELECT *[io_test_select]</label>Thanks again for any clarity on this.
Ian.- This reply was modified 4 years, 1 month ago by ionian.
Forum: Plugins
In reply to: [Contact Form 7] Select made using ShortcodeHi and thanks for the reply.
Does this work even when the select is built with a short code?
I’m having a few problem with it and just want iron out a few possibilities.So the select would look like:
<select name=”io-country” class=”wpcf7-form-control wpcf7-select wpcf7-validates-as-required” aria-required=”true” >
Where the $tag->name would be “io-country”?
Thank you
Ian