Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/updraftp.../vendor/guzzle/guzzle
File: phar-stub.php
<?php
[0] Fix | Delete
[1] Fix | Delete
Phar::mapPhar('guzzle.phar');
[2] Fix | Delete
[3] Fix | Delete
require_once 'phar://guzzle.phar/vendor/symfony/class-loader/Symfony/Component/ClassLoader/UniversalClassLoader.php';
[4] Fix | Delete
[5] Fix | Delete
$classLoader = new Symfony\Component\ClassLoader\UniversalClassLoader();
[6] Fix | Delete
$classLoader->registerNamespaces(array(
[7] Fix | Delete
'Guzzle' => 'phar://guzzle.phar/src',
[8] Fix | Delete
'Symfony\\Component\\EventDispatcher' => 'phar://guzzle.phar/vendor/symfony/event-dispatcher',
[9] Fix | Delete
'Doctrine' => 'phar://guzzle.phar/vendor/doctrine/common/lib',
[10] Fix | Delete
'Monolog' => 'phar://guzzle.phar/vendor/monolog/monolog/src'
[11] Fix | Delete
));
[12] Fix | Delete
$classLoader->register();
[13] Fix | Delete
[14] Fix | Delete
__HALT_COMPILER();
[15] Fix | Delete
[16] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function