<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hi,<div><br></div><div>Edit config.php and turn off debugging - look for the line which is like :<div><br></div><div>$development  = true;</div><div><br></div><div>and change it to :</div><div><br></div><div>$development = false;</div><div><br></div><div>That'll make /tmp/debug.log things go away.</div><div><br></div><div>The second issue is because the recursion code isn't very good and isn't ignoring '.' directories - like .svn</div><div><br></div><div>One fix, is to do an 'svn export' and not an 'svn checkout' or install from the .zip on the website.</div><div><br></div><div>If you want to run XOT from an SVN checkout (i.e. ".svn" directories everywhere) then changing the line in config.php which reads :</div><div><br></div><div>if($folder!="."&&$folder!="..")</div><div><br></div><div>to something like :</div><div><br></div><div><div>if($folder!="."&&$folder!=".."&&$folder!=".svn")</div><div><br></div><div>should fix it.</div><div><br></div><div><br></div><div><br></div><div>David.</div><div><br></div><div><br><div><div>On 25 Jan 2013, at 10:33, Fay Cross <<a href="mailto:Fay.Cross@nottingham.ac.uk">Fay.Cross@nottingham.ac.uk</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div lang="EN-GB" link="blue" vlink="purple" style="font-family: Helvetica; font-size: medium; 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-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><div class="WordSection1" style="page: WordSection1; "><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif; ">I’ve just updated my xampp with the most up to date files but it’s throwing up some errors.  I thought I might have deleted something I shouldn’t have done so have tried a fresh install but I am still getting the same problems.<o:p></o:p></div><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif; "><o:p> </o:p></div><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif; ">I get these errors at the top of the page (and then the first one repeated about 30 times)...<o:p></o:p></div><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif; "><o:p> </o:p></div><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif; "><br><b>Warning</b>: touch() [<a href="http://localhost/xerteonlinetoolkits/function.touch" style="color: purple; text-decoration: underline; ">function.touch</a>]: Unable to create file /tmp/debug.log because No such file or directory in<span class="Apple-converted-space"> </span><b>C:\xampp\htdocs\xerteonlinetoolkits\functions.php</b><span class="Apple-converted-space"> </span>on line<span class="Apple-converted-space"> </span><b>21</b><br><br><b>Warning</b>: opendir(C:\xampp\htdocs\xerteonlinetoolkits/modules/.svn/templates) [<a href="http://localhost/xerteonlinetoolkits/function.opendir" style="color: purple; text-decoration: underline; ">function.opendir</a>]: failed to open dir: No such file or directory in<span class="Apple-converted-space"> </span><b>C:\xampp\htdocs\xerteonlinetoolkits\config.php</b><span class="Apple-converted-space"> </span>on line<span class="Apple-converted-space"> </span><b>124</b><br><br><b>Warning</b>: readdir() expects parameter 1 to be resource, boolean given in<span class="Apple-converted-space"> </span><b>C:\xampp\htdocs\xerteonlinetoolkits\config.php</b><span class="Apple-converted-space"> </span>on line<span class="Apple-converted-space"> </span><b>126</b><br><br><b>Warning</b>: session_start() [<a href="http://localhost/xerteonlinetoolkits/function.session-start" style="color: purple; text-decoration: underline; ">function.session-start</a>]: Cannot send session cache limiter - headers already sent (output started at C:\xampp\htdocs\xerteonlinetoolkits\functions.php:21) in<b>C:\xampp\htdocs\xerteonlinetoolkits\auth_config.php</b><span class="Apple-converted-space"> </span>on line<span class="Apple-converted-space"> </span><b>45</b><o:p></o:p></div></div><br><br><br>_______________________________________________<br>Xerte-dev mailing list<br><a href="mailto:Xerte-dev@lists.nottingham.ac.uk" style="color: purple; text-decoration: underline; ">Xerte-dev@lists.nottingham.ac.uk</a><br><a href="http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev" style="color: purple; text-decoration: underline; ">http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev</a><br></div></blockquote></div><br><div apple-content-edited="true">
<div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: medium; 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-text-size-adjust: auto; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><span class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><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; border-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; "><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; border-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; "><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; border-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>Pale Purple Ltd.  (Company No: 5580814)</div><div>'Web and Mobile Application Development for Business'</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></span></div></span></div></span></div></span></div>
</div>
<br></div></div></div></body></html>