Daniel,<br><br>It turns out that the db it refers to is one in booki publisher itself.  I had changed it to the one used by booki.  I've changed it back and now I get this:<br><pre style="font-family: arial,helvetica,sans-serif;" id="line1">
<span class="pi"><?
function addTemplate ($templateType='read',$content) {
        if ($templateType=='editor') {
                $template=file_get_contents("templates/editor.tmpl");
        } else {
                $template=file_get_contents("templates/".DEFAULT_TEMPLATE."_$templateType.tmpl");
        } 
        $page=preg_replace('[<content-goes-here/></span>]',$content,$template);
//following works but i first have to work out how to find json rows
                $hook_args['output']=$page;
                $page = fire_hook("tag_replace", $hook_args);
        return $page;
}
?>
<<span class="start-tag">html</span>><<span class="start-tag">head</span>><<span class="start-tag">title</span>>500 Internal Server Error</<span class="end-tag">title</span>></<span class="end-tag">head</span>><<span class="start-tag">body</span>><<span class="start-tag">h1</span>>Internal Server Error</<span class="end-tag">h1</span>><<span class="start-tag">p</span>><<span class="start-tag">i</span>>strtotime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Chicago' for 'CDT/-5.0/DST' instead</<span class="end-tag">i</span>></<span class="end-tag">p</span>><<span class="start-tag">p</span>>#0 {closure}<<span class="start-tag">br</span><span class="error"><span class="attribute-name"> /</span></span>>
#1 /var/www/bookipub/plugins/read/read.inc.php:33 strtotime('2011-06-01 16:45')<<span class="start-tag">br</span><span class="error"><span class="attribute-name"> /</span></span>>
#2 /var/www/bookipub/plugins/read/read.inc.php:120 ratedOutput(array(array('dir'=&<span class="entity">amp;</span>gt;'airtime','title'=&<span class="entity">amp;</span>gt;'Airtime','description'=&<span class="entity">amp;</span>gt;'test3','date'=&<span class="entity">amp;</span>gt;'2011-06-01 16:45','visible'=&<span class="entity">amp;</span>gt;'on','category'=&<span class="entity">amp;</span>gt;'New','status'=&<span class="entity">amp;</span>gt;'New','epub'=&<span class="entity">amp;</span>gt;'_booki/airtime/airtime.epub','pdf'=&<span class="entity">amp;</span>gt;'_booki/airtime/airtime.pdf','analyzer'=&<span class="entity">amp;</span>gt;'','modified'=&<span class="entity">amp;</span>gt;'2011-06-03 11:28'),array('dir'=&<span class="entity">amp;</span>gt;'newscoop-3-cookbook-3-5-2','title'=&<span class="entity">amp;</span>gt;'Newscoop 3 Cookbook','description'=&<span class="entity">amp;</span>gt;'test4','date'=&<span class="entity">amp;</span>gt;'2011-06-01 23:51','visible'=&<span class="entity">amp;</span>gt;'on','category'=&<span class="entity">amp;</span>gt;'Sourcefabric','status'=&<span class="entity">amp;</span>gt;'New','epub'=&<span class="entity">amp;</span>gt;'_booki/newscoop-3-cookbook-3-5-2/newscoop-3-cookbook-3-5-2.epub','pdf'=&<span class="entity">amp;</span>gt;'_booki/newscoop-3-cookbook-3-5-2/newscoop-3-cookbook-3-5-2.pdf','analyzer'=&<span class="entity">amp;</span>gt;'','modified'=&<span class="entity">amp;</span>gt;'2011-06-01 23:51')),3)<<span class="start-tag">br</span><span class="error"><span class="attribute-name"> /</span></span>>
</pre><pre style="font-family: arial,helvetica,sans-serif;" id="line18">#3 /var/www/bookipub/plugins/read/read.inc.php:164 read_index()<<span class="start-tag">br</span><span class="error"><span class="attribute-name"> /</span></span>>
#4 read_dispatcher('index')<<span class="start-tag">br</span><span class="error"><span class="attribute-name"> /</span></span>>
#5 /var/www/bookipub/index.php:24 call_user_func('read_dispatcher','index')<<span class="start-tag">br</span><span class="error"><span class="attribute-name"> /</span></span>>
</<span class="end-tag">p</span>></<span class="end-tag">body</span>></<span class="end-tag">html</span>></pre>It looks like you have to set <br><pre style="font-family: arial,helvetica,sans-serif;" id="line1">
date.timezone</pre>
in a php.ini file.  I tried google to get information on how to do that and everything I've found stops short of actually telling you what to do and where.  This article:<br><br><a href="http://kb.siteground.com/article/How_to_change_the_datetimezone_value_in_PHP.html">http://kb.siteground.com/article/How_to_change_the_datetimezone_value_in_PHP.html</a><br>
<br>seems to suggest that you can create a "local" php.ini file and put in the value you need, like this:<br><br><em>date.timezone = "US/Central" <br><br>They don't say just where a "local" php.ini file would go.  Putting it in /var/www/bookipub doesn't work.<br>
<br>Any ideas?  I'm trying to get this up and running without training myself to be a PHP developer.<br><br>James Simmons<br></em><br><div class="gmail_quote">On Wed, Jul 20, 2011 at 11:24 AM, Daniel James <span dir="ltr"><<a href="mailto:daniel.james@sourcefabric.org">daniel.james@sourcefabric.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Hi James,<br>
<div class="im"><br>
> Unable to map table books to Axon<br>
<br>
</div>Does a table called 'books' exist in the sqlite database?<br>
<br>
Cheers!<br>
<font color="#888888"><br>
Daniel<br>
</font></blockquote></div><br>