Friendbg
Forum Replies Created
-
@yarpp I’ve updated the plugin and changed php to 8.1 – all looks good again ??
I’m using my own data center / servers
Hey,
I’ve got the same error and it seems it related somehow with php8, because on php8.0 and php8.1 doesn’t work, but when I change to php7.4 everything is back to normal.
Forum: Plugins
In reply to: [Yoast SEO] The symbols under the publicera are gone?My problem may be different from others. I’ve downgraded the plugin to 7.0 and now works. I’ve tried all versions from 8 to 9 but with no luck.
I guess maybe a plugin conflict or something else, but with v7 works.
Forum: Plugins
In reply to: [Yoast SEO] The symbols under the publicera are gone?Hi,
Same issue here.
Got this errors in chrome console :
components-902.min.js?ver=9.0.2:26 Uncaught TypeError: Cannot read property 'p' of undefined at Object.<anonymous> (components-902.min.js?ver=9.0.2:26) at t (commons-902.min.js?ver=9.0.2:1) at Object.<anonymous> (components-902.min.js?ver=9.0.2:26) at t (commons-902.min.js?ver=9.0.2:1) at Object.<anonymous> (components-902.min.js?ver=9.0.2:26) at t (commons-902.min.js?ver=9.0.2:1) at window.yoastWebpackJsonp (commons-902.min.js?ver=9.0.2:1) at components-902.min.js?ver=9.0.2:1
And SEO toolbar looks like this.
Latest wordpress with php7.2
Thanks
Forum: Plugins
In reply to: [Redirection] Issues with NGiNX?Hi @john,
I have the same problem with nginx and redirection plugin. Testing with curl -I I see 404 not found. Here is an example url : https://totallychocolate.com/niki-test
All my redirects works before a week but suddenly they stopped working. How can I debug this – is there any log or something ? In nginx logs I see only 404 – the same is with 404s and Log tabs on plugin settings.
Thank you
Forum: Plugins
In reply to: [Resume Builder] Resume editing box gone after the recent updateHey,
I found a solution for my problem. I use theme from themify.me with themify-builder. When I disable the themify builder , my resume settings comes back. It seems there is a conflict between resume builder and themify builder, so when I need to edit my resume, I disable the themify builder, then enable again =)
@xealpha if you use themify themes, do it like I do. If not, look for plugin conflict.
Thanks
Forum: Plugins
In reply to: [Resume Builder] Resume editing box gone after the recent updateHey,
How can I download the previous version of this plugin? I got the same problem like @xealpha. I cannot edit any resumes or add new (see screenshot: https://imgur.com/zExFlvJ )
Thanks
Hey,
I also had the same problem, but fixed with :
MariaDB [database]> drop index yarpp_title ON wp_posts;
Query OK, 6983 rows affected (0.31 sec)
Records: 6983 Duplicates: 0 Warnings: 0MariaDB [database]> drop index yarpp_content ON wp_posts;
Query OK, 6983 rows affected (0.12 sec)
Records: 6983 Duplicates: 0 Warnings: 0Then click the fullindex button from the plugin, and all looks good now! ??
Forum: Plugins
In reply to: [th0th's Movie Collection] The plugins stop to fetch from imdbI debug one of my problems. It not shows the movies because of the new post_type in the new version of the plugin. In 1.0 post_type is called ‘movie’ , in 0.75 is ‘movies’ but still cant resolv the mysite.com/movies issue ??
Forum: Plugins
In reply to: [th0th's Movie Collection] The plugins stop to fetch from imdbI fix this problem by my self. I copy imdb.php from the new plugin and put it on my old one, then rename it to imdb_fetcher.php and now I have 0.75 working with all features! Thanks anyway.
Forum: Plugins
In reply to: [th0th's Movie Collection] The plugins stop to fetch from imdbHi th0th, thanks for the update. I test the plugin on new wordpress site and it’s working, but on my blog when I update the plugin with the new version 1.0 my old movies disappeared and my link mysite.com/movies not working anymore. I downgrade the plugin and all the movies are back. Is this known issue or I made mistake somehow?