• Resolved filewalker

    (@filewalker)


    Dear developper, we can not activate the plugin…..
    Any suggestions?
    Warning: require(/home/httpd/vhosts/XXXXX.XX/httpdocs/wp-content/plugins/speaker-lite/vendor/composer/platform_check.php): failed to open stream: No such file or directory in home/httpd/vhosts/XXXXX.XX/httpdocs/wp-content/plugins/speaker-lite/vendor/composer/autoload_real.php on line 25 Fatal error: require(): Failed opening required ‘home/httpd/vhosts/XXXXX.XX//httpdocs/wp-content/plugins/speaker-lite/vendor/composer/platform_check.php’ (include_path=’.:/usr/share/pear:/usr/share/php’) in home/httpd/vhosts/XXXXX.XX/httpdocs/wp-content/plugins/speaker-lite/vendor/composer/autoload_real.php on line 25

    There is no such file existing >platform_check.php.

    Thanks!

    • This topic was modified 4 years ago by filewalker.
    • This topic was modified 4 years ago by filewalker.
Viewing 10 replies - 1 through 10 (of 10 total)
  • Same here. Nothing changed. Please fix it support!

    The thing is i dont use guzzle so i dont undestnd that. The pluguin will not install

    Hello,

    ran into this issue too.

    Just fixed it with putting a platform_check.php into the folder /plugins/speaker-lite/vendor/composer

    <?php
    
    // platform_check.php @generated by Composer
    
    $issues = array();
    
    if (!(PHP_VERSION_ID >= 70400 && PHP_VERSION_ID < 90000)) {
        $issues[] = 'Your Composer dependencies require a PHP version ">= 7.4.0" and "< 9.0.0". You are running ' . PHP_VERSION  .  '.';
    }
    
    $missingExtensions = array();
    extension_loaded('pdo') || $missingExtensions[] = 'pdo';
    
    if ($missingExtensions) {
        $issues[] = 'Your Composer dependencies require the following PHP extensions to be installed: ' . implode(', ', $missingExtensions);
    }
    
    if ($issues) {
        echo 'Composer detected issues in your platform:' . "\n\n" . implode("\n", $issues);
        exit(104);
    }

    Ciao,
    Joachim

    Hey, thank you for your message i would like to try it how′it works but where i start like i download the pluguin but its not activted. How can i go in to the folders to enter the code? I am new on wordpress. ;(

    So update: So I’ve just created a new PHP file and as you said, packed it into the folder, but when I wanted to upload the zip file but this message came up: The package could not be installed. No working plugins were found.
    Plugin installation failed.

    So what should i do?

    Plugin Author merkulove

    (@merkulove)

    Hi!
    Please make sure that all of the above is activated on your site:

    • PHP Version: 7.2.5 or higher
    • Write Permissions: +
    • ZIP: +
    • cURL: +
    • DOM: +
    • XML: +
    • BCMath: +
    • mbstring: +
    • Server Time Sync: +

    As @rasoko wrote, you can add code to the top of the file to debug the problem. Here is the exact path to the file https://take.ms/gYQ2x


    Best regards,
    Dmitry

    Heyyyy thank you for your fast response. So everything that you listed is activated. I tried to creat a new file but i think this is where the struggel beginngs bc i am complety new in programming and creating files. Could you just upload somewhere or send me per email the finished zip folder with this file that curses the problem? So i must just installe it on my site? Grettings! ??

    Plugin Author merkulove

    (@merkulove)

    You shouldn’t create any new files. This file is already in the plugin package https://take.ms/gYQ2x (wp-content/plugins/speaker-lite/vendor/composer/) Use FTP or hosting file manager to find and edit it.
    You can simply replace the contents of the file with the code, shared by @rasoko.

    Well when i open my FTP and go with the path you give me in your screen there is not a file as it showed in your screen https://snipboard.io/I6egCs.jpg

    Omg gorgeous. I just create now a new file and insert the code. It works. Thank you soooooo sooooo much. Ily all! Greetings and stay safe! <3 <3 <3 <3

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Fatal Error’ is closed to new replies.