Alex,
try to install the php-sqlite module, which i think its available as
an rpm for fedora.
Once installed, verify it in your php if it is loaded as a php module
by doing the ff command
in your console. either (bash/csh).

$php -m | grep sqlite or just
$php -m
-- if you see sqlite then your good to go with your sqlite in php

On Mar 9, 6:20 am, "AzenAlex" <[EMAIL PROTECTED]> wrote:
> apoligies... i'm running fedora core 6 and it would seem that php5 is
> installed without sqlite. yes, i feel dumb...
>
> i'm now getting the error:
>
> Warning: sqlite_popen() [function:sqlite-popen]: file is encrypted or
> is not a database
>
> any thoughts?
>
> On Mar 8, 3:17 pm, "Chris Hartjes" <[EMAIL PROTECTED]> wrote:
>
> > On 3/8/07, AzenAlex <[EMAIL PROTECTED]> wrote:
>
> > Here's my suggestion:
>
> > * Go make sure that your installed version of PHP hasSQLitesupport
> > * Go and make sureSQLiteis actually installed
>
> > If both those things are true, then come back and this problem can be
> > escalated to the next level.
> > Don't *guess* about the configuration.  Go and find out.
>
> > --
> > Chris Hartjes
>
> > My motto for 2007:  "Just build it, damnit!"
>
> > rallyhat.com - digital photo scavenger hunt
> > @TheBallpark -http://www.littlehart.net/attheballpark
> > @TheKeyboard -http://www.littlehart.net/atthekeyboard


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to