Posted by John on 12/07/07 06:39
"AnrDaemon" <anrdaemon@freemail.ru> wrote in message
news:07765532.20071205190116@freemail.ru...
Hi AnrDaemon,
> You did that the worst available way.
> What You should do actually, is to point PHP to right INI location.
> There's some ways to do that depends on what scripting engine You using.
> In Apache (both handler and filter SAPI) -
> <IfModule php5_module>
> php_admin_value extension_dir "C:/usr/sbin/php-5.2.2-Win32/ext"
> PHPIniDir "C:/usr/sbin/php-5.2.2-Win32"
> </IfModule>
Let me try to find the right line to point PHP to the right place. In the
meantime it still is very problematic to get something out of the database
on the webbrowsers screen. PHP let's me connect to the database but after
that it is a no go. It return an errormessage that the database is encrypted
or not a database at all. Seems an issue between the latetst SQLite version
and PHP. I'm at the brink of giving up and convert the database to a mysql
environment. Very sad...
Thank you very much for your direction in the PHP.ini issue.
Grtz,
John
Navigation:
[Reply to this message]
|