<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">On Apr 16, 2015, at 1:06 AM, James Miller <<a href="mailto:gajs-f0el@dea.spamcon.org" class="">gajs-f0el@dea.spamcon.org</a>> wrote:<br class=""><div><blockquote type="cite" class=""><br class="Apple-interchange-newline"><div class=""><span style="font-family: Helvetica; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class=""><b>Fatal error</b>:  Call to a member function query_col() on a non-object in <b>/var/www/localhost/htdocs/mythweb/includes/utils.php</b> on line <b>59</b><br /></span><br style="font-family: Helvetica; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><br style="font-family: Helvetica; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><span style="font-family: Helvetica; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class="">Any ideas on what that might mean? Seems I'm getting closer to success, at any rate.</span></div></blockquote></div><br class=""><div class="">Argh! Back to square one, hopefully for a different reason. It’s not clear why the db connection still isn’t being made so lets try that test.php with:</div><div class=""><br class=""></div><div class=""><div class=""><?php</div><div class="">mysql_connect('localhost', 'mythtv', 'mythtv') or die('Could not connect: ' . mysql_error());</div><div class="">mysql_select_db('mythconverg') or die('Could not select database');</div><div class="">?></div></div><div class=""><br class=""></div><div class="">and curl <a href="http://localhost/test.php" class="">http://localhost/test.php</a>. It could be the various versions aren’t matching up so you could create a info.php:</div><div class=""><br class=""></div><div class=""><div class=""><div class=""><?php</div><div class="">    echo phpinfo();</div><div class="">?></div></div></div><div class=""><br class=""></div><div class="">and curl that. You may be able to browse to it from a desktop machine too. The output is huge and html so I’d put it in <a href="http://pastebin.com" class="">pastebin.com</a> instead of attaching to an email.</div><div class=""><br class=""></div><div class="">I agree you’re close, it’s just this strange php/mysql part that’s failing, I think everything else has been tested and works.</div><div class=""><br class=""></div><div class="">- George</div></body></html>