Fix For Submit Error With Elem Pro 2.9.1
-
Hello,
Regarding the submission error being generated with the Elementor Pro 2.9.1
The problem is, for whatever reason, in 2.9.1 the “Utils” Class is no longer located under “Classes”. They have moved it “Core” and done away with Classes altogether.
To fix the problem, edit the plugin.php file for Sendy Elements and simply change the following line of code from:
‘ipaddress’ => \ElementorPro\Classes\Utils::get_client_ip(),
TO:
‘ipaddress’ => \ElementorPro\Core\Utils::get_client_ip(),
I don’t know if this was intentional or an oversight on their part. I submitted a support ticket from the Elementor site. I’ll post their reply in this thread when I get it.
Regards,
Michael
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Fix For Submit Error With Elem Pro 2.9.1’ is closed to new replies.