akasima / xero_commerce

xe3 에서 사용가능한 e-commerce 플러그인
Other
21 stars 10 forks source link

플러그인 활성화 실패 #158

Closed dorajjang closed 3 years ago

dorajjang commented 3 years ago

`Information of the plugin that should be installed: xero_commerce - xpressengine-plugin/xero_commerce:1.2.0

Clears the cache before the operation run. Cache cleared successfully. XE cache has also been cleared.

Composer update command is running.. It may take up to a few minutes. composer update --with-dependencies xpressengine-plugin/xero_commerce Checking file permission: D:\xe\storage\app/composer.plugins.json - passed D:\xe\storage\app/operations.json - passed D:\xe\composer.lock - passed D:\xe\plugins/ - passed D:\xe\vendor/ - passed D:\xe\vendor/composer/installed.json - passed

Checking COMPOSER_HOME environment variable: passed GC collected cycles: 0

Xpressengine\Plugin\Composer\Composer::command Xpressengine\Plugin\Composer\Composer::preUpdateOrInstall Loading composer repositories with package information Updating dependencies (including require-dev) Xpressengine\Plugin\Composer\Composer::postDependenciesSolving Xpressengine\Plugin\Composer\Composer::postDependenciesSolving Package operations: 9 installs, 0 updates, 0 removals

  • Installing markbaker/matrix (1.2.1): Downloading (connecting...)Downloading (0%)Downloading (5%)Downloading (10%)Downloading (100%)
  • Installing markbaker/complex (1.5.0): Downloading (connecting...)Downloading (100%)
  • Installing psr/http-factory (1.0.1): Downloading (connecting...)Downloading (0%) Downloading (100%)
  • Installing psr/http-client (1.0.1): Downloading (connecting...)Downloading (0%) Downloading (100%)
  • Installing myclabs/php-enum (1.7.6): Downloading (connecting...)Downloading (100%)
  • Installing maennchen/zipstream-php (2.1.0): Downloading (connecting...)Downloading (0%) Downloading (20%)Downloading (45%)Downloading (65%)Downloading (85%)Downloading (100%)
  • Installing phpoffice/phpspreadsheet (1.14.1): Downloading (connecting...)Downloading (0%) Downloading (5%)Downloading (10%)Downloading (15%)Downloading (20%)Downloading (25%)Downloading (30%)Downloading (35%)Downloading (40%)Downloading (45%)Downloading (50%)Downloading (55%)Downloading (60%)Downloading (65%)Downloading (70%)Downloading (75%)Downloading (80%)Downloading (85%)Downloading (90%)Downloading (95%)Downloading (100%)
  • Installing maatwebsite/excel (3.1.23): Downloading (connecting...)Downloading (0%) Downloading (5%)Downloading (15%)Downloading (20%)Downloading (30%)Downloading (35%)Downloading (40%)Downloading (50%)Downloading (55%)Downloading (65%)Downloading (70%)Downloading (75%)Downloading (80%)Downloading (85%)Downloading (90%)Downloading (95%)Downloading (100%)
  • Installing xpressengine-plugin/xero_commerce (1.2.0): Downloading (connecting...)Downloading (0%) Downloading (5%)Downloading (10%)Downloading (15%)Downloading (20%)Downloading (25%)Downloading (30%)Downloading (35%)Downloading (40%)Downloading (45%)Downloading (50%)Downloading (55%)Downloading (60%)Downloading (65%)Downloading (70%)Downloading (75%)Downloading (80%)Downloading (85%)Downloading (90%)Downloading (95%)Downloading (100%) phpoffice/phpspreadsheet suggests installing mpdf/mpdf (Option for rendering PDF with PDF Writer) phpoffice/phpspreadsheet suggests installing dompdf/dompdf (Option for rendering PDF with PDF Writer) phpoffice/phpspreadsheet suggests installing tecnickcom/tcpdf (Option for rendering PDF with PDF Writer) phpoffice/phpspreadsheet suggests installing jpgraph/jpgraph (Option for rendering charts, or including charts with PDF or HTML Writers) Package jakub-onderka/php-console-color is abandoned, you should avoid using it. Use php-parallel-lint/php-console-color instead. Package jakub-onderka/php-console-highlighter is abandoned, you should avoid using it. Use php-parallel-lint/php-console-highlighter instead. Package mtdowling/cron-expression is abandoned, you should avoid using it. Use dragonmantank/cron-expression instead. Package phpunit/php-token-stream is abandoned, you should avoid using it. No replacement was suggested. Package phpunit/phpunit-mock-objects is abandoned, you should avoid using it. No replacement was suggested. Writing lock file Generating optimized autoload files Carbon 1 is deprecated, see how to migrate to Carbon 2. https://carbon.nesbot.com/docs/#api-carbon-2 You can run ".\vendor\bin\upgrade-carbon" to get help in updating carbon and other frameworks and libraries that depend on it. Xpressengine\Plugin\Composer\Composer::postAutoloadDump @php artisan package:discover Script @php artisan package:discover handling the post-autoload-dump event returned with error code 1 GC collected cycles: 11534 [2020-10-04 22:29:41] production.ERROR: Composer update failed.. {"userId":"6436e146-6912-4099-97de-b20c874f5d7c","email":"admin@cubecm.com","exception":"[object] (RuntimeException(code: 1): Composer update failed.. at D:\xe\app\Console\Commands\PluginCommand.php:158) [stacktrace]

    0 D:\xe\app\Console\Commands\PluginInstall.php(83): App\Console\Commands\PluginCommand->composerUpdate(Array)

    1 [internal function]: App\Console\Commands\PluginInstall->App\Console\Commands\{closure}(Object(Xpressengine\Foundation\Operator))

    2 D:\xe\app\Console\Commands\ShouldOperation.php(107): call_user_func(Object(Closure), Object(Xpressengine\Foundation\Operator))

    3 D:\xe\app\Console\Commands\ShouldOperation.php(160): App\Console\Commands\ShouldOperation->start('plugin', Object(Closure), Object(Closure))

    4 D:\xe\app\Console\Commands\PluginInstall.php(90): App\Console\Commands\ShouldOperation->startPlugin(Object(Closure), Object(Closure))

    5 [internal function]: App\Console\Commands\PluginInstall->handle()

    6 D:\xe\vendor\laravel\framework\src\Illuminate\Container\BoundMethod.php(29): call_user_func_array(Array, Array)

    7 D:\xe\vendor\laravel\framework\src\Illuminate\Container\BoundMethod.php(87): Illuminate\Container\BoundMethod::Illuminate\Container\{closure}()

    8 D:\xe\vendor\laravel\framework\src\Illuminate\Container\BoundMethod.php(31): Illuminate\Container\BoundMethod::callBoundMethod(Object(Xpressengine\Foundation\Application), Array, Object(Closure))

    9 D:\xe\vendor\laravel\framework\src\Illuminate\Container\Container.php(549): Illuminate\Container\BoundMethod::call(Object(Xpressengine\Foundation\Application), Array, Array, NULL)

    10 D:\xe\vendor\laravel\framework\src\Illuminate\Console\Command.php(183): Illuminate\Container\Container->call(Array)

    11 D:\xe\vendor\symfony\console\Command\Command.php(255): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArrayInput), Object(Illuminate\Console\OutputStyle))

    12 D:\xe\vendor\laravel\framework\src\Illuminate\Console\Command.php(170): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArrayInput), Object(Illuminate\Console\OutputStyle))

    13 D:\xe\app\Console\Commands\ShouldOperation.php(78): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArrayInput), Object(App\Console\MultipleOutput))

    14 D:\xe\app\Console\Commands\PluginCommand.php(75): App\Console\Commands\ShouldOperation->run(Object(Symfony\Component\Console\Input\ArrayInput), Object(App\Console\MultipleOutput))

    15 D:\xe\vendor\symfony\console\Application.php(987): App\Console\Commands\PluginCommand->run(Object(Symfony\Component\Console\Input\ArrayInput), Object(Symfony\Component\Console\Output\BufferedOutput))

    16 D:\xe\vendor\symfony\console\Application.php(255): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\PluginInstall), Object(Symfony\Component\Console\Input\ArrayInput), Object(Symfony\Component\Console\Output\BufferedOutput))

    17 D:\xe\vendor\symfony\console\Application.php(148): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArrayInput), Object(Symfony\Component\Console\Output\BufferedOutput))

    18 D:\xe\vendor\laravel\framework\src\Illuminate\Console\Application.php(88): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArrayInput), Object(Symfony\Component\Console\Output\BufferedOutput))

    19 D:\xe\vendor\laravel\framework\src\Illuminate\Console\Application.php(177): Illuminate\Console\Application->run(Object(Symfony\Component\Console\Input\ArrayInput), Object(Symfony\Component\Console\Output\BufferedOutput))

    20 D:\xe\vendor\laravel\framework\src\Illuminate\Foundation\Console\Kernel.php(249): Illuminate\Console\Application->call('plugin:install', Object(Illuminate\Support\Collection), NULL)

    21 D:\xe\vendor\laravel\framework\src\Illuminate\Support\Facades\Facade.php(221): Illuminate\Foundation\Console\Kernel->call('plugin:install', Array)

    22 D:\xe\app\Http\Controllers\ArtisanBackgroundHelper.php(79): Illuminate\Support\Facades\Facade::__callStatic('call', Array)

    23 D:\xe\app\Http\Controllers\ArtisanBackgroundHelper.php(60): App\Http\Controllers\PluginController->runByApp('plugin:install', Array)

    24 [internal function]: App\Http\Controllers\PluginController->App\Http\Controllers\{closure}()

    25 D:\xe\vendor\laravel\framework\src\Illuminate\Container\BoundMethod.php(29): call_user_func_array(Object(Closure), Array)

    26 D:\xe\vendor\laravel\framework\src\Illuminate\Container\BoundMethod.php(75): Illuminate\Container\BoundMethod::Illuminate\Container\{closure}()

    27 D:\xe\vendor\laravel\framework\src\Illuminate\Container\BoundMethod.php(31): Illuminate\Container\BoundMethod::callBoundMethod(Object(Xpressengine\Foundation\Application), Object(Closure), Object(Closure))

    28 D:\xe\vendor\laravel\framework\src\Illuminate\Container\Container.php(549): Illuminate\Container\BoundMethod::call(Object(Xpressengine\Foundation\Application), Object(Closure), Array, NULL)

    29 D:\xe\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(964): Illuminate\Container\Container->call(Object(Closure))

    30 D:\xe\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(191): Illuminate\Foundation\Application->terminate()

    31 D:\xe\index.php(62): Illuminate\Foundation\Http\Kernel->terminate(Object(Xpressengine\Http\Request), Object(Illuminate\Http\RedirectResponse))

    32 {main}

    "}`

