WPIntell

Source evidence

Fatal Error

Speaker Lite · support · 2021-03-07T03:00:00+00:00

mixedsentiment
highseverity
0.95relevance
10replies
Evidence onlycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

1 / 1 rows with source links

100.0% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

0 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
filewalker resolved
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 5 years, 2 months ago by filewalker . This topic was modified 5 years, 2 months ago by filewalker . 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? 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! 🙂 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 This reply was modified 5 years ago by bergischerimpuls . 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

Comments

10 shown
bergischerimpuls 2021-05-21T15:38:00+00:00

Same here. Nothing changed. Please fix it support!

bergischerimpuls 2021-05-21T15:42:00+00:00

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

rasoko 2021-05-24T07:33:00+00:00

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

bergischerimpuls 2021-05-24T14:17:00+00:00

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. ;(

bergischerimpuls 2021-05-24T15:38:00+00:00

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?

merkulove 2021-05-25T07:43:00+00:00

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

bergischerimpuls 2021-05-25T09:00:00+00:00

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! 🙂

merkulove 2021-05-25T09:35:00+00:00

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 .

bergischerimpuls 2021-05-25T09:53:00+00:00

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 This reply was modified 5 years ago by bergischerimpuls .

bergischerimpuls 2021-05-25T09:58:00+00:00

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