Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Oracle Use?
Is there any way Vanilla can be made to run on Oracle instead of MySQL?
0
This discussion has been closed.
Comments
The class you need to extend is database (library/Framework/Framework.Class.Database.php).
Save your oracle class as library/Framework/Framework.Class.Oracle.php
And add $Configuration['DATABASE_SERVER'] = 'Oracle'; in conf/settings.com