일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
- 구글
- javascript
- Mac
- error
- PHP
- CSS
- Android
- HTML
- HaProxy
- node
- 리눅스
- java
- Godot3
- Linux
- ASP
- HTTP
- Godot
- Python
- JS
- windows
- php7
- install
- Eclipse
- node.js
- nodejs
- 우분투
- ubuntu
- mysql
- API
- Today
- 36
- Total
- 1,235,921
목록error (30)
Blue Breeze

npm throws error without sudo NPM permission 문제 해결하기 npm i 설치 permission 에러 npm ERR! Error: EACCES, open '/Users/username/.npm/-/all/.cache.json' npm ERR! { [Error: EACCES, open '/Users/username/.npm/-/all/.cache.json'] npm ERR! errno: 3, npm ERR! code: 'EACCES', npm ERR! path: '/Users/username/.npm/-/all/.cache.json' } npm ERR! npm ERR! Please try running this command again as root/Administrato..
scons 컴파일 에러 발생 How to compile a module using the C++ STL for Android Bullet PR: Unable to build for Android #12347 Compiling for android throws error with 3.0 branch #22946 결국 Godot 3.0.6 compile Success Process방법으로 성공했다. 아래 내용은 히스토리로 남겨둔다. ===== In file included from thirdparty\bullet\BulletCollision\BroadphaseCollision\btAxisSweep3.cpp:20: In file included from thirdparty\bullet\BulletCollisi..
20auto-upgrades.ucf-dist' in directory /etc/apt/apt.conf.d/ error fix 50unattended-upgrades.ucf-dist 파일네임 형식이 맞지 않아서 무시했다. apt update .... N: Ignoring file '50unattended-upgrades.ucf-dist' in directory '/etc/apt/apt.conf.d/' as it has an invalid filename extension /etc/apt/apt.conf.d/ 에 50unattended-upgrades, 50unattended-upgrades.ucf-dist 가 있다. 문제가 되는 50unattended-upgrades.ucf-dist 파일을 삭제한다.
Nginx and favicon.ico - “GET /favicon.ico HTTP/1.1” FAILED file does not exist c:/wamp/www/favicon.ico in apache error_log How to prevent File not found (404) for favicon.ico in web server access and error logs favicon.ico error log 127.0.0.1 - - [19/Jul/2018:22:20:28 +0900] "GET /favicon.ico HTTP/1.1" 499 0 "http://crawler4php.com/index.html" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebK..
MariaDB does not start after upgrade when installation directory is inside /home Upgraded to 10.2.8 on Centos 7.4 ibdata error MariaDB /home Restart Error Upgraded to 10.2.x 이상 업그레이드시 ibdata1 권한이 mysql유저 권한이 있는데도 불구하고 Read-only file로 인식 journalctl -xe ... 7월 10 15:39:18 dev mysqld[18378]: 2018-07-10 15:39:18 140486036174976 [ERROR] InnoDB: Operating system error number 30 in a file operation. 7월..
PHP – How to disable error log, display errors and error reporting programmatically 최고의 방법은 php.ini에서 제어하는게 좋다. Apache Web Server Setting error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT display_errors = Off log_errors = On error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT : 모든 종류의 경고를 빼거나 뺄수 있도록 지시. display_errors = Off : 에러 표시해제 log_errors = On : 로컬파일에 에러기록 PHP Setting ini_set('error_repo..
Node.js v9.6.1 Documentation #Common System Errors Common System Errors This list is not exhaustive, but enumerates many of the common system errors encountered when writing a Node.js program. An exhaustive list may be found here. 이 목록은 전부는 아니지만 Node.js 프로그램을 작성할 때 발생하는 많은 공통 시스템 오류를 나열합니다. 전체 목록은 여기에서 찾을 수 있습니다. EACCES (Permission denied): An attempt was made to access a file in a way forbidden..