<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><snip/><div><div><br><blockquote type="cite"><span class="Apple-style-span" style="border-collapse: separate; font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div bgcolor="white" lang="EN-AU" link="blue" vlink="purple"><div class="WordSection1" style="page: WordSection1; "><div style="margin-right: 0cm; margin-left: 36pt; font-size: 11pt; font-family: Calibri, sans-serif; color: black; margin-top: 0cm; margin-bottom: 0.0001pt; text-indent: -18pt; "><span class="apple-style-span"><span style="color: rgb(31, 73, 125); "><span>2.<span style="font: normal normal normal 7pt/normal 'Times New Roman'; ">      <span class="Apple-converted-space"> </span></span></span></span></span><span style="color: rgb(31, 73, 125); ">I know it’s doing something, because in config.php I set the debug switch to 1, and it gives me a php error.<br><br>// Error reporting fix - please set<br>ini_set('error_reporting', 1);<br>and this reports<span class="Apple-converted-space"> </span><br>‘F</span><span class="apple-style-span"><span style="font-size: 13.5pt; ">atal error: Call to undefined function _debug() in F:\My Websites\yes\xerte\website_code\php\database_library.php on line 110’</span></span><span class="apple-style-span"><span style="color: rgb(31, 73, 125); "><o:p></o:p></span></span></div><div style="margin-right: 0cm; margin-left: 36pt; font-size: 11pt; font-family: Calibri, sans-serif; color: black; margin-top: 0cm; margin-bottom: 0.0001pt; "><span style="color: rgb(31, 73, 125); ">I’ve reset that back to 0, as it provided no insights at all.</span></div></div></div></span></blockquote><div><br></div>Your version of config.php is out of date. It should contain something like the following :</div><div><br></div><div>if(!function_exists('_debug')) {</div><div>    function _debug($string) {</div><div>        @file_put_contents('/tmp/debug.log', $string, FILE_APPEND);</div><div>    }</div><div>}</div><div><br></div><div><br></div><div>Pasting the above into config.php should fix your problem.... You might wish to change '/tmp/debug.log' to something else - e.g. 'c:\debug.log' if you're on Windows.</div><div> </div><div><br></div><div>thanks</div><div>David.</div><div><br></div><div><br></div><div><br></div><div>Pale Purple Ltd.  (Company No: 5580814)</div><div><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><div>'Business Web Application Development and Training in PHP'</div><div><br></div><div><a href="http://www.palepurple.co.uk">http://www.palepurple.co.uk</a>   </div><div>Office: 0845 0046746     Mobile: 07792380669 </div><div><br></div><div>Follow us on Twitter: @PalePurpleLtd</div></div><div><br></div><div><br></div></div></span><br class="Apple-interchange-newline"></span><br class="Apple-interchange-newline">
</div>
<br></div></body></html>