That looks like a bug, can you please report it in our issue tracker at <a href="http://github.com/owncloud/core/issues">http://github.com/owncloud/core/issues</a> ?<div><br></div><div>Thanks!</div><div class="gmail_extra">

<br><br><div class="gmail_quote">On Fri, Nov 30, 2012 at 9:53 AM, Christian Schwerdt <span dir="ltr"><<a href="mailto:mailinglists@cschwerdt.de" target="_blank">mailinglists@cschwerdt.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Hi,<br>
<br>
smae problem with errors at the top of the page.<br>
<br>
This was my fix: replace $_GET['path'] with $getPath in line 236:<br>
<br>
<br>
Index: public.php<br>
==============================<u></u>==============================<u></u>=======<br>
--- public.php  (revision 37)<br>
+++ public.php  (working copy)<br>
@@ -233,7 +233,7 @@<br>
                        $breadcrumb[] = array('dir' => '/', 'name' => basename($basePath));<br>
<br>
                        //add subdir breadcrumbs<br>
-                       foreach (explode('/', urldecode($_GET['path'])) as $i) {<br>
+                       foreach (explode('/', urldecode($getPath)) as $i) {<br>
                                if ($i != '') {<br>
                                        $pathtohere .= '/'.$i;<br>
                                        $breadcrumb[] = array('dir' => $pathtohere, 'name' => $i);<br>
<br>
<br>
Am 30.11.2012 04:10, schrieb Erik R:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">
Sharing a folder with lots of files in it gives me these errors at the<br>
top of the page:<br>
<br></div>
*Warning*: Cannot modify header information - headers already sent by<div class="im"><br>
(output started at<br>
/home/slmmr/public_html/oc/<u></u>apps/files_sharing/public.php:<u></u>236) in<br></div>
*/home/slmmr/public_html/oc/<u></u>lib/template.php* on line *165*<br>
<br>
*Warning*: Cannot modify header information - headers already sent by<div class="im"><br>
(output started at<br>
/home/slmmr/public_html/oc/<u></u>apps/files_sharing/public.php:<u></u>236) in<br></div>
*/home/slmmr/public_html/oc/<u></u>lib/template.php* on line *166*<br>
<br>
*Warning*: Cannot modify header information - headers already sent by<div class="im"><br>
(output started at<br>
/home/slmmr/public_html/oc/<u></u>apps/files_sharing/public.php:<u></u>236) in<br></div>
*/home/slmmr/public_html/oc/<u></u>lib/template.php* on line *164*<br>
<br>
*Warning*: Cannot modify header information - headers already sent by<div class="im"><br>
(output started at<br>
/home/slmmr/public_html/oc/<u></u>apps/files_sharing/public.php:<u></u>236) in<br></div>
*/home/slmmr/public_html/oc/<u></u>lib/template.php* on line *165*<br>
<br>
*Warning*: Cannot modify header information - headers already sent by<div class="im"><br>
(output started at<br>
/home/slmmr/public_html/oc/<u></u>apps/files_sharing/public.php:<u></u>236) in<br></div>
*/home/slmmr/public_html/oc/<u></u>lib/template.php* on line *166*<br>
<br>
*Warning*: Cannot modify header information - headers already sent by<div class="im"><br>
(output started at<br>
/home/slmmr/public_html/oc/<u></u>apps/files_sharing/public.php:<u></u>236) in<br></div>
*/home/slmmr/public_html/oc/<u></u>lib/template.php* on line *164*<br>
<br>
*Warning*: Cannot modify header information - headers already sent by<div class="im"><br>
(output started at<br>
/home/slmmr/public_html/oc/<u></u>apps/files_sharing/public.php:<u></u>236) in<br></div>
*/home/slmmr/public_html/oc/<u></u>lib/template.php* on line *165*<br>
<br>
*Warning*: Cannot modify header information - headers already sent by<div class="im"><br>
(output started at<br>
/home/slmmr/public_html/oc/<u></u>apps/files_sharing/public.php:<u></u>236) in<br></div>
*/home/slmmr/public_html/oc/<u></u>lib/template.php* on line *166*<br>
<br>
*Warning*: Cannot modify header information - headers already sent by<div class="im"><br>
(output started at<br>
/home/slmmr/public_html/oc/<u></u>apps/files_sharing/public.php:<u></u>236) in<br></div>
*/home/slmmr/public_html/oc/<u></u>lib/template.php* on line *164*<br>
<br>
*Warning*: Cannot modify header information - headers already sent by<div class="im"><br>
(output started at<br>
/home/slmmr/public_html/oc/<u></u>apps/files_sharing/public.php:<u></u>236) in<br></div>
*/home/slmmr/public_html/oc/<u></u>lib/template.php* on line *165*<br>
<br>
*Warning*: Cannot modify header information - headers already sent by<div class="im"><br>
(output started at<br>
/home/slmmr/public_html/oc/<u></u>apps/files_sharing/public.php:<u></u>236) in<br></div>
*/home/slmmr/public_html/oc/<u></u>lib/template.php* on line *166*<br>
*<br>
*<br>
*Also, when I try to password protect the share, it doesn't take effect.*<br>
<br>
<br>
______________________________<u></u>_________________<br>
Owncloud mailing list<br>
<a href="mailto:Owncloud@kde.org" target="_blank">Owncloud@kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/owncloud" target="_blank">https://mail.kde.org/mailman/<u></u>listinfo/owncloud</a><br>
</blockquote>
______________________________<u></u>_________________<br>
Owncloud mailing list<br>
<a href="mailto:Owncloud@kde.org" target="_blank">Owncloud@kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/owncloud" target="_blank">https://mail.kde.org/mailman/<u></u>listinfo/owncloud</a><br>
</blockquote></div><br></div>