구동환경 iis 10 php 7.2.7 mysql 5.7

설치 할려고 하면 계속 이오류가 떻요

Kazto-lsk commented 3 years ago

안녕하세요, 먼저 XE3로 Xero Commerce를 사용하시려 하시는군요!

본 에러로그로 확인해본 결과로는 정상적으로 설치된 로그를 올려주신 것 같습니다. XE Commerce를 활성화 했을 때 어떤 에러로그가 나오는지 확인할 수 있을까요?

또는 화면에서 나오는 별도의 에러 메시지는 확인할 수 있으셨을까요?

간혹 COMPOSER_HOME 설정에 따른 문제가 있어 생기는 문제가 있습니다. https://www.xpressengine.io/help_board?category_item_id=47&help_board_id=7b890eb7-2678-4d34-9679-8c05d8a0678d 링크에서 해당 문제를 확인해보실 수 있습니다.

관리자 사이트에서 설정 > 기본설정 > Composer 홈 디렉토리 항목에서 기본 XE3의 컴포저 경로를 입력하거나 별도로 설치한 Composer가 있는 경우 해당 디렉토리 항목을 입력 후 재 시도 해보시기 바랍니다.

만약 별도로 설치한 Composer가 없는 경우 /XE설치경로/composer.phar가 됩니다.

