묻고답하기

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. [2020/12/16] 묻고답하기 footer 하단에 고정하려면 어딜 수정해야 할까요? by 가입명
  2. [2020/01/31] 묻고답하기 2단메뉴 by ppumweb *2
  3. [2019/03/27] 묻고답하기 모바일에서만 '권한이 없습니다'가 나오는 이유가 궁금합니다. by Spooky *1
  4. [2019/03/15] 포럼 웹 에이전시 디스케이션에서 레이아웃 템플릿 판매 개시했습니다. by 디스케이션 *2
  5. [2019/01/24] 묻고답하기 j_maltese_login 로그인 관련 문제입니다. by 눈물꽃
글쓴이 제목 최종 글
XE 공지 글 쓰기,삭제 운영방식 변경 공지 [16] 2019.03.05 by 남기남
더라어 게시판 글쓰기 비밀번호 설정 [1] 2021.04.22 by sejin7940
lichanghu 어느 순간에 홈페지의 내용이 모두 없어졌어요 [2] 2021.04.15 by lichanghu
깡냥 파일 첨부와 관련해서 문의드립니다. [9] file 2021.04.08 by t****
mydust**** 확장변수가 포함된 글의 총 갯수 표시 문제  
erick 다운로드방에서 어떤 파일이든지 다운로드가 먹통 [1] 2021.04.07 by 코드자카
moon 어드민 관리자에 홈페이지 구성트리가 초기화되어 없어졌는데... 트리를 다시 재구성하거나 살리려면 어떻게 해야 하나요 [1] file 2021.04.05 by 코드자카
화수분 contact us 모바일 아이폰에서 스팸 처리되는 문제 [2] 2021.03.31 by XEANT.com
파워맨 도와주세요~ 1.8.46으로 업그레이드후 없던게 생겼어요? [1] file 2021.03.30 by sejin7940
chorok 첨부파일 다운 문제 [1] file 2021.03.30 by sejin7940
국립중앙박물관 댓글 작성자 아이디가 나오게 하는 방법이 궁금합니다 [1] 2021.03.30 by sejin7940
달걀말이 오픈그래프 관련 문의드립니다 [2] 2021.03.25 by 달걀말이
hongyean 쌩초보입니다..홈페이지 외부연결방법... [3] 2021.03.24 by hongyean
hongyean 주소 아이피에서 도메인주소로 보이게하는법...  
zzoong2 bgm 플레이어에 관한 질문..? [4] 2021.03.23 by YJSoft
rail_man index 오류 [1] file 2021.03.17 by Toby
railman 동영상 재생 시 네이바와 구글에서 차이  
맨날 게시판 첨부파일 플래시 버튼 사라진 문제입니다. [1] 2021.03.11 by 그미
손주사랑 좌측메뉴 이동이 정말 안되네요 부탁드립니다 [3] file 2021.03.10 by 손주사랑
절대킹빠 php 8.0.3에서는 xe가 호환이 안되는건가요?? [1] file 2021.03.10 by YJSoft
봄비 웹호스팅 이전 파일 업로드 의뢰 [1] 2021.03.10 by YJSoft
여시아빠 xe1.5에서 1.8로 업데이트 방법 문의 드립니다. [1] 2021.03.10 by YJSoft
-fa88f ssh 계정에 관하여... [1] 2021.03.10 by YJSoft
댕2s 모든 메뉴를 클릭하면 인덱스메이지로 돌아갑니다... [1] 2021.03.10 by YJSoft
부산하늘 확장변수에 숫자만 입력되게 할려면~  
올파드 게시판관리 질문드립니다. [2] file 2021.03.01 by 바다
혜연 게시판 첨부파일 버튼(플래쉬버튼) 문제좀 부탁드립니다. [9] file 2021.02.28 by 파워
최정한 게시판에서 첨부된 이미지가 키보드로 인식이 안됩니다. file  
민들레 데이터베이스 복원 문의 [1] 2021.02.26 by sejin7940
깜주 xe코어 1.11.6 설치시 apm 버전 도움요청합니다.  
한비아빠 xpresseditor를 사용중입니다. 문의 드립니다. [2] file 2021.02.24 by 한비아빠