묻고답하기

Whoops, looks like something went wrong.

(2/2) QueryException

SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'xe_category' already exists (SQL: create table `xe_category` (`id` int unsigned not null auto_increment primary key comment 'ID', `name` varchar(100) not null comment 'category name', `count` int not null default '0' comment 'The count of category item') default character set utf8 collate utf8_unicode_ci engine = InnoDB)

in Connection.php line 664
at Connection->runQueryCallback('create table `xe_category` (`id` int unsigned not null auto_increment primary key comment \'ID\', `name` varchar(100) not null comment \'category name\', `count` int not null default \'0\' comment \'The count of category item\') default character set utf8 collate utf8_unicode_ci engine = InnoDB', array(), object(Closure))in Connection.php line 624
at Connection->run('create table `xe_category` (`id` int unsigned not null auto_increment primary key comment \'ID\', `name` varchar(100) not null comment \'category name\', `count` int not null default \'0\' comment \'The count of category item\') default character set utf8 collate utf8_unicode_ci engine = InnoDB', array(), object(Closure))in Connection.php line 459
at Connection->statement('create table `xe_category` (`id` int unsigned not null auto_increment primary key comment \'ID\', `name` varchar(100) not null comment \'category name\', `count` int not null default \'0\' comment \'The count of category item\') default character set utf8 collate utf8_unicode_ci engine = InnoDB')in Blueprint.php line 86
at Blueprint->build(object(MySqlConnection), object(MySqlGrammar))in Builder.php line 252
at Builder->build(object(Blueprint))in Builder.php line 165
at Builder->create('category', object(Closure))in Facade.php line 221
at Facade::__callStatic('create', array('category', object(Closure)))in CategoryMigration.php line 47
at CategoryMigration->install()in XeInstall.php line 812
at XeInstall->migrateCore()in XeInstall.php line 726
at XeInstall->installFramework()in XeInstall.php line 229
at XeInstall->process()in XeInstall.php line 159
at XeInstall->handle()
at call_user_func_array(array(object(XeInstall), 'handle'), array())in BoundMethod.php line 29
at BoundMethod::Illuminate\Container\{closure}()in BoundMethod.php line 87
at BoundMethod::callBoundMethod(object(Application), array(object(XeInstall), 'handle'), object(Closure))in BoundMethod.php line 31
at BoundMethod::call(object(Application), array(object(XeInstall), 'handle'), array(), null)in Container.php line 549
at Container->call(array(object(XeInstall), 'handle'))in Command.php line 183
at Command->execute(object(ArrayInput), object(OutputStyle))in Command.php line 255
at Command->run(object(ArrayInput), object(OutputStyle))in Command.php line 170
at Command->run(object(ArrayInput), object(BufferedOutput))in Application.php line 963
at Application->doRunCommand(object(XeInstall), object(ArrayInput), object(BufferedOutput))in Application.php line 254
at Application->doRun(object(ArrayInput), object(BufferedOutput))in Application.php line 147
at Application->run(object(ArrayInput), object(BufferedOutput))in Application.php line 88
at Application->run(object(ArrayInput), object(BufferedOutput))in Application.php line 177
at Application->call('xe:install', object(Collection), null)in Kernel.php line 249
at Kernel->call('xe:install', array('--config' => '/ff02170/www/storage/app/installConfig', '--no-interaction' => true))in Facade.php line 221
at Facade::__callStatic('call', array('xe:install', array('--config' => '/ff02170/www/storage/app/installConfig', '--no-interaction' => true)))in InstallController.php line 181
at InstallController->install(object(Request), object(CookieJar))
at call_user_func_array(array(object(InstallController), 'install'), array(object(Request), object(CookieJar)))in Controller.php line 54
at Controller->callAction('install', array(object(Request), object(CookieJar)))in ControllerDispatcher.php line 45
at ControllerDispatcher->dispatch(object(Route), object(InstallController), 'install')in Route.php line 212
at Route->runController()in Route.php line 169
at Route->run()in Router.php line 658
at Router->Illuminate\Routing\{closure}(object(Request))in Pipeline.php line 30
at Pipeline->Illuminate\Routing\{closure}(object(Request))in VerifyCsrfToken.php line 68
at VerifyCsrfToken->handle(object(Request), object(Closure))in ExceptAppendableVerifyCsrfToken.php line 49
at ExceptAppendableVerifyCsrfToken->handle(object(Request), object(Closure))in Pipeline.php line 149
at Pipeline->Illuminate\Pipeline\{closure}(object(Request))in Pipeline.php line 53
at Pipeline->Illuminate\Routing\{closure}(object(Request))in SubstituteBindings.php line 41
at SubstituteBindings->handle(object(Request), object(Closure))in Pipeline.php line 149
at Pipeline->Illuminate\Pipeline\{closure}(object(Request))in Pipeline.php line 53
at Pipeline->Illuminate\Routing\{closure}(object(Request))in ShareErrorsFromSession.php line 49
at ShareErrorsFromSession->handle(object(Request), object(Closure))in Pipeline.php line 149
at Pipeline->Illuminate\Pipeline\{closure}(object(Request))in Pipeline.php line 53
at Pipeline->Illuminate\Routing\{closure}(object(Request))in StartSession.php line 63
at StartSession->handle(object(Request), object(Closure))in Pipeline.php line 149
at Pipeline->Illuminate\Pipeline\{closure}(object(Request))in Pipeline.php line 53
at Pipeline->Illuminate\Routing\{closure}(object(Request))in AddQueuedCookiesToResponse.php line 37
at AddQueuedCookiesToResponse->handle(object(Request), object(Closure))in Pipeline.php line 149
at Pipeline->Illuminate\Pipeline\{closure}(object(Request))in Pipeline.php line 53
at Pipeline->Illuminate\Routing\{closure}(object(Request))in EncryptCookies.php line 66
at EncryptCookies->handle(object(Request), object(Closure))in Pipeline.php line 149
at Pipeline->Illuminate\Pipeline\{closure}(object(Request))in Pipeline.php line 53
at Pipeline->Illuminate\Routing\{closure}(object(Request))in Pipeline.php line 102
at Pipeline->then(object(Closure))in Router.php line 660
at Router->runRouteWithinStack(object(Route), object(Request))in Router.php line 635
at Router->runRoute(object(Request), object(Route))in Router.php line 601
at Router->dispatchToRoute(object(Request))in Router.php line 590
at Router->dispatch(object(Request))in Kernel.php line 176
at Kernel->Illuminate\Foundation\Http\{closure}(object(Request))in Pipeline.php line 30
at Pipeline->Illuminate\Routing\{closure}(object(Request))in TrustProxies.php line 56
at TrustProxies->handle(object(Request), object(Closure))in Pipeline.php line 149
at Pipeline->Illuminate\Pipeline\{closure}(object(Request))in Pipeline.php line 53
at Pipeline->Illuminate\Routing\{closure}(object(Request))in TransformsRequest.php line 30
at TransformsRequest->handle(object(Request), object(Closure))in Pipeline.php line 149
at Pipeline->Illuminate\Pipeline\{closure}(object(Request))in Pipeline.php line 53
at Pipeline->Illuminate\Routing\{closure}(object(Request))in TransformsRequest.php line 30
at TransformsRequest->handle(object(Request), object(Closure))in Pipeline.php line 149
at Pipeline->Illuminate\Pipeline\{closure}(object(Request))in Pipeline.php line 53
at Pipeline->Illuminate\Routing\{closure}(object(Request))in ValidatePostSize.php line 27
at ValidatePostSize->handle(object(Request), object(Closure))in Pipeline.php line 149
at Pipeline->Illuminate\Pipeline\{closure}(object(Request))in Pipeline.php line 53
at Pipeline->Illuminate\Routing\{closure}(object(Request))in CheckForMaintenanceMode.php line 46
at CheckForMaintenanceMode->handle(object(Request), object(Closure))in Pipeline.php line 149
at Pipeline->Illuminate\Pipeline\{closure}(object(Request))in Pipeline.php line 53
at Pipeline->Illuminate\Routing\{closure}(object(Request))in Pipeline.php line 102
at Pipeline->then(object(Closure))in Kernel.php line 151
at Kernel->sendRequestThroughRouter(object(Request))in Kernel.php line 116
at Kernel->handle(object(Request))in index.php line 57

