SQlite error it says expansion of SQlite to PHP isn't installed.
What must I do? :omg: :omg:
SQlite error it says expansion of SQlite to PHP isn't installed.
What must I do? :omg: :omg:
Operating system???
For linux:
For Windows:
Open and edit php.ini:
Search for: ;extension=php_sqlite.dll
Replace with: extension=php_sqlite.dll
(Remove the ";" so that it isn't a comment any more.)
By the way you can read a bit in the english wiki, you can find the PHP topic here: http://manuadminmod.de/en/index.php/Installation_of_PHP
WORKED THX