I'm currently try to install simplicity, that what I get:
pdo - for database access (!)
Installing "pdo" PHP Extensions and Applications Package
No releases available for package "pear.php.net/pdo" - package pecl/pdo can be installed with "pecl install pdo"
Cannot initialize 'channel://pear.php.net/pdo', invalid or missing package file
Package "channel://pear.php.net/pdo" is not valid
install failed
/usr/bin:/bin:/sbin:/usr/sbin:/usr/bin:/bin:/usr/local/bin
Installing "pecl install pdo" PHP Extensions and Applications Package
No releases available for package "pear.php.net/peclinstallpdo"
Cannot initialize 'channel://pear.php.net/peclinstallpdo', invalid or missing package file
Package "channel://pear.php.net/peclinstallpdo" is not valid
install failed
/usr/bin:/bin:/sbin:/usr/sbin:/usr/bin:/bin:/usr/local/bin
but the PDO peckage it IS at pear.php.net/pdo
ani idea how can I install that?
pdo - for database access (!)
xcache or apc - for opcode cache and shared mem caching support (!)You currently do not have the PDO extension installed, this is required for accesing RDBMS databases such as MySQL or SQLite. See http://php.net/pdo for more information.
xdebug - Code profiling and extended debugging (!)You currently do not have an opcode cache installed, Simplicity makes extensive use of caching and installing either of the supported opcode caches (APC or XCache) will give great performance improvements. See http://php.net/apc for APC or http://xcache.lighttpd.net/ for more details on XCache.
when I'm using cPanel PHP Extensions and Applications Package Installer I'm get:XDebug allows extended debugging, code coverage, tracing and profiling. Simplicity integrates these features, although this is currently quite basic there are plans to extend this in the future. See http://xdebug.org/ for more information.
Installing "pdo" PHP Extensions and Applications Package
No releases available for package "pear.php.net/pdo" - package pecl/pdo can be installed with "pecl install pdo"
Cannot initialize 'channel://pear.php.net/pdo', invalid or missing package file
Package "channel://pear.php.net/pdo" is not valid
install failed
/usr/bin:/bin:/sbin:/usr/sbin:/usr/bin:/bin:/usr/local/bin
Installing "pecl install pdo" PHP Extensions and Applications Package
No releases available for package "pear.php.net/peclinstallpdo"
Cannot initialize 'channel://pear.php.net/peclinstallpdo', invalid or missing package file
Package "channel://pear.php.net/peclinstallpdo" is not valid
install failed
/usr/bin:/bin:/sbin:/usr/sbin:/usr/bin:/bin:/usr/local/bin
but the PDO peckage it IS at pear.php.net/pdo
ani idea how can I install that?