Milosz Mista
Forum Replies Created
-
Forum: Plugins
In reply to: [Strong Testimonials] Error PHP : Undefined index: email_log_levelHi,
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
Forum: Plugins
In reply to: [Strong Testimonials] Error PHP : Undefined index: email_log_levelI 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.
Forum: Plugins
In reply to: [Strong Testimonials] Error PHP : Undefined index: email_log_levelYes I have access. I checked, sorry there is no such file like “strong-debug.log” in wp-content/plugins/strong-testimonials
Forum: Plugins
In reply to: [Strong Testimonials] Error PHP : Undefined index: email_log_levelOk, 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 !Forum: Plugins
In reply to: [Strong Testimonials] Error PHP : Undefined index: email_log_levelOK.
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)Forum: Plugins
In reply to: [Facebook Events Importer] Set locale day and month.Hi
-> quiansfactoryIn file “facebook-events-template”
between “<?php” and “$feat_post_count = 0; “
put code:
$month_translate_table_en = array(‘Jan’, ‘Feb’, ‘Mar’, ‘Apr’, ‘May’, ‘Jun’, ‘Jul’, ‘Aug’, ‘Sep’, ‘Oct’, ‘Nov’, ‘Dec’);
$month_translate_table_pl = array(‘Sty’, ‘Lut’, ‘Mar’, ‘Kwi’, ‘Maj’, ‘Cze’, ‘Lip’, ‘Sie’, ‘Wrz’, ‘Paź’, ‘Lis’, ‘Gru’);(of course in you language. And it will wor until next upgrade of plugin)
But i don’t know where to find php file that I can modify to make same change in “Facebook Event Widget” (Shows Facebook events in your sidebar )…
Forum: Plugins
In reply to: [Facebook Events Importer] Set locale day and month.“I also altered the prescriptions to dutch by hand in the same css”
can you pastle the code you’ve used to altered the prescriptions, please…