문제

I use cakephp-2.4.7.

And I get error following message when I’ try to use oracle.

Missing Datasource
Error: Datasource class Oracle could not be found.

And I find an article http://book.cakephp.org/2.0/en/models/datasources.html that cakePHP doesn’t support oracle.

Is there any trick what I can use oracle?

도움이 되었습니까?

해결책

CakePHP has stopped supporting Oracle since version 2.x. You should either choose CakePHP 1.3 or some other php framework which supports Oracle.

We can use upper version of cakePHP , just we have to do is to donload oracle parsing file from github and place it in C:\wamp\www\Cakephp\cake\libs\model\datasources\dbo

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top