From: alex b. <en...@tu...> - 2001-05-20 05:11:12
|
> I also read quite a bit today about XML and XSL and it > seems to be the way to go for containing, controlling, > and expressing data. yep. xml + xsl is definitely the way to operate :) > I eagerly await the next version - which should give > me enough time to get caught up on the basics. Great > (and timely) project! danke > ERRORS ------------------------------------------- > > PHP Warning The length of the needle must not be 0 > file: > /usr/local/apache/htdocs/binarycloud/binarycloud/core/lib/bread_crumbs_and_t abs.lib > line 40 egh, I should post an r1c to get rid of this :) it was a release mistake on my part, the breadcrumbs you have is a baddie. > Warning Cannot send session cookie - headers already > sent by (output started at > > /usr/local/apache/htdocs/binarycloud/binarycloud/user/conf/file_permissions. conf:193) > file: > /usr/local/apache/htdocs/binarycloud/htdocs/index.php > line 49 this is because of whitespace at the end of that file. delete the whitespace, error goes away. |