Search found 2 matches
- Sun Sep 26, 2010 11:53 am
- Forum: [locked] Installation, Setup and Upgrade
- Topic: [SOLVED] Install Not Finding Database Drivers
- Replies: 2
- Views: 1498
Re: Install Not Finding Database Drivers
You have to have postgresql driver loaded, what You see in ADOdb is just layer between real driver & ADO. which means check php/ext (or wherever You have PHP extensions stored) directory, for php_pgsql, (if it's not there build it) check php.ini for extension=php_pgsql.so, if it's not there appe...
- Sun Sep 26, 2010 11:20 am
- Forum: General Discussion
- Topic: CMSMS windows & codepage of PHP functions
- Replies: 0
- Views: 1217
CMSMS windows & codepage of PHP functions
Since PHP on M$ windows does not support setlocale(...,'anything.UTF8') I'm getting non-utf8ed strftime results (which means trouble if Your months are named Září, Říjen....) What I did is writing new function which simply calls iconv and replaced all calls to strftime to my func. Since this is very...
