• On my local OSX machine I have come across a small issue.

    /wp-content/plugins/tickera-event-ticketing-system/tickera.php line 2087
    include($dir . $plugin_dir . '/index.php');

    That line throws a PHP warning because a hidden OSX file named ‘.DS_Store’ is mistaken for directory. (OSX creates these files in every directory as standard).

    Suggest, before attempting to include index.php it needs to be checked it exists or some similar mitigation.

    M

    https://www.ads-software.com/plugins/tickera-event-ticketing-system/

  • The topic ‘OSX include issue’ is closed to new replies.