mickaelperrin
Forum Replies Created
-
Thanks for the answer.
Just to be sure, you understood that the instagram single post embed doesn’t work at all ?
The problem is not the layout of the temporary message displayed, it’s that this message is never replaced by the embed, due to the fact the script tag is wiped on save.
Hi,
Same type of problem, but different warning:
Warning: Undefined array key “dirname” in plugins/resmushit-image-optimizer/resmushit.php on line 112
This error is triggered during cron execution.
With the EOL of php 7.4 we are moving to PHP 8 / 8.1 and are facing that kind of errors in lots of plugins. This is due to the fact that PHP 8 has reviewed the severity of many errors. Some old notices are now warnings.
Hope you could fix this soonly so we can stop the logs storm.
Forum: Plugins
In reply to: [Multi Page Auto Advance for Gravity Forms] PHP noticesIndeed, and this issue is now a warning in PHP 8+.
Note also the following error :
Undefined variable $field_values in plugins/auto-advance-for-gravity-forms/class-gfautoadvancedaddon.php on line 240Hope this will be fixed soon as this error is filling our logs at a huge rate.
@arthurlam1 Put in in wp-config.php.
And yes, the impact of this settings is broader than this extension. It will activate a lot of logging / debugging infos. This is not intended to be used in production, but like this plugin I guess.
Set WP_DEBUG to true and it will work for everyone.
Forum: Plugins
In reply to: [Facebook for WooCommerce] Excessive Database Error Log EntriesSame problem resolved by deactivating/reactivating plugin
wp plugin deactivate facebook-for-woocommerce wp plugin activate facebook-for-woocommerce
but @cbcg points the true error to be fixed.
- This reply was modified 4 years, 1 month ago by mickaelperrin.
- This reply was modified 4 years, 1 month ago by mickaelperrin.
Hey @washley @solwininfotech,
The problem is related to the hooks:
– ual_shook_created_term
– ual_shook_edited_term
– ual_shook_delete_termThey return nothing instead of the given term when the taxonomy is ‘nav_menu’.
First time I try this plugin, such an error scares me and makes me afraid of other hooks problem like this. Don’t know if I should trust this.
Is there a public repository where we could push pull requests ?
- This reply was modified 7 years, 2 months ago by mickaelperrin.