We have moved our forum to GitHub Discussions. For questions about Phalcon v3/v4/v5 you can visit here and for Phalcon v6 here.

accidental update

I install version 2.1 but I have the following error.

[Wed Sep 14 17:04:26.693241 2016] [:error] [pid 2866] [client 127.0.0.1:10061] PHP Fatal error:  Class  'Phalcon\\Db\\Adapter\\Pdo\\Oracle' not found in /var/www/html/tesis/app/config/services.php on line 63

I install version 2.1 but does not work



17.5k

Do you have the correct use in your services.php page?

    use \Phalcon\Db\Adapter\Pdo\Oracle


77.7k
Accepted
answer

Version 2.1.x is abandonded, either use the 2.0.x branch or the new 3.0.x

edited Sep '16

100x advise block begin

  • if you need oci8 / oracle support, stick with v2.0.13 Phalcon (for now)

100x advise block end