Thanks for the error log. What version of the plugin are you on?
OK.
I find thys case :
“[resolved] PHP Notice Fix (2 posts)”
Use solution presented there and it’s work for me now.
In my case i make :
switch ( (int) !empty($options[’email_log_level’]) ) {
instead of oryginal :
switch ( (int) $options[’email_log_level’] ) {
but i’m not PHP specialist, if there is better solution please help.
I’m using right now:
“Strong Testimonials” v 2.5.4
WordPressa 4.5 with framework “Headway Base” v 3.8.8 (from Headway Themes)
That’s a good fix for now. I will work on improving the plugin.
Please go to admin > Testimonials > Settings and just click Save Changes to make sure all the settings are up to date.
Ok, already made it.
I just notice that i can’t create new “views”. No mather what i set up, at the end when click “save changes” i’ve get error :
Notice: Undefined index: url in /home/swiadoma/domains/ilonaozimek.pl/public_html/wp-content/plugins/strong-testimonials/includes/admin/views.php on line 913
Warning: Cannot modify header information – headers already sent by (output started at /home/swiadoma/domains/ilonaozimek.pl/public_html/wp-content/plugins/strong-testimonials/includes/admin/views.php:913) in /home/swiadoma/domains/ilonaozimek.pl/public_html/wp-includes/pluggable.php on line 1171
But propably it’s for another topic.
Thanks for help.
Greate plugin !
Thanks. I think the errors are related. If the plugin was able to install properly, those two problems would never occur. If you have FTP access, please go to
wp-content/plugins/strong-testimonials
and if there’s a file named “strong-debug.log” download it and send it to me via the contact form at wpmission.com or open a support ticket there.
Yes I have access. I checked, sorry there is no such file like “strong-debug.log” in wp-content/plugins/strong-testimonials
Thanks. And sorry for the trouble.
Is this the first time you installed the plugin or was it working before this and now the update doesn’t work?
I have installed it month ago. Configure, create one new.”view” tested it all the way, everything works. Next i left it for some time, meanwhile install 3 (? ) updates. Today clients informed me about errors. So i don’t exacly known what and when goes work, is thys update ore.something else.
It sounds like something failed during the update process.
We have 2 options.
1. Install this plugin
https://github.com/cdillon/strong-testimonials-reset
then go to admin > Tools > Reset Strong Testimonials and select “Delete settings”. This will force the plugin to reset all settings and replace any missing ones. The testimonials and views are not affected by that.
2. Open a support ticket at https://www.wpmission.com/submit-ticket/ to allow me to troubleshoot directly.
Hi,
I have done instruction No. 1
After the reset everything worked as it should be.
So I started to adjust settings:
– add captha (Advanced noCaptcha reCaptcha by Shamim Hasan)
– set email with notification about new testimonials
– translate fields
– delete one field (Company website – don’t need it)
Then it turned out that the error appeared again (the same).
So i “Delete settings” again and adjust setting step by step checking which option creates confusion.
I succeeded and discovered what causes the error.
I thought I did not need the field ” Company Page/website ” , so I deleted the field because there is a possibility to do it.
And this is what causes the error.
This field this time is not removed in my settings . The rest of the settings I have done successfully. Everything works as it should .
Thank you very much for the wonderful help and mega quick answers.
Miłosz Miśta
I’m very glad to hear it’s working. Thanks for the info, I will work on that.