• Resolved burroughsc

    (@burroughsc)


    Issues with paths to files in jobs.forms.class.php… Missing a slash in multiple places in the file when trying to include the textmap.class.php file.

    Currently:
    require_once(WPST_PATH . ‘classtextmap.class.php’)

    And Warning: require_once(\wp-content\plugins\wp-swimteam/class/events.php): failed to open stream: No such file or directory in \wp-content\plugins\wp-swimteam\include\user\swimmeets.php on line 357

    And Warning: htmlspecialchars() expects parameter 1 to be string, array given in \wp-content\plugins\phphtmllib\tag_classes\ALLTAGS.inc on line 719

    https://www.ads-software.com/plugins/wp-swimteam/

Viewing 1 replies (of 1 total)
  • Plugin Author Mike Walsh

    (@mpwalsh8)

    I have fixed and released the first two problems and released v1.43. For the third problem (htmspecialchars), I need to know exactly what you were doing. That code is at a very low level and is called from virtually every part of the plugin. It is possible the other fixes may also fix that as well.

Viewing 1 replies (of 1 total)
  • The topic ‘Warning: require_once(\wp-content\plugins\wp-swimteam/classtextmap’ is closed to new replies.