감사합니다.

dorajjang commented 3 years ago

안녕하세요, 먼저 XE3로 Xero Commerce를 사용하시려 하시는군요!

본 에러로그로 확인해본 결과로는 정상적으로 설치된 로그를 올려주신 것 같습니다. XE Commerce를 활성화 했을 때 어떤 에러로그가 나오는지 확인할 수 있을까요?

또는 화면에서 나오는 별도의 에러 메시지는 확인할 수 있으셨을까요?

간혹 COMPOSER_HOME 설정에 따른 문제가 있어 생기는 문제가 있습니다. https://www.xpressengine.io/help_board?category_item_id=47&help_board_id=7b890eb7-2678-4d34-9679-8c05d8a0678d 링크에서 해당 문제를 확인해보실 수 있습니다.

관리자 사이트에서 설정 > 기본설정 > Composer 홈 디렉토리 항목에서 기본 XE3의 컴포저 경로를 입력하거나 별도로 설치한 Composer가 있는 경우 해당 디렉토리 항목을 입력 후 재 시도 해보시기 바랍니다.

만약 별도로 설치한 Composer가 없는 경우 /XE설치경로/composer.phar가 됩니다.

감사합니다.

처음애질문들인것은 설치문제로 해서 해결됬는데 활성화하면 페이지를 요청할수없다고 떻요.

