Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- java
- php
- 오라클
- 맥
- 주식 청약
- SQL
- 리눅스
- 공모주
- Eclipse
- Stock ipo
- html
- jquery
- 공모주 청약 일정
- 주식 청약 일정
- IPO
- 코드이그나이터
- 제이쿼리
- linux
- 7월 공모주 청약 일정
- JavaScript
- 자바
- Oracle
- 자바스크립트
- 6월 공모주 청약 일정
- Stock
- MYSQL
- 주식
- 공모주 청약
- css
- codeigniter
Archives
- Today
- Total
개발자의 끄적끄적
[php/mssql] codeigniter4 Class \"CodeIgniter\\Database\\sqlsrv\\Connection\" not found 에러 본문
개발/php
[php/mssql] codeigniter4 Class \"CodeIgniter\\Database\\sqlsrv\\Connection\" not found 에러
효벨 2023. 12. 19. 01:00728x90
반응형
[php/mssql] codeigniter4 Class \"CodeIgniter\\Database\\sqlsrv\\Connection\" not found 에러
코드이그나이터4 에서 mssql 을 연동하려고
database 설정파일에서
driver 를 sqlsrv로 설정하면
아래와 같은 오류가 나타나는 경우가 있습니다!
Class \"CodeIgniter\\Database\\sqlsrv\\Connection\" not found
sqlsrv 라는 클래스가 없는것처럼 보이지만,, 허무하게도
드라이버 폴더 들어가보면 대문자로 되어있어서... 소문자가 아닌 대문자로 SQLSRV 드라이버로 입력하시면
이상없이 잘 연결되실 겁니다!
그 이후에 나는 오류는 또다른 이슈들이라 별도로 해야해야합니다!
참고들 하세요!
반응형
'개발 > php' 카테고리의 다른 글
[php/framework] CodeIgniter4에서 Gmail 발송 방법 (0) | 2024.01.17 |
---|---|
[php] email Error: 535-5.7.8 Username and Password not accepted 해결 방법 (0) | 2024.01.16 |
[php] codeigniter4 get last query example/ 코드이그나이터4 쿼리 출력 방법 (0) | 2023.12.10 |
[php/function] php8 count(): Argument #1 ($value) must be of type Countable|array 에러 해결방법 (0) | 2023.12.05 |
[php/error] php 404 에러 반환하는 방법 (0) | 2023.12.02 |
Comments