Решение проблемы с symfony 2: You need to enable either the SQLite or PDO_SQLite extension for the profiler to run properly.

Решил установить symfony 2 на Debian lenny. Оказалось, что инструкции у nginx:

fastcgi_split_path_info ^(.+\.php)(/.+)$;
fastcgi_param PATH_INFO $fastcgi_path_info;
fastcgi_param PATH_TRANSLATED $document_root$fastcgi_path_info;

не работают из-за того, что nginx 0.6.xx.

Обновил VPS. И получил ошибку «You need to enable either the SQLite or PDO_SQLite extension for the profiler to run properly».

Решение этой проблемы в Debian очень простое:

apt-get install php5-sqlite

/etc/init.d/apache2 restart

Спасибо, что поделились с друзьями:

0
 




Добавить комментарий

Ваш e-mail не будет опубликован. Обязательные поля помечены *

*

Можно использовать следующие HTML-теги и атрибуты: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="" highlight="">