In wordpress admin permalinks shows empty
==================
Solution:
There was an issue with the pdo_sqlite PHP module, it does not properly work with PHP 5.3. There is still a bug report open at php.net for this issue.
===============
So disable pdo_sqlite.so i.e
vi /usr/local/lib/php.ini
disable ollowing line
;extension=pdo_sqlite.so
No comments:
Post a Comment