본문 바로가기
The server requested authentication method unknown to the client https://stackoverflow.com/questions/43437490/pdo-construct-server-sent-charset-255-unknown-to-the-client-please-rep PDO::__construct(): Server sent charset (255) unknown to the client. Please, report to the developers I'm trying to connect to a MySQL database from Symfony 3 application. But when trying to create MySQL schema from a Symfony console command I get this error: PDO::__construct(): Se.. 2023. 5. 8.
PHP에서 MSSQL사용을위한 드라이버설치 SQLSRV https://www.php.net/manual/en/book.sqlsrv.php PHP: SQLSRV - Manual There are no user contributed notes for this page. www.php.net https://learn.microsoft.com/en-us/sql/connect/php/microsoft-php-driver-for-sql-server?redirectedfrom=MSDN&view=sql-server-ver16 Microsoft Drivers for PHP for SQL Server - PHP drivers for SQL Server The Microsoft Drivers for PHP for SQL Server enable integration with S.. 2023. 5. 2.
Android Webview Cross-app Scripting Vulnerability Issue with your app We found that your app contains security vulnerabilities, which can expose user information or damage a user’s device. This is a violation of Device and Network Abuse policy. Specifically, your app(s) are vulnerable to Cross App Scripting. To address this issue, follow the steps in this Google Help Center article. https://developer.android.com/google/play/asi?hl=ko#campaigns .. 2023. 4. 25.
SSL 비번제거 https://serverfault.com/questions/160768/stop-apache-from-asking-for-ssl-password-each-restart stop apache from asking for SSL password each restart Using instructions from this site but varying them just a little i created a CA using -newca, i copied cacert.pem to my comp and imported as trusted issuer in IE. I then did -newreq and -sign (note... serverfault.com 후이즈 발급 기준 : Sectigo RSA Domain V.. 2023. 4. 17.
웹푸시 WEB PUSH / FCM 요즘 웹푸시쪽을 활용하는 사이트들이 늘어났다 그래서 실제로 사용해보기 위해서 진행 1. FIREBASE 등록 1-1. 파이어베이스 앱에 웹등록 1-2. 클라우드 메시징에서 웹 푸시 인증서 키 등 2. 실제 진행 2-1. 루트폴더에 firebase-messaging-sw.js 파일생성 importScripts('https://www.gstatic.com/firebasejs/9.17.1/firebase-app-compat.js'); importScripts('https://www.gstatic.com/firebasejs/9.17.1/firebase-messaging-compat.js'); // Initialize the Firebase app in the service worker by passing in .. 2023. 2. 27.
configChanges : 화면 회전시 상태유지 android:configChanges="orientation|keyboardHidden|screenSize" AndroidManifest에 해당부분 적용 2022. 12. 20.
발견된 문제: 데이터 보안 양식 잘못됨 발견된 문제: 데이터 보안 양식 잘못됨 Play Console에서 앱의 데이터 보안 양식을 검토한 결과 데이터 보안 양식의 내용과 앱의 사용자 데이터 수집 및 공유 방식이 일치하지 않음이 확인되었습니다. 모든 앱은 데이터 보안 양식을 정확하게 작성하여 데이터 수집 및 공유 관행을 공개해야 합니다. 이 요구사항은 앱에서 사용자 데이터를 전혀 수집하지 않는 경우에도 적용됩니다. 앱의 데이터 보안 양식에서 수집하는 사용자 데이터임을 명시하지 않은 사용자 데이터가 기기에서 전송된 것이 감지됐습니다. 앱의 데이터 보안 섹션에 앱의 데이터 수집, 공유, 처리 관행을 정확하게 반영해야 합니다. 여기에는 앱에 사용된 서드 파티 라이브러리 또는 SDK를 통해 수집되고 처리되는 데이터가 포함됩니다. 가능한 경우 사용자 데.. 2022. 12. 7.
Stored properties cannot be marked potentially unavailable with '@available' Stored properties cannot be marked potentially unavailable with '@available' 카카오 에러관련 https://devtalk.kakao.com/t/swift5-7-xcode14-beta3/124083/10 Swift5.7 / Xcode14(beta3) 빌드 오류 대응 요청 안녕하세요. 해당 이슈 수정하여 배포한것으로 알고있는데요. 코코아팟 가이드대로 sdk를 설치 했는데요. 최신 버전(2.11.2)으로 안 땡겨오고 2.10.1로 땡겨와져서 빌드시 동일한 에러가 납니다. 혹 devtalk.kakao.com https://developers.kakao.com/docs/latest/ko/sdk-download/ios Kakao Developers 카카오.. 2022. 12. 1.
SDK33버전 이상 setAppCacheEnabled error: cannot find symbol settings.setAppCacheEnabled(false); ^ symbol: method setAppCacheEnabled(boolean) location: variable settings of type WebSettings https://web.dev/appcache-removal/#migration-strategies AppCache 제거 준비하기 Chrome 및 기타 브라우저의 AppCache 제거 계획에 대한 세부정보입니다. web.dev 해당부분 제거 settings.setAppCacheEnabled(false); 2022. 12. 1.