(1/2) PDOException

SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'xe_category' already exists

in Connection.php line 458
at PDOStatement->execute()in Connection.php line 458
at Connection->Illuminate\Database\{closure}('create table `xe_category` (`id` int unsigned not null auto_increment primary key comment \'ID\', `name` varchar(100) not null comment \'category name\', `count` int not null default \'0\' comment \'The count of category item\') default character set utf8 collate utf8_unicode_ci engine = InnoDB', array())in Connection.php line 657
at Connection->runQueryCallback('create table `xe_category` (`id` int unsigned not null auto_increment primary key comment \'ID\', `name` varchar(100) not null comment \'category name\', `count` int not null default \'0\' comment \'The count of category item\') default character set utf8 collate utf8_unicode_ci engine = InnoDB', array(), object(Closure))in Connection.php line 624
at Connection->run('create table `xe_category` (`id` int unsigned not null auto_increment primary key comment \'ID\', `name` varchar(100) not null comment \'category name\', `count` int not null default \'0\' comment \'The count of category item\') default character set utf8 collate utf8_unicode_ci engine = InnoDB', array(), object(Closure))in Connection.php line 459
at Connection->statement('create table `xe_category` (`id` int unsigned not null auto_increment primary key comment \'ID\', `name` varchar(100) not null comment \'category name\', `count` int not null default \'0\' comment \'The count of category item\') default character set utf8 collate utf8_unicode_ci engine = InnoDB')in Blueprint.php line 86
at Blueprint->build(object(MySqlConnection), object(MySqlGrammar))in Builder.php line 252
at Builder->build(object(Blueprint))in Builder.php line 165
at Builder->create('category', object(Closure))in Facade.php line 221
at Facade::__callStatic('create', array('category', object(Closure)))in CategoryMigration.php line 47
at CategoryMigration->install()in XeInstall.php line 812
at XeInstall->migrateCore()in XeInstall.php line 726
at XeInstall->installFramework()in XeInstall.php line 229
at XeInstall->process()in XeInstall.php line 159
at XeInstall->handle()
at call_user_func_array(array(object(XeInstall), 'handle'), array())in BoundMethod.php line 29
at BoundMethod::Illuminate\Container\{closure}()in BoundMethod.php line 87
at BoundMethod::callBoundMethod(object(Application), array(object(XeInstall), 'handle'), object(Closure))in BoundMethod.php line 31
at BoundMethod::call(object(Application), array(object(XeInstall), 'handle'), array(), null)in Container.php line 549
at Container->call(array(object(XeInstall), 'handle'))in Command.php line 183
at Command->execute(object(ArrayInput), object(OutputStyle))in Command.php line 255
at Command->run(object(ArrayInput), object(OutputStyle))in Command.php line 170
at Command->run(object(ArrayInput), object(BufferedOutput))in Application.php line 963
at Application->doRunCommand(object(XeInstall), object(ArrayInput), object(BufferedOutput))in Application.php line 254
at Application->doRun(object(ArrayInput), object(BufferedOutput))in Application.php line 147
at Application->run(object(ArrayInput), object(BufferedOutput))in Application.php line 88
at Application->run(object(ArrayInput), object(BufferedOutput))in Application.php line 177
at Application->call('xe:install', object(Collection), null)in Kernel.php line 249
at Kernel->call('xe:install', array('--config' => '/ff02170/www/storage/app/installConfig', '--no-interaction' => true))in Facade.php line 221
at Facade::__callStatic('call', array('xe:install', array('--config' => '/ff02170/www/storage/app/installConfig', '--no-interaction' => true)))in InstallController.php line 181
at InstallController->install(object(Request), object(CookieJar))
at call_user_func_array(array(object(InstallController), 'install'), array(object(Request), object(CookieJar)))in Controller.php line 54
at Controller->callAction('install', array(object(Request), object(CookieJar)))in ControllerDispatcher.php line 45
at ControllerDispatcher->dispatch(object(Route), object(InstallController), 'install')in Route.php line 212
at Route->runController()in Route.php line 169
at Route->run()in Router.php line 658
at Router->Illuminate\Routing\{closure}(object(Request))in Pipeline.php line 30
at Pipeline->Illuminate\Routing\{closure}(object(Request))in VerifyCsrfToken.php line 68
at VerifyCsrfToken->handle(object(Request), object(Closure))in ExceptAppendableVerifyCsrfToken.php line 49
at ExceptAppendableVerifyCsrfToken->handle(object(Request), object(Closure))in Pipeline.php line 149
at Pipeline->Illuminate\Pipeline\{closure}(object(Request))in Pipeline.php line 53
at Pipeline->Illuminate\Routing\{closure}(object(Request))in SubstituteBindings.php line 41
at SubstituteBindings->handle(object(Request), object(Closure))in Pipeline.php line 149
at Pipeline->Illuminate\Pipeline\{closure}(object(Request))in Pipeline.php line 53
at Pipeline->Illuminate\Routing\{closure}(object(Request))in ShareErrorsFromSession.php line 49
at ShareErrorsFromSession->handle(object(Request), object(Closure))in Pipeline.php line 149
at Pipeline->Illuminate\Pipeline\{closure}(object(Request))in Pipeline.php line 53
at Pipeline->Illuminate\Routing\{closure}(object(Request))in StartSession.php line 63
at StartSession->handle(object(Request), object(Closure))in Pipeline.php line 149
at Pipeline->Illuminate\Pipeline\{closure}(object(Request))in Pipeline.php line 53
at Pipeline->Illuminate\Routing\{closure}(object(Request))in AddQueuedCookiesToResponse.php line 37
at AddQueuedCookiesToResponse->handle(object(Request), object(Closure))in Pipeline.php line 149
at Pipeline->Illuminate\Pipeline\{closure}(object(Request))in Pipeline.php line 53
at Pipeline->Illuminate\Routing\{closure}(object(Request))in EncryptCookies.php line 66
at EncryptCookies->handle(object(Request), object(Closure))in Pipeline.php line 149
at Pipeline->Illuminate\Pipeline\{closure}(object(Request))in Pipeline.php line 53
at Pipeline->Illuminate\Routing\{closure}(object(Request))in Pipeline.php line 102
at Pipeline->then(object(Closure))in Router.php line 660
at Router->runRouteWithinStack(object(Route), object(Request))in Router.php line 635
at Router->runRoute(object(Request), object(Route))in Router.php line 601
at Router->dispatchToRoute(object(Request))in Router.php line 590
at Router->dispatch(object(Request))in Kernel.php line 176
at Kernel->Illuminate\Foundation\Http\{closure}(object(Request))in Pipeline.php line 30
at Pipeline->Illuminate\Routing\{closure}(object(Request))in TrustProxies.php line 56
at TrustProxies->handle(object(Request), object(Closure))in Pipeline.php line 149
at Pipeline->Illuminate\Pipeline\{closure}(object(Request))in Pipeline.php line 53
at Pipeline->Illuminate\Routing\{closure}(object(Request))in TransformsRequest.php line 30
at TransformsRequest->handle(object(Request), object(Closure))in Pipeline.php line 149
at Pipeline->Illuminate\Pipeline\{closure}(object(Request))in Pipeline.php line 53
at Pipeline->Illuminate\Routing\{closure}(object(Request))in TransformsRequest.php line 30
at TransformsRequest->handle(object(Request), object(Closure))in Pipeline.php line 149
at Pipeline->Illuminate\Pipeline\{closure}(object(Request))in Pipeline.php line 53
at Pipeline->Illuminate\Routing\{closure}(object(Request))in ValidatePostSize.php line 27
at ValidatePostSize->handle(object(Request), object(Closure))in Pipeline.php line 149
at Pipeline->Illuminate\Pipeline\{closure}(object(Request))in Pipeline.php line 53
at Pipeline->Illuminate\Routing\{closure}(object(Request))in CheckForMaintenanceMode.php line 46
at CheckForMaintenanceMode->handle(object(Request), object(Closure))in Pipeline.php line 149
at Pipeline->Illuminate\Pipeline\{closure}(object(Request))in Pipeline.php line 53
at Pipeline->Illuminate\Routing\{closure}(object(Request))in Pipeline.php line 102
at Pipeline->then(object(Closure))in Kernel.php line 151
at Kernel->sendRequestThroughRouter(object(Request))in Kernel.php line 116
at Kernel->handle(object(Request))in index.php line 57