Kazto-lsk commented 3 years ago

혹시 XE에 Banner 플러그인을 설치해보셨을까요? 해당 플러그인을 설치 후 아래 순서대로 다시 시작해주세요.

  1. DB에 shop으로 시작하는 DB 삭제
  2. Banner 플러그인 설치
  3. Banner 플러그인 활성화
  4. XeroCommerce 설치
  5. XeroCommerce 활성화

감사합니다.

dorajjang commented 3 years ago

혹시 XE에 Banner 플러그인을 설치해보셨을까요? 해당 플러그인을 설치 후 아래 순서대로 다시 시작해주세요.

  1. DB에 shop으로 시작하는 DB 삭제
  2. Banner 플러그인 설치
  3. Banner 플러그인 활성화
  4. XeroCommerce 설치
  5. XeroCommerce 활성화

감사합니다.

디벙깅해서 봤는데 Illuminate\Database\QueryException thrown with message "SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'xe_xero_commerce_user' already exists (SQL: create tablexe_xero_commerce_user(idint unsigned not null auto_increment primary key,user_idvarchar(36) not null,namevarchar(255) not null,phonevarchar(255) not null,level` int not null) default character set utf8 collate utf8_unicode_ci)"

Stacktrace:

115 Illuminate\Database\QueryException in D:\xe\vendor\laravel\framework\src\Illuminate\Database\Connection.php:664

114 PDOException in D:\xe\vendor\laravel\framework\src\Illuminate\Database\Connection.php:458

113 PDOStatement:execute in D:\xe\vendor\laravel\framework\src\Illuminate\Database\Connection.php:458

112 Illuminate\Database\Connection:Illuminate\Database{closure} in D:\xe\vendor\laravel\framework\src\Illuminate\Database\Connection.php:657

111 Illuminate\Database\Connection:runQueryCallback in D:\xe\vendor\laravel\framework\src\Illuminate\Database\Connection.php:624

110 Illuminate\Database\Connection:run in D:\xe\vendor\laravel\framework\src\Illuminate\Database\Connection.php:459

109 Illuminate\Database\Connection:statement in D:\xe\vendor\laravel\framework\src\Illuminate\Database\Schema\Blueprint.php:86

108 Illuminate\Database\Schema\Blueprint:build in D:\xe\vendor\laravel\framework\src\Illuminate\Database\Schema\Builder.php:252

107 Illuminate\Database\Schema\Builder:build in D:\xe\vendor\laravel\framework\src\Illuminate\Database\Schema\Builder.php:165

106 Illuminate\Database\Schema\Builder:create in D:\xe\vendor\laravel\framework\src\Illuminate\Support\Facades\Facade.php:221

105 Illuminate\Support\Facades\Facade:__callStatic in D:\xe\plugins\xero_commerce\src\Plugin\Database.php:29

104 Xpressengine\Plugins\XeroCommerce\Plugin\Database:create in D:\xe\plugins\xero_commerce\plugin.php:79

103 Xpressengine\Plugins\XeroCommerce\Plugin:install in D:\xe\core\src\Xpressengine\Plugin\PluginEntity.php:711

102 call_user_func_array in D:\xe\core\src\Xpressengine\Plugin\PluginEntity.php:711

