proxmox error "The enterprise repository is enabled, but there is no active subscription!"
# Virtualation/Private Cloud2024. 4. 9. 14:16proxmox error "The enterprise repository is enabled, but there is no active subscription!"

apt update ## 아래와 같이 업데이트 시 에러발생 ## vi /etc/apt/sources.list.d/pve-enterprise.list ## proxmox 8버전 기준 아래와 같이 변경 ## #deb https://enterprise.proxmox.com/debian/pve bookworm pve-enterprise deb http://download.proxmox.com/debian/pve bookworm pve-no-subscription vi /etc/apt/sources.list.d/ceph.list ## proxmox 8버전 기준 아래와 같이 변경 ## #deb https://enterprise.proxmox.com/debian/ceph-quincy bookworm enterpris..

워드프레스 업데이트 에러
# Web&WAS2022. 11. 17. 16:47워드프레스 업데이트 에러

업데이트 에러 내용 업데이트 압축 풀기… 일부 파일이 복사가 안돼 업데이트가 설치되지 않았습니다. 이것은 보통 일관되지 않은 파일 권한 때문입니다.: wp-admin/includes/update-core.php 설치 실패함. 원인 파일권한으로 인한 문제 해결방법 # 권한문제로 아래와 같이 하면됩니다. [darksharavim]find ./ -type f | xargs chmod 644 [darksharavim]find ./ -type d | xargs chmod 755 [darksharavim]chown -R apache:apache ./*

워드프레스 오류 Call to undefined function wp_cache_get()
# Web&WAS2022. 11. 10. 15:47워드프레스 오류 Call to undefined function wp_cache_get()

오류 워드프레스 업데이트 도중 실수로 뒤로가기 누르고 난뒤에 아래와 같이 오류발생 PHP Fatal error: Uncaught Error: Call to undefined function wp_cache_get() in /home/darkshravim/html/wp-i ncludes/option.php:165\nStack trace:\n#0 /home/darkshravim/html/wp-includes/l10n.php(63): get_option()\n#1 /home/darkshravim/html/wp-includes/l10n.php(139): get_locale()\n#2 /home/darkshravim/html/wp-includes/l10n.php(766): d etermine_locale()\n#..

550-5.7.1 Messages missing a valid messageId header are not
# E-Mail2022. 10. 27. 16:41550-5.7.1 Messages missing a valid messageId header are not

지메일발송시 아래와 같이 리턴됨. Remote host said[Response Message]: 550-5.7.1 [x.x.x.x] Messages missing a valid messageId header are not 550 5.7.1 accepted. k4-20020a170902ce0400b001746ff6ee6dsi554631plg.413 - gsmtp STEP: DATA SEND 메일 헤더를 확인해보니아래와 같이 되어 있음(@가 2개!) Message-ID: X-Mailer: Microsoft Office Outlook 12.0 아웃룩버전이 2007.. 아웃룩 버전 확인 (tistory.com) 아웃룩 버전 확인 Since the first release of Outlook, Microsoft..

php 7.4.32 컴파일 설치
# Script/PHP2022. 10. 12. 16:38php 7.4.32 컴파일 설치

configure [darksharavim.tistory.com]./configure --prefix=/apps/php7 \ --disable-debug \ --enable-sockets \ --enable-sysvsem=yes \ --enable-sysvshm=yes \ --enable-ftp \ --enable-gd \ --enable-inline-optimization \ --enable-bcmath \ --enable-exif \ --enable-sigchild \ --enable-mbstring \ --enable-fpm \ --enable-mysqlnd \ --enable-soap \ --with-curl \ --with-zlib \ --with-gettext \ --with-jpeg \ --..

image