• Resolved zanozik

    (@zanozik)


    includes/autoloader.php:153

    
                $file = strtolower ( $base_dir
                      . str_replace( '\\', '/', $relative_class )
                      . "/" . $tmpRelativeClass
                      . '.php' );
    

    Guess what happens when you have uppercase char in your path and your environment is Linux? 🙂

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author MakeCommerce.net

    (@makecommerce)

    Hi!

    Thanks for reporting the issue.
    It has been fixed and will be released next week.

    Thanks!

    Thread Starter zanozik

    (@zanozik)

    Hello there,
    Nice response timing 🙂
    Do you code repository publically accessible, like github/gitlab/bitbucket etc?

    There are 2 lines that require this fix: 131 and 153.

    Cheers

    Plugin Author MakeCommerce.net

    (@makecommerce)

    Hi!

    No, the repository itself is private.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Converts path to lowercase in Loader.php’ is closed to new replies.