101 Xpressengine\Plugin\PluginEntity:__call in D:\xe\core\src\Xpressengine\Plugin\PluginHandler.php:376

100 Xpressengine\Plugin\PluginHandler:updatePlugin in D:\xe\core\src\Xpressengine\Interception\Proxy\ProxyTrait.php:108

99 call_user_func_array in D:\xe\core\src\Xpressengine\Interception\Proxy\ProxyTrait.php:108

98 Proxy_Xpressengine_Plugin_PluginHandler:_proxyTargetCall in D:\xe\core\src\Xpressengine\Interception\Proxy\ProxyTrait.php:92

97 call_user_func_array in D:\xe\core\src\Xpressengine\Interception\Proxy\ProxyTrait.php:92

96 Proxy_Xpressengine_Plugin_PluginHandler:Xpressengine\Interception\Proxy{closure} in D:\xe\core\src\Xpressengine\Interception\ProxyInvocationHandler.php:96

95 call_user_func_array in D:\xe\core\src\Xpressengine\Interception\ProxyInvocationHandler.php:96

94 Xpressengine\Interception\ProxyInvocationHandler:__invoke in D:\xe\core\src\Xpressengine\Interception\ProxyInvocationHandler.php:74

93 call_user_func_array in D:\xe\core\src\Xpressengine\Interception\ProxyInvocationHandler.php:74

92 Xpressengine\Interception\ProxyInvocationHandler:callProxy in D:\xe\core\src\Xpressengine\Interception\Proxy\ProxyTrait.php:94

91 Proxy_Xpressengine_Plugin_PluginHandler:_proxyMethodCall in D:\xe\storage\app\interception\Proxy_Xpressengine_Plugin_PluginHandler.php:55

90 Proxy_Xpressengine_Plugin_PluginHandler:updatePlugin in D:\xe\core\src\Xpressengine\Plugin\PluginHandler.php:255

89 Xpressengine\Plugin\PluginHandler:activatePlugin in D:\xe\core\src\Xpressengine\Interception\Proxy\ProxyTrait.php:108

88 call_user_func_array in D:\xe\core\src\Xpressengine\Interception\Proxy\ProxyTrait.php:108

87 Proxy_Xpressengine_Plugin_PluginHandler:_proxyTargetCall in D:\xe\core\src\Xpressengine\Interception\Proxy\ProxyTrait.php:92

86 call_user_func_array in D:\xe\core\src\Xpressengine\Interception\Proxy\ProxyTrait.php:92

85 Proxy_Xpressengine_Plugin_PluginHandler:Xpressengine\Interception\Proxy{closure} in D:\xe\core\src\Xpressengine\Interception\ProxyInvocationHandler.php:96

84 call_user_func_array in D:\xe\core\src\Xpressengine\Interception\ProxyInvocationHandler.php:96

83 Xpressengine\Interception\ProxyInvocationHandler:__invoke in D:\xe\core\src\Xpressengine\Interception\ProxyInvocationHandler.php:74

82 call_user_func_array in D:\xe\core\src\Xpressengine\Interception\ProxyInvocationHandler.php:74

81 Xpressengine\Interception\ProxyInvocationHandler:callProxy in D:\xe\core\src\Xpressengine\Interception\Proxy\ProxyTrait.php:94

80 Proxy_Xpressengine_Plugin_PluginHandler:_proxyMethodCall in D:\xe\storage\app\interception\Proxy_Xpressengine_Plugin_PluginHandler.php:40

79 Proxy_Xpressengine_Plugin_PluginHandler:activatePlugin in D:\xe\app\Http\Controllers\Plugin\PluginManageController.php:155

78 App\Http\Controllers\Plugin\PluginManageController:activate in D:\xe\vendor\laravel\framework\src\Illuminate\Routing\Controller.php:54

77 call_user_func_array in D:\xe\vendor\laravel\framework\src\Illuminate\Routing\Controller.php:54

76 Illuminate\Routing\Controller:callAction in D:\xe\vendor\laravel\framework\src\Illuminate\Routing\ControllerDispatcher.php:45

75 Illuminate\Routing\ControllerDispatcher:dispatch in D:\xe\vendor\laravel\framework\src\Illuminate\Routing\Route.php:212

