Jonathan Horowitz
Forum Replies Created
-
Thanks @ssmithalignsoftcom for your kind words and praise for our plugin! We are glad you find it useful ??
We are looking forward to Divi 5 compatibility for the next major update but will be keeping up with bumping compatibility with latest WordPress versions as we test internally.
Forum: Plugins
In reply to: [Content Visibility for Divi Builder] Critical Error on pages with pluginHah, we were writing the follow up at the same time @ighulme ??
Thanks for providing those additional details and glad everything is sorted ??
Forum: Plugins
In reply to: [Content Visibility for Divi Builder] Critical Error on pages with pluginClosing the loop here; with some additional logs this was determined to be a syntax error with PHP 8+ in the existing visibility expressions. A minor tweak to the code in the visibility expressions (albeit in many different places) set things straight again.
- This reply was modified 2 months, 3 weeks ago by Jonathan Horowitz. Reason: Clarify the expressions needed tweaking, not plugin code
Forum: Plugins
In reply to: [Content Visibility for Divi Builder] Critical Error on pages with pluginHi @ighulme,
Thanks for using our plugin and for reaching out to us!
I am not aware of any issues with the plugin on WordPress 6.6.1; it is working fine for me on a site I manage with that WordPress version.
Could you please share one of the critical error stack traces here or to my email ([email protected])? I am thinking the PHP version may be the culprit, and you have previously deprecated code in the visibility setting that now throws errors with the newer PHP.
Thanks!
– Jon
Forum: Plugins
In reply to: [Content Visibility for Divi Builder] Negative PHP code not workingGlad I could help! ??
Forum: Plugins
In reply to: [Content Visibility for Divi Builder] Negative PHP code not workingHi @jkendallglei,
I have not tried to place multiple php statements in the expression; usually I recommend calling a single function, and if you need multiple lines of php, defining them as a function in your theme’s functions.php and calling the function in the expression field.
Could you try instead using a single statement, like this?
!is_subscribed_to_any_memberful_plan( wp_get_current_user()->ID )
- This reply was modified 1 year, 2 months ago by Jonathan Horowitz. Reason: Clarity
Forum: Plugins
In reply to: [Content Visibility for Divi Builder] Support for PHP 8.x ?No worries! Glad you got it figured out ??
- This reply was modified 1 year, 3 months ago by Jonathan Horowitz. Reason: Typo
Forum: Plugins
In reply to: [Content Visibility for Divi Builder] Support for PHP 8.x ?@glazzara, I believe the plugin itself should be working on PHP 8.
Could you provide a stack trace of one of the errors you are seeing?
Forum: Plugins
In reply to: [Content Visibility for Divi Builder] ErrorHi @wordpressdharma,
Thanks for trying out our plugin!
It seems that you probably have a typo or bad php boolean expression in your Content Visibility for Divi Builder field… What is the value of your CVDB expression?
Forum: Plugins
In reply to: [Meta pixel for WordPress] _ERROR was caused in line 42Hi @mattwmc2001,
Glad you were able to find my PR on your own; I’ve been trying to reply with it on each ticket that comes in for this bug for… way too long, lol!
At least it has finally been approved, so hopefully it will get merged in and released soon. ??
Forum: Plugins
In reply to: [Meta pixel for WordPress] Meta plugin E_ERROR linje 42Hi @refineddaniel,
This is very likely the same issue a lot of people have been having with PHP 8, which is fixed by my PR here:
https://github.com/facebookincubator/Facebook-Pixel-for-Wordpress/pull/32It has been sitting around for a very long time but has finally been approved and will hopefully get merged in and released soon. In the meantime you can apply the changes in that PR to the plugin yourself on your site.
Forum: Plugins
In reply to: [Meta pixel for WordPress] Your Site is Experiencing a Technical IssueHi @brianfoxxrcom and @zvarga,
This is very likely the same issue a lot of people have been having with PHP 8, which is fixed by my PR here:
https://github.com/facebookincubator/Facebook-Pixel-for-Wordpress/pull/32It has been sitting around for a very long time but has finally been approved and will hopefully get merged in and released soon. In the meantime you can apply the changes in that PR to the plugin yourself on your site.
Forum: Plugins
In reply to: [Meta pixel for WordPress] Uncaught TypeError: strlen()Hi @luciendub, @prokops and @xavierserranoa,
This is very likely the same issue a lot of people have been having with PHP 8, which is fixed by my PR here:
https://github.com/facebookincubator/Facebook-Pixel-for-Wordpress/pull/32It has been sitting around for a very long time but has finally been approved and will hopefully get merged in and released soon. In the meantime you can apply the changes in that PR to the plugin yourself on your site.
Forum: Plugins
In reply to: [Meta pixel for WordPress] Daily php errors on WP pluginHi @socialfirm,
This is very likely the same issue a lot of people have been having with PHP 8, which is fixed by my PR here:
https://github.com/facebookincubator/Facebook-Pixel-for-Wordpress/pull/32It has been sitting around for a very long time but has finally been approved and will hopefully get merged in and released soon. In the meantime you can apply the changes in that PR to the plugin yourself on your site.
Forum: Plugins
In reply to: [Meta pixel for WordPress] PHP Error on PluginHi @vpsgeneral,
This is very likely the same issue a lot of people have been having with PHP 8, which is fixed by my PR here:
https://github.com/facebookincubator/Facebook-Pixel-for-Wordpress/pull/32It has been sitting around for a very long time but has finally been approved and will hopefully get merged in and released soon. In the meantime you can apply the changes in that PR to the plugin yourself on your site.