crekkz
Active member
- Aug 20, 2019
- 130
- 84
- 28
Man, I am not really that experienced, to know on what level this error gets triggered. I use 2 test sites, to test stuff. What is strange is that I realized now that it only works for me on one of the sites, although it is the same plugin. I did exactly the same thing as you, try to connect, and I got the same error. The strange thing is that on my second site, it never asked me to connect, it is not even connected. And it works.Im getting this error when I try to import block blocks & templates...
I've connected my website to elementor library...
I can if someone can provide link to 3.7.1 untouched, I do not have access to latest pro versions@Physkx Please upload the latest version of elementor v3.7.1
I don't have access to pro download. Can somebody provide me with the latest version of elementor & elementor pro? I need it in urgencyI can if someone can provide link to 3.7.1 untouched, I do not have access to latest pro versions
Download Elementor Pro v3.7.1 - WordPress Page Builder Free Nulled
= v3.7.1 Pro - 2022-05-16 =
* Fix: Notes icon appears as an empty square in admin top bar for users with permissions lower than Editor
* Fix: Notes experiment causes a PHP fatal error on some cases
* Fix: UI glitches in Notes feature
Here is 3.7.1 + 3.6.5 free version that works with importing prebuilt templates from the library without needing to create an account. Not all templates work only the old ones and because of this and the fact they have not been updated in a long time I am not sure this nulled version will be updated much longer either -I can't insert any kit template or block!
does it happen with anyone else? If the new version is released, it'll solve this problem or not and when it'll be released.
thank you for your effort but I need to use the kit library because this one doesn't work with me and it's urgent.Here is 3.7.1 + 3.6.5 free version that works with importing prebuilt templates from the library without needing to create an account. Not all templates work only the old ones and because of this and the fact they have not been updated in a long time I am not sure this nulled version will be updated much longer either -
https://mega.nz/file/Ppx32JQA#sJjc2PWKYgPdMyeIvjnieE2aREhhvW_s7uAeSo4SvuE
Why to make your live much more difficult, if in this case you could just writeHey guys, I find what wrong.
modules/notes/module.phpline:49return API::is_license_active() && API::is_licence_has_feature( static::LICENSE_FEATURE_NAME );change toreturn API::is_license_active();
It's work.
return true
?Sometimes the plugin author will use some special methods to prevent NULL, such as return false to active, or send a special array to active.Why to make your live much more difficult, if in this case you could just writereturn true
?
But this unfortunately doesn't work. You'll need to compare working nulled version with difftool like winmerge.