74 Illuminate\Routing\Route:runController in D:\xe\vendor\laravel\framework\src\Illuminate\Routing\Route.php:169

73 Illuminate\Routing\Route:run in D:\xe\vendor\laravel\framework\src\Illuminate\Routing\Router.php:658

72 Illuminate\Routing\Router:Illuminate\Routing{closure} in D:\xe\vendor\laravel\framework\src\Illuminate\Routing\Pipeline.php:30

71 Illuminate\Routing\Pipeline:Illuminate\Routing{closure} in D:\xe\core\src\Xpressengine\Settings\SettingsMiddleware.php:89

70 Xpressengine\Settings\SettingsMiddleware:handle in D:\xe\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php:149

69 Illuminate\Pipeline\Pipeline:Illuminate\Pipeline{closure} in D:\xe\vendor\laravel\framework\src\Illuminate\Routing\Pipeline.php:53

68 Illuminate\Routing\Pipeline:Illuminate\Routing{closure} in D:\xe\app\Http\Middleware\AsyncExpose.php:41

67 App\Http\Middleware\AsyncExpose:handle in D:\xe\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php:149

66 Illuminate\Pipeline\Pipeline:Illuminate\Pipeline{closure} in D:\xe\vendor\laravel\framework\src\Illuminate\Routing\Pipeline.php:53

65 Illuminate\Routing\Pipeline:Illuminate\Routing{closure} in D:\xe\app\Http\Middleware\FreezeSEO.php:42

64 App\Http\Middleware\FreezeSEO:handle in D:\xe\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php:149

63 Illuminate\Pipeline\Pipeline:Illuminate\Pipeline{closure} in D:\xe\vendor\laravel\framework\src\Illuminate\Routing\Pipeline.php:53

62 Illuminate\Routing\Pipeline:Illuminate\Routing{closure} in D:\xe\app\Http\Middleware\Purifying.php:46

61 App\Http\Middleware\Purifying:handle in D:\xe\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php:149

60 Illuminate\Pipeline\Pipeline:Illuminate\Pipeline{closure} in D:\xe\vendor\laravel\framework\src\Illuminate\Routing\Pipeline.php:53

59 Illuminate\Routing\Pipeline:Illuminate\Routing{closure} in D:\xe\app\Http\Middleware\LangPreprocessor.php:87

58 App\Http\Middleware\LangPreprocessor:handle in D:\xe\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php:149

57 Illuminate\Pipeline\Pipeline:Illuminate\Pipeline{closure} in D:\xe\vendor\laravel\framework\src\Illuminate\Routing\Pipeline.php:53

56 Illuminate\Routing\Pipeline:Illuminate\Routing{closure} in D:\xe\vendor\laravel\framework\src\Illuminate\Foundation\Http\Middleware\VerifyCsrfToken.php:68

55 Illuminate\Foundation\Http\Middleware\VerifyCsrfToken:handle in D:\xe\app\Http\Middleware\ExceptAppendableVerifyCsrfToken.php:49

54 App\Http\Middleware\ExceptAppendableVerifyCsrfToken:handle in D:\xe\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php:149

53 Illuminate\Pipeline\Pipeline:Illuminate\Pipeline{closure} in D:\xe\vendor\laravel\framework\src\Illuminate\Routing\Pipeline.php:53

52 Illuminate\Routing\Pipeline:Illuminate\Routing{closure} in D:\xe\app\Http\Middleware\RequiredDF.php:71

51 App\Http\Middleware\RequiredDF:handle in D:\xe\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php:149

50 Illuminate\Pipeline\Pipeline:Illuminate\Pipeline{closure} in D:\xe\vendor\laravel\framework\src\Illuminate\Routing\Pipeline.php:53

49 Illuminate\Routing\Pipeline:Illuminate\Routing{closure} in D:\xe\app\Http\Middleware\HttpProtocol.php:44

48 App\Http\Middleware\HttpProtocol:handle in D:\xe\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php:149

47 Illuminate\Pipeline\Pipeline:Illuminate\Pipeline{closure} in D:\xe\vendor\laravel\framework\src\Illuminate\Routing\Pipeline.php:53

46 Illuminate\Routing\Pipeline:Illuminate\Routing{closure} in D:\xe\vendor\laravel\framework\src\Illuminate\Routing\Middleware\SubstituteBindings.php:41

