talgalili
Forum Replies Created
-
Forum: Plugins
In reply to: [FeedWordPress] Bug at feedwordpress.php:2292Probably worth suggesting a pull request here:
https://github.com/radgeek/feedwordpress/pullsI’m closing this issue. I think the problem is in a custom script I’m running.
I’m sorry, where do I see that?
(I’m using the classical WP editor, not Gutenberg. Also, the addition of the text is on rendering, not in the post iteself)
Forum: Requests and Feedback
In reply to: Update simplepie to the latest version?mmm, I think this actually got addressed two months ago:
https://core.trac.www.ads-software.com/ticket/36669Thanks @nintechnet ,
This modification indeed solves it. Could you please include this change in the next version of ninjafirewall?I manually added:
$message = ”;
To the file
ninjafirewall.php
in line 74.This solved the issue for me.
Any chance to add it as a definition in the plugin so I could do it from the option menu (and that it would keep the definitions between version upgrades)?
Hi @nintechnet
Thank you for the reply.
I turned off all my plugins, and turned on debugging.
The error still persists. I believe this is related to theme I’m using (jobroller).
The debug log doesn’t seem very helpful:[20-Jun-2020 19:08:51 UTC] PHP Deprecated: contextual_help is <strong>deprecated</strong> since version 3.3.0! Use get_current_screen()->add_help_tab(), get_current_screen()->remove_help_tab() instead. in /home/rusers/public_html/wp-includes/functions.php on line 5089 [20-Jun-2020 19:09:27 UTC] PHP Deprecated: appthemes_recaptcha is <strong>deprecated</strong> since version 1.8.3! Use appthemes_display_recaptcha() instead. in /home/rusers/public_html/wp-includes/functions.php on line 4714 [20-Jun-2020 19:09:58 UTC] PHP Deprecated: contextual_help is <strong>deprecated</strong> since version 3.3.0! Use get_current_screen()->add_help_tab(), get_current_screen()->remove_help_tab() instead. in /home/rusers/public_html/wp-includes/functions.php on line 5089
I’m not sure what else can be done to mitigate the issue. I’ve reported this to the theme developers. But in the meantime, is there a way to turn off this false-alarm message?
Thanks!
Forum: Plugins
In reply to: [WP Cerber Security, Anti-spam & Malware Scan] Cannot update menu itemsUpdate, I think the issue was having my server have “modsecurity” turned on. Once I turned it off, this worked.
Forum: Plugins
In reply to: [FeedWordPress] Special characters get messed upAny update by anyone about this?!
Forum: Plugins
In reply to: [FeedWordPress] Special characters get messed upI seem to see a similar issue with one of my installations.
I’ve upgraded from mysql 5.5 to 5.6, I tried making sure all tables used utf8mb4, but it still seems like when the insertion is made it is done using latin1.
When looking at the debug mode of the plugin, it seems that the simeplie is presenting the fetched post with the correct encoding, but something in the insert is not working properly.
I’d be very happy to get this resolved as well.@bumblebeegames – feel free to email me if you want us to exchange any further thoughts on this matter. (tal.galili on gmail)
A more advanced feature would be to also check and filter if the two posts are identical after stripping all html tags.
(please let me know if you believe this feature could be developed in the near future. Thanks!)
Forum: Plugins
In reply to: [WP Super Cache] WP Super Cache with CloudflareWhy not use both?
I use both and didn’t come across any issues (other than the pre-load thing that stopped working)Forum: Plugins
In reply to: [WP Crontrol] Can’t add new php cron jobBTW,
For me I got it resolved by temporarily turning ninjafirewall off.Forum: Plugins
In reply to: [Code Snippets] Version 2.10.1 crashes site’s backend!After changing the dir name, and trying to re-activate, I get the following error:
`
Warning: require_once(/home/rstatis/public_html/wp-content/plugins/code-snippets/php/import-export.php): failed to open stream: No such file or directory in /home/rstatis/public_html/wp-content/plugins/code-snippets/php/class-code-snippets.php on line 60`
Forum: Plugins
In reply to: [WPUpper Share Buttons] CSS issue – buttons are misalligned to each otherThis fixed it, thanks!