I'm as confused as you are, but I've got it working by bypassing SQLite. I configured it to use MySQL and it's working like a champ. Hopefully no one else has the same issue because I don't have a clue what would have fixed it. Anyway, thanks for your attempt at helping!<div>
<br clear="all">--------------------------------------------------<br>--Bryan Parks<br>
<br><br><div class="gmail_quote">On Wed, May 9, 2012 at 11:48 AM, <span dir="ltr"><<a href="mailto:zendto-request@zend.to" target="_blank">zendto-request@zend.to</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Send ZendTo mailing list submissions to<br>
<a href="mailto:zendto@zend.to">zendto@zend.to</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
<a href="http://mailman.ecs.soton.ac.uk/mailman/listinfo/zendto" target="_blank">http://mailman.ecs.soton.ac.uk/mailman/listinfo/zendto</a><br>
or, via email, send a message with subject or body 'help' to<br>
<a href="mailto:zendto-request@zend.to">zendto-request@zend.to</a><br>
<br>
You can reach the person managing the list at<br>
<a href="mailto:zendto-owner@zend.to">zendto-owner@zend.to</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than "Re: Contents of ZendTo digest..."<br>
<br>
<br>
Today's Topics:<br>
<br>
1. Re: ZendTo Digest, Vol 22, Issue 5 (Bryan Parks)<br>
2. Re: ZendTo Digest, Vol 22, Issue 5 (Jules)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Wed, 9 May 2012 11:37:04 -0400<br>
From: Bryan Parks <<a href="mailto:bryan307@gmail.com">bryan307@gmail.com</a>><br>
Subject: [ZendTo] Re: ZendTo Digest, Vol 22, Issue 5<br>
To: <a href="mailto:zendto@zend.to">zendto@zend.to</a><br>
Message-ID:<br>
<CACYHp2iK+nNcysv-f3O7CC3-Ab=<a href="mailto:pCA4MY2yaNM6yGXPGAuqJUQ@mail.gmail.com">pCA4MY2yaNM6yGXPGAuqJUQ@mail.gmail.com</a>><br>
Content-Type: text/plain; charset="iso-8859-1"<br>
<br>
Thanks for the response Jules, but we do have the following packages<br>
installed:<br>
<br>
php-apc<br>
php5<br>
php5-cli<br>
php5-common<br>
php5-dev<br>
php5-imap<br>
php5-ldap<br>
php5-mysql<br>
php5-sqlite<br>
<br>
and from the Apache family:<br>
<br>
apache2<br>
apache2-mpm-prefork<br>
apache2-prefork-dev<br>
apache2-utils<br>
apache2.2-bin<br>
apache2.2-common<br>
libapache2-mod-php5<br>
<br>
and from the sqlite family:<br>
<br>
libaprutil1-dbd-sqlite3<br>
libsqlite0<br>
libsqlite0-dev<br>
libsqlite3-0<br>
libsqlite3-dev<br>
php5-sqlite<br>
sqlite<br>
<br>
We have also made sure that www-data is the owner and has full access to<br>
/opt/zendto/www. We have spent about 6 hours combing Google and trying a<br>
number of different resolutions. I'm sure the problem is simple, but I<br>
can't find it. At this point, we are probably going to attempt to<br>
reconfigure ZendTo to use a MySQL database rather than SQLite and see if<br>
that will work.<br>
<br>
--------------------------------------------------<br>
--Bryan Parks<br>
<br>
<br>
On Wed, May 9, 2012 at 7:00 AM, <<a href="mailto:zendto-request@zend.to">zendto-request@zend.to</a>> wrote:<br>
<br>
> Send ZendTo mailing list submissions to<br>
> <a href="mailto:zendto@zend.to">zendto@zend.to</a><br>
><br>
> To subscribe or unsubscribe via the World Wide Web, visit<br>
> <a href="http://mailman.ecs.soton.ac.uk/mailman/listinfo/zendto" target="_blank">http://mailman.ecs.soton.ac.uk/mailman/listinfo/zendto</a><br>
> or, via email, send a message with subject or body 'help' to<br>
> <a href="mailto:zendto-request@zend.to">zendto-request@zend.to</a><br>
><br>
> You can reach the person managing the list at<br>
> <a href="mailto:zendto-owner@zend.to">zendto-owner@zend.to</a><br>
><br>
> When replying, please edit your Subject line so it is more specific<br>
> than "Re: Contents of ZendTo digest..."<br>
><br>
><br>
> Today's Topics:<br>
><br>
> 1. SQLiteDatabase not found (Bryan Parks)<br>
> 2. Re: SQLiteDatabase not found (Jules)<br>
><br>
><br>
> ----------------------------------------------------------------------<br>
><br>
> Message: 1<br>
> Date: Tue, 8 May 2012 18:45:51 -0400<br>
> From: Bryan Parks <<a href="mailto:bryan307@gmail.com">bryan307@gmail.com</a>><br>
> Subject: [ZendTo] SQLiteDatabase not found<br>
> To: <a href="mailto:zendto@zend.to">zendto@zend.to</a><br>
> Message-ID:<br>
> <CACYHp2j3hPiX6XqF+9N6Sz2c-trKE1r50SqbLA=22Mv=<a href="mailto:rNm0uw@mail.gmail.com">rNm0uw@mail.gmail.com</a><br>
> ><br>
> Content-Type: text/plain; charset="iso-8859-1"<br>
><br>
> We are trying to configure ZendTo on a server that is running Ubuntu 12.04<br>
> LTS. I followed all of the setup instructions on the website and everything<br>
> went off without a hitch, but once I tried to connect to the website I got<br>
> the following message in the web browser:<br>
><br>
> Fatal error: Class 'SQLiteDatabase' not found in /opt/zendto/lib/SQLite.php<br>
> on line 44<br>
><br>
> I've also checked the apache error log and the only thing that shows up is<br>
> the same message. It seems like the databases aren't setup on the server,<br>
> but all of the installation documentation that I can find says there is no<br>
> setup necessary if we are using SQLite. Can anyone offer any suggestions as<br>
> to what might be wrong with our configuration?<br>
><br>
> --------------------------------------------------<br>
> --Bryan<br>
> -------------- next part --------------<br>
> An HTML attachment was scrubbed...<br>
> URL:<br>
> <a href="http://mailman.ecs.soton.ac.uk/pipermail/zendto/attachments/20120508/4baaffde/attachment-0001.html" target="_blank">http://mailman.ecs.soton.ac.uk/pipermail/zendto/attachments/20120508/4baaffde/attachment-0001.html</a><br>
><br>
> ------------------------------<br>
><br>
> Message: 2<br>
> Date: Wed, 09 May 2012 08:57:53 +0100<br>
> From: Jules <Jules@Zend.To><br>
> Subject: [ZendTo] Re: SQLiteDatabase not found<br>
> To: ZendTo Users <zendto@Zend.To><br>
> Message-ID: <4FAA2381.2070001@Zend.To><br>
> Content-Type: text/plain; charset="iso-8859-1"<br>
><br>
> You need to install the php-mysql package.<br>
><br>
> Jules.<br>
><br>
> On 08/05/2012 23:45, Bryan Parks wrote:<br>
> > We are trying to configure ZendTo on a server that is running Ubuntu<br>
> > 12.04 LTS. I followed all of the setup instructions on the website and<br>
> > everything went off without a hitch, but once I tried to connect to<br>
> > the website I got the following message in the web browser:<br>
> ><br>
> > Fatal error: Class 'SQLiteDatabase' not found in<br>
> > /opt/zendto/lib/SQLite.php on line 44<br>
> ><br>
> > I've also checked the apache error log and the only thing that shows<br>
> > up is the same message. It seems like the databases aren't setup on<br>
> > the server, but all of the installation documentation that I can find<br>
> > says there is no setup necessary if we are using SQLite. Can anyone<br>
> > offer any suggestions as to what might be wrong with our configuration?<br>
> ><br>
> > --------------------------------------------------<br>
> > --Bryan<br>
> ><br>
> ><br>
> > _______________________________________________<br>
> > ZendTo mailing list<br>
> > <a href="mailto:ZendTo@zend.to">ZendTo@zend.to</a><br>
> > <a href="http://mailman.ecs.soton.ac.uk/mailman/listinfo/zendto" target="_blank">http://mailman.ecs.soton.ac.uk/mailman/listinfo/zendto</a><br>
><br>
> Jules<br>
><br>
> --<br>
> Julian Field MEng CITP CEng<br>
> <a href="http://www.Zend.To" target="_blank">www.Zend.To</a><br>
><br>
> Follow me at <a href="http://twitter.com/JulesFM" target="_blank">twitter.com/JulesFM</a><br>
> PGP footprint: EE81 D763 3DB0 0BFD E1DC 7222 11F6 5947 1415 B654<br>
><br>
> 'It's okay to live without all the answers' - Charlie Eppes, 2011<br>
> 'All programs have a desire to be useful' - Tron, 1982<br>
> 'That is the land of lost content,<br>
> I see it shining plain,<br>
> The happy highways where I went,<br>
> And cannot come again.' - A.E. Houseman<br>
><br>
> -------------- next part --------------<br>
> An HTML attachment was scrubbed...<br>
> URL:<br>
> <a href="http://mailman.ecs.soton.ac.uk/pipermail/zendto/attachments/20120509/8a0a84dd/attachment-0001.html" target="_blank">http://mailman.ecs.soton.ac.uk/pipermail/zendto/attachments/20120509/8a0a84dd/attachment-0001.html</a><br>
><br>
> ------------------------------<br>
><br>
> _______________________________________________<br>
> ZendTo mailing list<br>
> <a href="mailto:ZendTo@zend.to">ZendTo@zend.to</a><br>
> <a href="http://mailman.ecs.soton.ac.uk/mailman/listinfo/zendto" target="_blank">http://mailman.ecs.soton.ac.uk/mailman/listinfo/zendto</a><br>
><br>
> End of ZendTo Digest, Vol 22, Issue 5<br>
> *************************************<br>
><br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <a href="http://mailman.ecs.soton.ac.uk/pipermail/zendto/attachments/20120509/4ee2dc23/attachment-0001.html" target="_blank">http://mailman.ecs.soton.ac.uk/pipermail/zendto/attachments/20120509/4ee2dc23/attachment-0001.html</a><br>
<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Wed, 09 May 2012 16:47:50 +0100<br>
From: Jules <Jules@Zend.To><br>
Subject: [ZendTo] Re: ZendTo Digest, Vol 22, Issue 5<br>
To: ZendTo Users <zendto@Zend.To><br>
Message-ID: <4FAA91A6.7050403@Zend.To><br>
Content-Type: text/plain; charset="iso-8859-1"<br>
<br>
For some reason your SQLite PHP support isn't being picked up by PHP at<br>
all. That's what creates that error message.<br>
<br>
On 09/05/2012 16:37, Bryan Parks wrote:<br>
> Thanks for the response Jules, but we do have the following packages<br>
> installed:<br>
><br>
> php-apc<br>
> php5<br>
> php5-cli<br>
> php5-common<br>
> php5-dev<br>
> php5-imap<br>
> php5-ldap<br>
> php5-mysql<br>
> php5-sqlite<br>
><br>
> and from the Apache family:<br>
><br>
> apache2<br>
> apache2-mpm-prefork<br>
> apache2-prefork-dev<br>
> apache2-utils<br>
> apache2.2-bin<br>
> apache2.2-common<br>
> libapache2-mod-php5<br>
><br>
> and from the sqlite family:<br>
><br>
> libaprutil1-dbd-sqlite3<br>
> libsqlite0<br>
> libsqlite0-dev<br>
> libsqlite3-0<br>
> libsqlite3-dev<br>
> php5-sqlite<br>
> sqlite<br>
><br>
> We have also made sure that www-data is the owner and has full access<br>
> to /opt/zendto/www. We have spent about 6 hours combing Google and<br>
> trying a number of different resolutions. I'm sure the problem is<br>
> simple, but I can't find it. At this point, we are probably going to<br>
> attempt to reconfigure ZendTo to use a MySQL database rather than<br>
> SQLite and see if that will work.<br>
><br>
> --------------------------------------------------<br>
> --Bryan Parks<br>
><br>
><br>
> On Wed, May 9, 2012 at 7:00 AM, <<a href="mailto:zendto-request@zend.to">zendto-request@zend.to</a><br>
> <mailto:<a href="mailto:zendto-request@zend.to">zendto-request@zend.to</a>>> wrote:<br>
><br>
> Send ZendTo mailing list submissions to<br>
> <a href="mailto:zendto@zend.to">zendto@zend.to</a> <mailto:<a href="mailto:zendto@zend.to">zendto@zend.to</a>><br>
><br>
> To subscribe or unsubscribe via the World Wide Web, visit<br>
> <a href="http://mailman.ecs.soton.ac.uk/mailman/listinfo/zendto" target="_blank">http://mailman.ecs.soton.ac.uk/mailman/listinfo/zendto</a><br>
> or, via email, send a message with subject or body 'help' to<br>
> <a href="mailto:zendto-request@zend.to">zendto-request@zend.to</a> <mailto:<a href="mailto:zendto-request@zend.to">zendto-request@zend.to</a>><br>
><br>
> You can reach the person managing the list at<br>
> <a href="mailto:zendto-owner@zend.to">zendto-owner@zend.to</a> <mailto:<a href="mailto:zendto-owner@zend.to">zendto-owner@zend.to</a>><br>
><br>
> When replying, please edit your Subject line so it is more specific<br>
> than "Re: Contents of ZendTo digest..."<br>
><br>
><br>
> Today's Topics:<br>
><br>
> 1. SQLiteDatabase not found (Bryan Parks)<br>
> 2. Re: SQLiteDatabase not found (Jules)<br>
><br>
><br>
> ----------------------------------------------------------------------<br>
><br>
> Message: 1<br>
> Date: Tue, 8 May 2012 18:45:51 -0400<br>
> From: Bryan Parks <<a href="mailto:bryan307@gmail.com">bryan307@gmail.com</a> <mailto:<a href="mailto:bryan307@gmail.com">bryan307@gmail.com</a>>><br>
> Subject: [ZendTo] SQLiteDatabase not found<br>
> To: <a href="mailto:zendto@zend.to">zendto@zend.to</a> <mailto:<a href="mailto:zendto@zend.to">zendto@zend.to</a>><br>
> Message-ID:<br>
> <CACYHp2j3hPiX6XqF+9N6Sz2c-trKE1r50SqbLA=22Mv=<a href="mailto:rNm0uw@mail.gmail.com">rNm0uw@mail.gmail.com</a> <mailto:<a href="mailto:rNm0uw@mail.gmail.com">rNm0uw@mail.gmail.com</a>>><br>
> Content-Type: text/plain; charset="iso-8859-1"<br>
><br>
> We are trying to configure ZendTo on a server that is running<br>
> Ubuntu 12.04<br>
> LTS. I followed all of the setup instructions on the website and<br>
> everything<br>
> went off without a hitch, but once I tried to connect to the<br>
> website I got<br>
> the following message in the web browser:<br>
><br>
> Fatal error: Class 'SQLiteDatabase' not found in<br>
> /opt/zendto/lib/SQLite.php<br>
> on line 44<br>
><br>
> I've also checked the apache error log and the only thing that<br>
> shows up is<br>
> the same message. It seems like the databases aren't setup on the<br>
> server,<br>
> but all of the installation documentation that I can find says<br>
> there is no<br>
> setup necessary if we are using SQLite. Can anyone offer any<br>
> suggestions as<br>
> to what might be wrong with our configuration?<br>
><br>
> --------------------------------------------------<br>
> --Bryan<br>
> -------------- next part --------------<br>
> An HTML attachment was scrubbed...<br>
> URL:<br>
> <a href="http://mailman.ecs.soton.ac.uk/pipermail/zendto/attachments/20120508/4baaffde/attachment-0001.html" target="_blank">http://mailman.ecs.soton.ac.uk/pipermail/zendto/attachments/20120508/4baaffde/attachment-0001.html</a><br>
><br>
> ------------------------------<br>
><br>
> Message: 2<br>
> Date: Wed, 09 May 2012 08:57:53 +0100<br>
> From: Jules <Jules@Zend.To><br>
> Subject: [ZendTo] Re: SQLiteDatabase not found<br>
> To: ZendTo Users <zendto@Zend.To><br>
> Message-ID: <4FAA2381.2070001@Zend.To><br>
> Content-Type: text/plain; charset="iso-8859-1"<br>
><br>
> You need to install the php-mysql package.<br>
><br>
> Jules.<br>
><br>
> On 08/05/2012 23:45, Bryan Parks wrote:<br>
> > We are trying to configure ZendTo on a server that is running Ubuntu<br>
> > 12.04 LTS. I followed all of the setup instructions on the<br>
> website and<br>
> > everything went off without a hitch, but once I tried to connect to<br>
> > the website I got the following message in the web browser:<br>
> ><br>
> > Fatal error: Class 'SQLiteDatabase' not found in<br>
> > /opt/zendto/lib/SQLite.php on line 44<br>
> ><br>
> > I've also checked the apache error log and the only thing that shows<br>
> > up is the same message. It seems like the databases aren't setup on<br>
> > the server, but all of the installation documentation that I can<br>
> find<br>
> > says there is no setup necessary if we are using SQLite. Can anyone<br>
> > offer any suggestions as to what might be wrong with our<br>
> configuration?<br>
> ><br>
> > --------------------------------------------------<br>
> > --Bryan<br>
> ><br>
> ><br>
> > _______________________________________________<br>
> > ZendTo mailing list<br>
> > <a href="mailto:ZendTo@zend.to">ZendTo@zend.to</a> <mailto:<a href="mailto:ZendTo@zend.to">ZendTo@zend.to</a>><br>
> > <a href="http://mailman.ecs.soton.ac.uk/mailman/listinfo/zendto" target="_blank">http://mailman.ecs.soton.ac.uk/mailman/listinfo/zendto</a><br>
><br>
> Jules<br>
><br>
> --<br>
> Julian Field MEng CITP CEng<br>
> <a href="http://www.Zend.To" target="_blank">www.Zend.To</a> <<a href="http://www.Zend.To" target="_blank">http://www.Zend.To</a>><br>
><br>
> Follow me at <a href="http://twitter.com/JulesFM" target="_blank">twitter.com/JulesFM</a> <<a href="http://twitter.com/JulesFM" target="_blank">http://twitter.com/JulesFM</a>><br>
> PGP footprint: EE81 D763 3DB0 0BFD E1DC 7222 11F6 5947 1415 B654<br>
><br>
> 'It's okay to live without all the answers' - Charlie Eppes, 2011<br>
> 'All programs have a desire to be useful' - Tron, 1982<br>
> 'That is the land of lost content,<br>
> I see it shining plain,<br>
> The happy highways where I went,<br>
> And cannot come again.' - A.E. Houseman<br>
><br>
> -------------- next part --------------<br>
> An HTML attachment was scrubbed...<br>
> URL:<br>
> <a href="http://mailman.ecs.soton.ac.uk/pipermail/zendto/attachments/20120509/8a0a84dd/attachment-0001.html" target="_blank">http://mailman.ecs.soton.ac.uk/pipermail/zendto/attachments/20120509/8a0a84dd/attachment-0001.html</a><br>
><br>
> ------------------------------<br>
><br>
> _______________________________________________<br>
> ZendTo mailing list<br>
> <a href="mailto:ZendTo@zend.to">ZendTo@zend.to</a> <mailto:<a href="mailto:ZendTo@zend.to">ZendTo@zend.to</a>><br>
> <a href="http://mailman.ecs.soton.ac.uk/mailman/listinfo/zendto" target="_blank">http://mailman.ecs.soton.ac.uk/mailman/listinfo/zendto</a><br>
><br>
> End of ZendTo Digest, Vol 22, Issue 5<br>
> *************************************<br>
><br>
><br>
><br>
><br>
> _______________________________________________<br>
> ZendTo mailing list<br>
> <a href="mailto:ZendTo@zend.to">ZendTo@zend.to</a><br>
> <a href="http://mailman.ecs.soton.ac.uk/mailman/listinfo/zendto" target="_blank">http://mailman.ecs.soton.ac.uk/mailman/listinfo/zendto</a><br>
<br>
Jules<br>
<br>
--<br>
Julian Field MEng CITP CEng<br>
<a href="http://www.Zend.To" target="_blank">www.Zend.To</a><br>
<br>
Follow me at <a href="http://twitter.com/JulesFM" target="_blank">twitter.com/JulesFM</a><br>
PGP footprint: EE81 D763 3DB0 0BFD E1DC 7222 11F6 5947 1415 B654<br>
<br>
'It's okay to live without all the answers' - Charlie Eppes, 2011<br>
'All programs have a desire to be useful' - Tron, 1982<br>
'That is the land of lost content,<br>
I see it shining plain,<br>
The happy highways where I went,<br>
And cannot come again.' - A.E. Houseman<br>
<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <a href="http://mailman.ecs.soton.ac.uk/pipermail/zendto/attachments/20120509/5b2f5d82/attachment.html" target="_blank">http://mailman.ecs.soton.ac.uk/pipermail/zendto/attachments/20120509/5b2f5d82/attachment.html</a><br>
<br>
------------------------------<br>
<br>
_______________________________________________<br>
ZendTo mailing list<br>
<a href="mailto:ZendTo@zend.to">ZendTo@zend.to</a><br>
<a href="http://mailman.ecs.soton.ac.uk/mailman/listinfo/zendto" target="_blank">http://mailman.ecs.soton.ac.uk/mailman/listinfo/zendto</a><br>
<br>
End of ZendTo Digest, Vol 22, Issue 6<br>
*************************************<br>
</blockquote></div><br></div>