45 Illuminate\Routing\Middleware\SubstituteBindings:handle in D:\xe\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php:149

44 Illuminate\Pipeline\Pipeline:Illuminate\Pipeline{closure} in D:\xe\vendor\laravel\framework\src\Illuminate\Routing\Pipeline.php:53

43 Illuminate\Routing\Pipeline:Illuminate\Routing{closure} in D:\xe\vendor\laravel\framework\src\Illuminate\View\Middleware\ShareErrorsFromSession.php:49

42 Illuminate\View\Middleware\ShareErrorsFromSession:handle in D:\xe\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php:149

41 Illuminate\Pipeline\Pipeline:Illuminate\Pipeline{closure} in D:\xe\vendor\laravel\framework\src\Illuminate\Routing\Pipeline.php:53

40 Illuminate\Routing\Pipeline:Illuminate\Routing{closure} in D:\xe\app\Http\Middleware\ShareLocalizeSession.php:69

39 App\Http\Middleware\ShareLocalizeSession:handle in D:\xe\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php:149

38 Illuminate\Pipeline\Pipeline:Illuminate\Pipeline{closure} in D:\xe\vendor\laravel\framework\src\Illuminate\Routing\Pipeline.php:53

37 Illuminate\Routing\Pipeline:Illuminate\Routing{closure} in D:\xe\vendor\laravel\framework\src\Illuminate\Session\Middleware\StartSession.php:63

36 Illuminate\Session\Middleware\StartSession:handle in D:\xe\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php:149

35 Illuminate\Pipeline\Pipeline:Illuminate\Pipeline{closure} in D:\xe\vendor\laravel\framework\src\Illuminate\Routing\Pipeline.php:53

34 Illuminate\Routing\Pipeline:Illuminate\Routing{closure} in D:\xe\vendor\laravel\framework\src\Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse.php:37

33 Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse:handle in D:\xe\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php:149

32 Illuminate\Pipeline\Pipeline:Illuminate\Pipeline{closure} in D:\xe\vendor\laravel\framework\src\Illuminate\Routing\Pipeline.php:53

31 Illuminate\Routing\Pipeline:Illuminate\Routing{closure} in D:\xe\vendor\laravel\framework\src\Illuminate\Cookie\Middleware\EncryptCookies.php:68

30 Illuminate\Cookie\Middleware\EncryptCookies:handle in D:\xe\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php:149

29 Illuminate\Pipeline\Pipeline:Illuminate\Pipeline{closure} in D:\xe\vendor\laravel\framework\src\Illuminate\Routing\Pipeline.php:53

28 Illuminate\Routing\Pipeline:Illuminate\Routing{closure} in D:\xe\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php:102

27 Illuminate\Pipeline\Pipeline:then in D:\xe\vendor\laravel\framework\src\Illuminate\Routing\Router.php:660

26 Illuminate\Routing\Router:runRouteWithinStack in D:\xe\vendor\laravel\framework\src\Illuminate\Routing\Router.php:635

25 Illuminate\Routing\Router:runRoute in D:\xe\vendor\laravel\framework\src\Illuminate\Routing\Router.php:601

24 Illuminate\Routing\Router:dispatchToRoute in D:\xe\vendor\laravel\framework\src\Illuminate\Routing\Router.php:590

23 Illuminate\Routing\Router:dispatch in D:\xe\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php:176

22 Illuminate\Foundation\Http\Kernel:Illuminate\Foundation\Http{closure} in D:\xe\vendor\laravel\framework\src\Illuminate\Routing\Pipeline.php:30

21 Illuminate\Routing\Pipeline:Illuminate\Routing{closure} in D:\xe\vendor\barryvdh\laravel-debugbar\src\Middleware\InjectDebugbar.php:58

20 Barryvdh\Debugbar\Middleware\InjectDebugbar:handle in D:\xe\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php:149

19 Illuminate\Pipeline\Pipeline:Illuminate\Pipeline{closure} in D:\xe\vendor\laravel\framework\src\Illuminate\Routing\Pipeline.php:53

18 Illuminate\Routing\Pipeline:Illuminate\Routing{closure} in D:\xe\vendor\fideloper\proxy\src\TrustProxies.php:56

