반응형

Error

· Error
ErrorTypescript에서 Set객체를 string array로 Array.from을 이용해서 변환시 아래와 같은 에러가 발생함.No overload matches this call. Overload 1 of 4, '(iterable: Iterable | ArrayLike): string[]', gave the following error. Argument of type 'Set | undefined' is not assignable to parameter of type 'Iterable | ArrayLike'. Type 'undefined' is not assignable to type 'Iterable | ArrayLike'. Overload 2 of 4, '(arrayLike..
· Error
Error현상EPERM: operation not permitted, rename 'D:\{your path}\workspace\{your project}\node_modules\next' -> 'D:\{your path}\workspace\{your project}\node_modules\.ignored\next'  Solution1. npm 캐시 제거npm cache clean --force 2. npm  업데이트npm install -g npm@latest --force  3. npm 캐시 제거npm cache clean --force  다시 하면 정상 동작함. 끝.  Thank you!
· Error
ErrorPostgresl 테이블 조회시 아래와 같은 에러가 발생함. Queryselect * from planet_osm_ways where nodes = '27440004';SQL Error [42883]: ERROR: operator does not exist: bigint[] = integer Hint: No operator matches the given name and argument types. You might need to add explicit type casts. Position: 50   Solution아래와 같이 테이블의 'nodes' 컬럼이 _int8 배열 타입이라 발생함.  아래와 같이 조회하면 됨.select * from planet_osm_ways where nodes[1]..
· Error
Error블랙덕을 이용하여 Gradle 프로젝트 Scan시 아래와 같은 에러가 발생함2024-03-27 17:38:52 KST INFO [main] --- ======== Detect Issues ========2024-03-27 17:38:52 KST INFO [main] ---2024-03-27 17:38:52 KST INFO [main] --- DETECTORS:2024-03-27 17:38:52 KST INFO [main] --- Detector Issue2024-03-27 17:38:52 KST INFO [main] --- D:\{yourPath}\workspace\{yourProject}2024-03-27 17:38:52 KST INFO [main] --- Not Extractable: GRA..
· Error
Error WordPress에서 WP-Statistics 플러그인 업데이트 후 관리자 사이트 접속 시, 아래와 같은 에러 발생 이 웹사이트에 치명적인 오류가 있습니다. 지침을 위해 사이트 관리자 이메일의 받은 편지함을 확인해주세요 Solution active plugins 데이터에서 업데이트한 플러그인을 제거하고 저장하면 해결됨. 데이터베이스 클라이언트 툴로 워드프레스에 사용된 DB에 접속 wp_options 테이블에서 option_name 칼럼의 값이 “active_plugins” 인 데이터 찾기 해당 데이터의 option_value 값 복사 ex) a:9:{i:0;s:44:"bing-webmaster-tools/bing-url-submission.php";i:1;s:23:"enlighter/Enlig..
· Error
Errorhttps://www.enterprisedb.com/postgres-tutorials/how-deploy-wordpress-highly-available-postgresql위 가이드로 리눅스에 워드프레스 설치 중 PostgreSQL과 연동시 아래와 같은 에러 발생.Warning: pg_connect(): Unable to connect to PostgreSQL server: connection to server at "notworking-db.cnnmdrrkqlx2.ap-northeast-2.rds.amazonaws.com" (172.31.22.51), port 5432 failed: FATAL: database "int_admin" does not exist in /var/www/html/wp..
반응형
MOMOBOB
'Error' 카테고리의 글 목록