[Gelöst] Extension Pre Validator Fehlermeldung
Verfasst: 23.05.2016 17:16
Hi!
Wenn ich dem Extension Pre Validator ausführe, kommen ganz normal die Fehler und Warnungen, aber davor steht eine Fehlermeldung.
Die Warnungen unten (zensiert) verstehe ich ja, aber was bedeutet der -Fehler?
P.S.: Kann man irgendwie diesen Fehler beheben?
mohe
Wenn ich dem Extension Pre Validator ausführe, kommen ganz normal die Fehler und Warnungen, aber davor steht eine Fehlermeldung.
Code: Alles auswählen
Befehl: ./src/EPV.php run --dir ../ext/mohe/verifyingamename/
Ausgabe:
Running Extension Pre Validator on directory ../ext/mohe/verifyingamename/.
Running tests.
PHP Notice: Undefined offset: 0 in /var/www/html/forum/epv/src/Tests/Tests/epv_test_validate_php_functions.php on line 224
PHP Stack trace:
PHP 1. {main}() /var/www/html/forum/epv/src/EPV.php:0
PHP 2. Symfony\Component\Console\Application->run() /var/www/html/forum/epv/src/EPV.php:30
PHP 3. Symfony\Component\Console\Application->doRun() /var/www/html/forum/epv/vendor/symfony/console/Application.php:123
PHP 4. Symfony\Component\Console\Application->doRunCommand() /var/www/html/forum/epv/vendor/symfony/console/Application.php:192
PHP 5. Symfony\Component\Console\Command\Command->run() /var/www/html/forum/epv/vendor/symfony/console/Application.php:844
PHP 6. Phpbb\Epv\Command\ValidateCommand->execute() /var/www/html/forum/epv/vendor/symfony/console/Command/Command.php:259
PHP 7. Phpbb\Epv\Tests\TestStartup->__construct() /var/www/html/forum/epv/src/Command/ValidateCommand.php:72
PHP 8. Phpbb\Epv\Tests\TestStartup->runTests() /var/www/html/forum/epv/src/Tests/TestStartup.php:62
PHP 9. Phpbb\Epv\Tests\TestRunner->runTests() /var/www/html/forum/epv/src/Tests/TestStartup.php:125
PHP 10. Phpbb\Epv\Tests\Tests\epv_test_validate_php_functions->validateFile() /var/www/html/forum/epv/src/Tests/TestRunner.php:94
PHP 11. Phpbb\Epv\Tests\Tests\epv_test_validate_php_functions->validate() /var/www/html/forum/epv/src/Tests/Tests/epv_test_validate_php_functions.php:121
PHP 12. Phpbb\Epv\Tests\Tests\epv_test_validate_php_functions->parseNodes() /var/www/html/forum/epv/src/Tests/Tests/epv_test_validate_php_functions.php:148
PHP Notice: Undefined offset: 0 in /var/www/html/forum/epv/src/Tests/Tests/epv_test_validate_php_functions.php on line 224
PHP Stack trace:
PHP 1. {main}() /var/www/html/forum/epv/src/EPV.php:0
PHP 2. Symfony\Component\Console\Application->run() /var/www/html/forum/epv/src/EPV.php:30
PHP 3. Symfony\Component\Console\Application->doRun() /var/www/html/forum/epv/vendor/symfony/console/Application.php:123
PHP 4. Symfony\Component\Console\Application->doRunCommand() /var/www/html/forum/epv/vendor/symfony/console/Application.php:192
PHP 5. Symfony\Component\Console\Command\Command->run() /var/www/html/forum/epv/vendor/symfony/console/Application.php:844
PHP 6. Phpbb\Epv\Command\ValidateCommand->execute() /var/www/html/forum/epv/vendor/symfony/console/Command/Command.php:259
PHP 7. Phpbb\Epv\Tests\TestStartup->__construct() /var/www/html/forum/epv/src/Command/ValidateCommand.php:72
PHP 8. Phpbb\Epv\Tests\TestStartup->runTests() /var/www/html/forum/epv/src/Tests/TestStartup.php:62
PHP 9. Phpbb\Epv\Tests\TestRunner->runTests() /var/www/html/forum/epv/src/Tests/TestStartup.php:125
PHP 10. Phpbb\Epv\Tests\Tests\epv_test_validate_php_functions->validateFile() /var/www/html/forum/epv/src/Tests/TestRunner.php:94
PHP 11. Phpbb\Epv\Tests\Tests\epv_test_validate_php_functions->validate() /var/www/html/forum/epv/src/Tests/Tests/epv_test_validate_php_functions.php:121
PHP 12. Phpbb\Epv\Tests\Tests\epv_test_validate_php_functions->parseNodes() /var/www/html/forum/epv/src/Tests/Tests/epv_test_validate_php_functions.php:148
Validation: FAILED
Fatal: 0, Error: 1, Warning: 2, Notice: 0
Test results for extension:
Error: Packaging structure doesn't meet the extension DB policies.
Warning: ***
Warning: ***
Code: Alles auswählen
PHP Notice: Undefined offset
P.S.: Kann man irgendwie diesen
Code: Alles auswählen
Error: Packaging structure doesn't meet the extension DB policies.
mohe