17 Fideloper\Proxy\TrustProxies:handle in D:\xe\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php:149

16 Illuminate\Pipeline\Pipeline:Illuminate\Pipeline{closure} in D:\xe\vendor\laravel\framework\src\Illuminate\Routing\Pipeline.php:53

15 Illuminate\Routing\Pipeline:Illuminate\Routing{closure} in D:\xe\vendor\laravel\framework\src\Illuminate\Foundation\Http\Middleware\TransformsRequest.php:30

14 Illuminate\Foundation\Http\Middleware\TransformsRequest:handle in D:\xe\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php:149

13 Illuminate\Pipeline\Pipeline:Illuminate\Pipeline{closure} in D:\xe\vendor\laravel\framework\src\Illuminate\Routing\Pipeline.php:53

12 Illuminate\Routing\Pipeline:Illuminate\Routing{closure} in D:\xe\vendor\laravel\framework\src\Illuminate\Foundation\Http\Middleware\TransformsRequest.php:30

11 Illuminate\Foundation\Http\Middleware\TransformsRequest:handle in D:\xe\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php:149

10 Illuminate\Pipeline\Pipeline:Illuminate\Pipeline{closure} in D:\xe\vendor\laravel\framework\src\Illuminate\Routing\Pipeline.php:53

9 Illuminate\Routing\Pipeline:Illuminate\Routing{closure} in D:\xe\vendor\laravel\framework\src\Illuminate\Foundation\Http\Middleware\ValidatePostSize.php:27

8 Illuminate\Foundation\Http\Middleware\ValidatePostSize:handle in D:\xe\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php:149

7 Illuminate\Pipeline\Pipeline:Illuminate\Pipeline{closure} in D:\xe\vendor\laravel\framework\src\Illuminate\Routing\Pipeline.php:53

6 Illuminate\Routing\Pipeline:Illuminate\Routing{closure} in D:\xe\vendor\laravel\framework\src\Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode.php:46

5 Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode:handle in D:\xe\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php:149

4 Illuminate\Pipeline\Pipeline:Illuminate\Pipeline{closure} in D:\xe\vendor\laravel\framework\src\Illuminate\Routing\Pipeline.php:53

3 Illuminate\Routing\Pipeline:Illuminate\Routing{closure} in D:\xe\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php:102

2 Illuminate\Pipeline\Pipeline:then in D:\xe\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php:151

1 Illuminate\Foundation\Http\Kernel:sendRequestThroughRouter in D:\xe\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php:116

0 Illuminate\Foundation\Http\Kernel:handle in D:\xe\index.php:57

` 이오류가 떻이었습니다. 지금 재설치하고 다시 설치 해도 똑같은 오류가 뜹니다.

dorajjang commented 3 years ago

혹시 XE에 Banner 플러그인을 설치해보셨을까요? 해당 플러그인을 설치 후 아래 순서대로 다시 시작해주세요.

  1. DB에 shop으로 시작하는 DB 삭제
  2. Banner 플러그인 설치
  3. Banner 플러그인 활성화
  4. XeroCommerce 설치
  5. XeroCommerce 활성화

감사합니다.

깃허브에서 파일받고 하니깐 해결됬습니다

MoonWooJohn commented 2 years ago

http://localhost/index.php/settings/plugins/manage/activate 500 (Internal Server Error) 구글의 에러 내용이며 저도 같은 xero_commerce활성화가 안되고 에러가 납니다
Refused to apply style from 'http://localhost/index.php/assets/core/xe-ui-component/xe-ui-component.css' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled. common.js?1627930402:16 Uncaught (in promise) http://localhost/index.php/assets/core/xe-ui-component/xe-ui-component.css

[dorajjang 님 설명처럼 git에서 다운받아 plugins에 설치하고 시도 하였으나 같은 에러가 발생하는 군요 무슨 문제일까요? 도움 부탁 드립니다.

Symfony \ 구성 요소 \ 디버그 \ 예외 \ FatalErrorException (E_UNKNOWN) 'Nanigans\SingleTableInheritance\SingleTableInheritanceTrait' 특성 플러그인에러 을 찾을 수 없습니다. --->에러내용