• In my PHP error log I had many lines:
     PHP Warning:  Undefined variable $fromtop in /home/site/public_html/wp-content/plugins/accessible-poetry/inc/toolbar.php on line 159

    PHP Warning:  Undefined variable $fromside in /home/site/public_html/wp-content/plugins/accessible-poetry/inc/toolbar.php on line 163

    Version 5.14

    If looks like the correct syntax should be:

     159 echo 'body.acwp-fromtop #acwp-toolbar-btn-wrap {'.$vertical.': '.$icon_fromtop.'px;}';

    163 echo 'body.acwp-fromtop #acwp-toolbar-btn-wrap {'.$the_side.': '.$icon_fromside.'px;}';

    Lines 171 and 174 look affected similarly.

    Making these changes made the error go away. Hopefully future plugin updates won’t re-introduce the problem, but I made my toolbar.php read-only, just in case.

    • This topic was modified 1 year, 5 months ago by grindlay.
  • The topic ‘PHP Warning: Undefined variable $fromtop in /home/site/public_html’ is closed to new replies.