<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 29 Oct2017, at 10:19 AM, Murray Eisenberg <<a href="mailto:murrayeisenberg@gmail.com" class="">murrayeisenberg@gmail.com</a>> wrote:<br class=""><div><blockquote type="cite" class=""><br class="Apple-interchange-newline"><div class=""><div class="">On 29 Oct2017, at 8:52 AM, Ryan Schmidt <<a href="mailto:ryandesign@macports.org" class="">ryandesign@macports.org</a>> wrote:<br class=""><blockquote type="cite" class=""><br class=""><br class="">On Oct 28, 2017, at 20:04, Murray Eisenberg wrote:<br class=""><br class=""><blockquote type="cite" class="">Found the cause of the problem: a syntax error in config.inc.php.<br class=""><br class="">I found the error by cd to /opt/local/www/phpmyadmin and then executing php index.php. That gave the syntax error message.<br class=""></blockquote><br class="">Sounds like you've configured php not to display errors in the web browser. That's a good security practice and may even be the default setting these days; you don't want an error message to reveal sensitive information about your server to a public visitor. But if you want to temporarily change that setting and display errors while working on a problem, you can edit your php.ini. Or you could have consulted whatever file you've configured php to log its errors to, or possibly your web server error log file.<br class=""></blockquote><br class="">Hmm… in php.ini (for php71, which is what’s being used AFAIK — it’s what “which php” shows) —I have:<br class=""><br class="">error_reporting = E_ALL & ~E_NOTICE<br class="">display_errors = On<br class="">display_startup_errors = On<br class=""><br class=""></div></div></blockquote></div><div class=""><br class=""></div>And in config.inc.php I have:<div class=""><br class=""></div><div class="">  <span style="font-family: Menlo; font-size: 12px; background-color: rgb(255, 255, 255);" class="">$cfg['Error_Handler']['display'] = true;</span><div class="">
---<br class="">Murray Eisenberg<span class="Apple-tab-span" style="white-space: pre;">                       </span><a href="mailto:murrayeisenberg@gmail.com" class="">murrayeisenberg@gmail.com</a><br class="">503 King Farm Blvd #101<span class="Apple-tab-span" style="white-space: pre;">     </span>Home (240)-246-7240<br class="">Rockville, MD 20850-6667<span class="Apple-tab-span" style="white-space: pre;">  </span>Mobile (413)-427-5334<br class=""><br class="">

</div>
<br class=""></div></body></html>