티스토리 뷰
웹프로그래밍/PHP
Codeigniter Only variable references should be returned by reference
공허공자 2015. 8. 5. 10:02http://stackoverflow.com/a/28348880
Codeigniter 2.2.1 하위버젼에서 발생하는 오류
core/Common.php, 라인: 257 수정
수정 전
return $_config[0] =& $config;
수정 후
$_config[0] =& $config;
return $_config[0];
'웹프로그래밍 > PHP' 카테고리의 다른 글
Laravel Homestead nginx v1.8 을 1.9.5 이상으로 업데이트 하고 http/2 설정 (0) | 2015.10.14 |
---|---|
PHP CLI Lint (0) | 2015.08.24 |
본문 내 적절한 배너 삽입 위치 [AD] 표식 (0) | 2015.07.16 |
XE 위젯을 모듈에서 표시하는 법 (0) | 2015.06.05 |
CodeIgniter Form action POST the action ... now allowed Error (2) | 2015.03.19 |
댓글
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
TAG
- 한글
- laravel
- javascript
- Debug
- Android
- Docker
- PHP
- sencha touch
- CSS
- iphone
- IE
- JQuery
- mssql
- iis
- centos
- IOS
- Wordpress
- nodejs
- 안드로이드
- git
- Mac
- 워드프레스
- Linux
- API
- ASP
- Prototype
- nginx
- JSON
- classic asp
- macos
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
글 보관함