hothbricks
Forum Replies Created
-
Looks like re-saving empty fields in the proxy tabs makes the error notice to go away.
Version 3.3.9 here
In the setting tabs :
Do NOT add the featured image to the website’s RSS feed is unchecked
User Agent to use when accessing the feed :
Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.62 Safari/537.36
Proxy Settings :
Host / port are emptyPHP 7.3
WP 5.2.2Hi,
notice appears above the feed content on the page itself. One notice for every feed.
Still happens whatever the shortcode (I use [feedzy-rss feeds=”here-goes-the-url” feed_title=”yes” refresh=”1_days” title=”40″ meta=”yes” target=”_blank” summary=”yes” summarylength=”200″ thumb=”yes” size=”40″]
Solved indeed, thanks
Same here, server went down with 10.1.2 in minutes because of all those errors on all of our websites. had to revert every single website to 10.0…
Well, dirty fix witing for some better solution, but it works now :
Replace on line 579
if ( $domain == ‘wptouch-pro’ ) {
by
if ( $domain == ‘wptouch’ ) {Replace on line 646 :
if ( $domain == ‘bauhaus’ ) {
by
if ( $domain == ‘else’ ) {Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Issue with PHP 7.3Update : Problem solved with PHP 7.3.1 which has been recompiled by our hosting company.
No explanation for the infinite loop though.Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Issue with PHP 7.3I will do some more testing, but the issue only occurs when I switch from PHP 7.2 to PHP 7.3 under the same configuration (WP, theme, plugins).
Forum: Plugins
In reply to: [Comments - wpDiscuz] No display of answer commentsSolved indeed, thanks for your fast update.
Forum: Plugins
In reply to: [Comments - wpDiscuz] No display of answer commentsSame issue here with last version, answers to comments are not displayed anymore.
With the “Break comments into pages withX top level comments per page” option activated, it works
without this option activated it does not.Forum: Plugins
In reply to: [Event List] Update to 0.8.2 won’t stopBy addoing the code above, I get this :
file_data version: 0.8.2
file_data version: 0.8.2
last_upgr_version: 0.8.1
resume-el-upgr:Forum: Plugins
In reply to: [Comments - wpDiscuz] WpdiscuzCache.php errorSeems related to Gravatar cache, if I disable this caching option, then the error message disappear….
Forum: Plugins
In reply to: [Event List] Some issues after upgradeSolved :
About dates, it’s impossible to use the embedded calendar in the event form.
Visual editor does not work in the event form.
Dates are YYY-MM-DD format in the fields and the multi day check get unchecked each time I come back to the event itself to edit it.
Issues remaining :
As said somewhere else the Upgrade of plugin “Event List” successful: message stays forever
filter by category / year / etc.. does not work
Deleting multiple events at once does not work.There is some compatibility issue between your plugin and WPDiscuz plugin : when on the venets page in admin, it keeps asking to install comment form.