본문 바로가기
반응형

IT, 인터넷 트랜드74

this will throw an Error in a future version of PHP 에러 해결법 this will throw an Error in a future version of PHP PHP 5.4 이상 설치된 서버로 PHP 5.3이전 에서 개발한 소스를 올리면 에러를 출력하게 됩니다. 규칙이나 정규식을 엄격하게 구분하는 이유입니다. Warning: Use of undefined constant __INCLUDE_CONFIG_PHP - assumed '__INCLUDE_CONFIG_PHP' (this will throw an Error in a future version of PHP) in /home/happyjung/www/incloud.lib.php on line 27 PHP 5.5 이후에는 정의되지 않은 상수를 사용하지 않아야합니다. 존재하지 않는 전역 상수 인 따옴표없는 문자열은 그 자.. 2020. 12. 2.
20c596eeae3043eb9d06a4efce21a2af 20c596eeae3043eb9d06a4efce21a2af 연동을 위한 키코드입니다. 2020. 5. 8.
워드프레스 5.3 이상 버전 업데이트 후 이미지 업로드 에러 - Post-processing of the image failed likely because the server is busy or does not have enough resources. Uploading a smaller image may help. Suggested maximum size is 2500 p.. 워드프레스 5.3 이상 버전 업데이트 후 이미지 업로드 에러로 이미지가 안올라갈때!! Post-rocessing of the image failed likely because the server is busy or does not have enough resources. Uploading a smaller image may help. Suggested maximum size is 2500 pixels. 이미지 업로드가 안되는 경우 스크립트 추가로 임시해결 해당 테마에서 function.php 에 다음 코드 추가하시면 됩니다. add_filter( 'big_image_size_threshold', '__return_false' ); 또는 플러그인 형태로 해결하셔도 됩니다. Install the “Disab.. 2020. 4. 7.
크롬 브라우저에서 캐시 끄기 [단축키 F12] 크롬 브라우저에서 캐시 끄기 [단축키 F12] 웹제작이나 홈페이지 만들때 크롬 브라우저에서 캐시 끄기 [단축키 F12 이 방법은 개발자모드이 창이 켜져 있는 경우에만 적용 됩니다. 먼저 단축키를 눌러 개발자창을 열어줍니다. 1. (윈도우 : F12 / 맥 : Alt + Cmd + i) 2. 상단 탭 중 Network 탭으로 들어갑니다.F12] 3. "Disable cache" 체크박스를 활성화하면 끝. 이후에는 F12를 누른상태에서 홈페이지나 제작시 변경사항 체크하시면 됩니다. 2019. 8. 11.
반응형