살려주십쇼...
운영 환경은 다음과 같습니다.
10G 광아우토반 FullSSD 절약형 
UTF-8 (PHP7.3, mariadb-10.0.x)
태그 연관 글
  1. [2023/08/23] 묻고답하기 쇼핑몰 기능 by livemedia
  2. [2020/12/16] 묻고답하기 footer 하단에 고정하려면 어딜 수정해야 할까요? by 가입명
  3. [2020/01/31] 묻고답하기 2단메뉴 by ppumweb *2
  4. [2019/03/27] 묻고답하기 모바일에서만 '권한이 없습니다'가 나오는 이유가 궁금합니다. by Spooky *1
  5. [2019/03/15] 포럼 웹 에이전시 디스케이션에서 레이아웃 템플릿 판매 개시했습니다. by 디스케이션 *2
글쓴이 제목 최종 글
XE 공지 글 쓰기,삭제 운영방식 변경 공지 [16] 2019.03.05 by 남기남
hon 모바일 레이아웃 질문입니다. [2] file 2022.02.15 by Kereostass
mgn01 게시판 댓글 권한 문의 [3] file 2022.02.14 by sejin7940
MNMN 이제는 제로보드4를 설치해볼 방법이 없는건가요? zb4에서 쓰던 sql 파일 변환할 방법이.. ㅜㅜ [2] 2022.02.08 by LuisK
himan xe 게시판 버튼들을 이미지 버튼으로 변경 file  
deadsea**** (부탁드립니다)제로보드4 데이터 이전 질문드립니다ㅠㅠ [3] file 2022.02.05 by 봄비
himan 자료등록하려는데 오류가 발생하였습니다. 시스템에 오류가 있습니다. 관리자에게 문의하세요 가 뜨네요 [1] 2022.02.02 by sejin7940
인지애 제 계정 복구헤주세요.  
고흐고갱님 XE 코어를 1.5.4.3 으로 업데이트 했더니 홈페이지가 먹통이 됐네요 [1] file 2022.01.31 by himan
아주 홈페이지 이전 후 로그인 버튼과 관리자 페이지 없습니다. [1] file 2022.01.28 by XEANT.com
himan board dx 1.0 가지고 계시는 분 있을까요? [1] 2022.01.28 by XEANT.com
리버즈 게시판EX (bodex) 어디서 다운로드할수 있나요. [4] 2022.01.27 by himan
고흐고갱님 도메인 변경 후 첨부파일 안뜸 문제 [1] 2022.01.24 by sejin7940
himan board dx http 500문제 [1] 2022.01.24 by sejin7940
myjin 이 사이트는 첨부파일 플래쉬 문제 어떻게 해결한것 같나요? [1] 2022.01.24 by sejin7940
railman 유튜브 동영상 반복적으로 재생되게하는 방법 [1] 2022.01.24 by himan
hssc 에디터 이미지 갤러리 관련 문의 [1] file 2022.01.23 by himan
황태 바로가기 [1] 2022.01.22 by myjin
선한이웃 엘카-그레이스타일 레이아웃 타이틀 바꾸기 [2] file 2022.01.08 by 선한이웃
하이드 admin 게시판관리 일부 페이지 깨짐 [4] file 2022.01.03 by 산능선
나답게 자료실 모듈 (Resources) 에서 스크린샷 업로드 안하면 Default 이미지로 업로드 되게 할 수 있을까요?? [1] 2021.12.21 by XEANT.com
나무를보자 트위터 타임라인 위젯이 동작을 하지 않습니다! [2] 2021.12.18 by 나무를보자
GALee XEDITION수정 [1] 2021.12.17 by sejin7940
미수김 XE Core 다운이 안되요? [1] 2021.12.04 by sejin7940
디자인독 갑자기 메뉴나 로그인 클릭하면 이상한 창이 뜹니다. [1] file 2021.11.24 by myjin
clara 희한한 현상입니다. 캐쉬파일 재생성 xe에서 root변경후 [3] file 2021.11.19 by myjin
춥다 xedition 배경색 변경  
싸이몬 스마트폰 로그인 문제  
스타 알림센터 Lite 질문 드립니다.  
astraea 사이트 메뉴 편집이 안됩니다 ㅠㅠ  
김권수 자동 글쓰기 문의