[워드프레스] 멀티사이트 차일드 테마 functions.php 수정 오류 : 자식테마 초기화 오류 해결방법

차일드 테마 functions.php 수정 오류의 원인을 파악하여 해결하는 포스팅입니다. 멀티사이트 운영여부 워드프레스 주소/wp-admin/customize.php 접속 가능여부 테마 편집기 이용 시 functions.php 오류 반환되는 오류 메시지 치명적인 오류를 확인할 사이트와 다시 통신할 수 없기에, PHP 변경사항을 되돌렸습니다. PHP 파일 변경사항을 SFTP을 사용하는 것과 같은 다른 방식으로 업로드할 필요가 있습니다. PHP 파일 변경사항을 SFTP을 사용하는 것과 같은 다른 … Read more

[ubuntu] 우분투 업데이트 오류 : /var/lib/dpkg/lock-frontend 에러 해결

[ubuntu] 우분투 업데이트 오류 : /var/lib/dpkg/lock-frontend 에러 해결

E: Could not get lock /var/lib/dpkg/lock-frontend. It is held by process 2813 (apt-get)N: Be aware that removing the lock file is not a solution and may break your system.E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), is another process using it? 혹은 Waiting for cache lock: Could not get lock /var/lib/dpkg/lock-frontend 오류를 해결해보겠습니다. 먼저, … Read more