<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to bugs</title><link href="https://sourceforge.net/p/php-easy-cms/bugs/" rel="alternate"/><link href="https://sourceforge.net/p/php-easy-cms/bugs/feed.atom" rel="self"/><id>https://sourceforge.net/p/php-easy-cms/bugs/</id><updated>2006-02-01T13:53:35Z</updated><subtitle>Recent changes to bugs</subtitle><entry><title>PHP5 compatibility</title><link href="https://sourceforge.net/p/php-easy-cms/bugs/2/" rel="alternate"/><published>2006-02-01T13:53:35Z</published><updated>2006-02-01T13:53:35Z</updated><author><name>Wouter</name><uri>https://sourceforge.net/u/wouterw/</uri></author><id>https://sourceforge.net0fe4e80e10c41d2d4ce0936f16548f1e09eb4032</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;trying to run this under PHP5 will result in lots of errors&lt;/p&gt;
&lt;p&gt;first off, the tar file doesn't have the correct&lt;br /&gt;
permissions and you have to manually change them. would&lt;br /&gt;
be nice if they could be set correctly in the tar file&lt;/p&gt;
&lt;p&gt;then you'll find yourself with&lt;br /&gt;
Fatal error: Class SortedListIterator cannot extend&lt;br /&gt;
from interface Iterator in&lt;br /&gt;
/home/dummy/public_html/easycms/classes/utils/SortedListIterator.class&lt;br /&gt;
on line 71&lt;/p&gt;
&lt;p&gt;solution to this:&lt;br /&gt;
&lt;a href="http://sourceforge.net/forum/forum.php?thread"&gt;http://sourceforge.net/forum/forum.php?thread&lt;/a&gt;_id=1402977&amp;amp;forum_id=419358&lt;/p&gt;
&lt;p&gt;after that you'll find some errors in&lt;br /&gt;
classes/core/Content.class&lt;br /&gt;
line 70, 75, 81..&lt;/p&gt;
&lt;p&gt;$this = -1;&lt;/p&gt;
&lt;p&gt;that's NOT valid php code. you're working with a class,&lt;br /&gt;
you can't just set the entire class to -1 while you're&lt;br /&gt;
in it. I have NO clue what you are actually trying to&lt;br /&gt;
achieve here, just commented it out for now to continue&lt;br /&gt;
with the PHP5 bug hunting.&lt;/p&gt;
&lt;p&gt;next bug is with the (experimental) xslt extension from&lt;br /&gt;
php4. it's been replaced in php5 for the (also&lt;br /&gt;
experimental) xsl extension.&lt;/p&gt;
&lt;p&gt;easiest fix was to include a xsl-php4-to-php5.php file&lt;br /&gt;
if php&amp;gt;5.0 (see&lt;br /&gt;
&lt;a href="http://alexandre.alapetite.net/doc-alex/xslt-php4-php5/index.en.html" rel="nofollow"&gt;http://alexandre.alapetite.net/doc-alex/xslt-php4-php5/index.en.html&lt;/a&gt;)&lt;/p&gt;
&lt;p&gt;after this is gave me the front page, so now I'm going&lt;br /&gt;
to check what else might be broken from PHP5&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>blank rows in the bottom of ContainerControlTags breaks php</title><link href="https://sourceforge.net/p/php-easy-cms/bugs/1/" rel="alternate"/><published>2005-04-12T13:23:35Z</published><updated>2005-04-12T13:23:35Z</updated><author><name>D.Flinkmann</name><uri>https://sourceforge.net/u/userid-1257824/</uri></author><id>https://sourceforge.net496beb5017858e74f075eaa1d80669a6c5a995af</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Hi, &lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;I have a debian unstable running with php4 and apache. &lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;in  &lt;br /&gt;
&lt;a href="http://cvs.sourceforge.net/viewcvs.py/"&gt;http://cvs.sourceforge.net/viewcvs.py/&lt;/a&gt;*checkout*/php-easy-cms/sources/classes/core/parser/tags/ContainerControlsTag.class?rev=1.3 &lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;there are 3 empty rows after  ?&amp;gt;  , which causes my apache/php &lt;br /&gt;
system to bring up strange error messages and breaks:  &lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;Warning: session_start(): Cannot send session cache limiter - &lt;br /&gt;
headers already sent (output started &lt;br /&gt;
at /xxxx/easy-CMS/classes/core/parser/tags/ContainerControlsTag.class:98) &lt;br /&gt;
in /xxxx/easy-CMS/classes/core/Site.class on line 89 &lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;Warning: Cannot modify header information - headers already &lt;br /&gt;
sent by (output started &lt;br /&gt;
at /xxxxx/easy-CMS/classes/core/parser/tags/ContainerControlsTag.class:98) &lt;br /&gt;
in /xxxxx/easy-CMS/classes/core/Site.class on line 337 &lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;Removing the blank lines out of&lt;br /&gt;
classes/core/parser/tags/ContainerControlsTag.class fixes this&lt;br /&gt;
issue.&lt;br /&gt;
&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>