Monday, February 14, 2011

Error on sqlite_open

If you encounter this error on IIS

PHP Fatal error: Call to undefined function sqlite_open()


Uncomment this:

extension=php_sqlite.dll

And this:

extension_dir = "ext"

No comments:

Post a Comment