Posted on Jan 5, 2005, 3:56 am by chris
| |
The program cannot query my database
|
=> Most unix setups, including Fedora and RedHat Enterprise, come with PHP and basic Pear packages. One of these packages, which C!D SE uses for its database abstraction layer, is Pear::DB. On Windows setups, such as phpdev, this package is missing. Resolution:
Download the package here (link) and unpack the archive in PHP's includes/ directory. For instance, if you are using phpdev and have installed it as c:\phpdev, unpack the archive in c:\phpdev\php\includes Note:If you are using the default AdoDb mode, you do not need this package!
Last edit by chris on Dec 31, 1969, 7:00 pm
|