You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just found a small issue with the plugin: When a not existing article on the site is being called, wp-postratings generates a warning as shown in the screenshot. I tried a quick fix but without luck.
The text was updated successfully, but these errors were encountered:
I've had a look at this issue again today because it keeps popping in our Apache error logs every single day.
The problem occurs when someone tries to load a page that doesn't exist: $postratings_ajax_style = false in this case. While when the page exists, $postratings_ajax_style = ['loading' => 0, 'fading' => 1];.
I'll send you a PR in a few minutes that fixes the problem for me.
Just found a small issue with the plugin: When a not existing article on the site is being called,
wp-postratings
generates a warning as shown in the screenshot. I tried a quick fix but without luck.The text was updated successfully, but these errors were encountered: