On 5/30/06, womble <[EMAIL PROTECTED]> wrote:
Hi Ive just converted a script from mysql to sqlite using php 5.1.4.
Running the script like..
php script.php
works fine but I need it run from cron, if I do..
10 14 * * * php -q /var/www/html/script.php
It cant find the db file errors like...
btw Im using
PECL Module version 2.0-dev $Id: sqlite.c,v 1.166.2.13 2006/04/18 14:30:15
iliaa Exp $
SQLite Library 2.8.17
SQLite Encoding iso8859
--
View this message in context:
http://www.nabble.com/Cant+find+sqlite+db+from+cron-t1708143.html#a4637538
Sent from the SQLite forum at Na
Hi Ive just converted a script from mysql to sqlite using php 5.1.4.
Running the script like..
php script.php
works fine but I need it run from cron, if I do..
10 14 * * * php -q /var/www/html/script.php
It cant find the db file errors like...
Warning: sqlite_query(): no such table: *** in /
3 matches
Mail list logo