<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to bugs</title><link>https://sourceforge.net/p/atomiccms/bugs/</link><description>Recent changes to bugs</description><atom:link href="https://sourceforge.net/p/atomiccms/bugs/feed.rss" rel="self"/><language>en</language><lastBuildDate>Thu, 11 Mar 2004 13:37:49 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/atomiccms/bugs/feed.rss" rel="self" type="application/rss+xml"/><item><title>Session data on sourceforge</title><link>https://sourceforge.net/p/atomiccms/bugs/3/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Sourceforge only accepts session data in specific places.&lt;br /&gt;
atomic CMS currently does not accept setting an&lt;br /&gt;
different session path.&lt;br /&gt;
It should be possible for the end-user to select,&lt;br /&gt;
during installation (but maybe also in administration&lt;br /&gt;
console), a different location for the session data.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tom de Grunt</dc:creator><pubDate>Thu, 11 Mar 2004 13:37:49 -0000</pubDate><guid>https://sourceforge.netafb7b1ecffcdc08a28aeb5265c7d18e8dc673fc9</guid></item><item><title>Modules will not load</title><link>https://sourceforge.net/p/atomiccms/bugs/2/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Module php files should be named:&lt;br /&gt;
Login.php&lt;br /&gt;
NowPlaying.php&lt;br /&gt;
Poll.php&lt;br /&gt;
Smilies.php&lt;/p&gt;
&lt;p&gt;Instead of all lowercase filenames, OR it should be&lt;br /&gt;
possible to use case-insensitivity with module names.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tom de Grunt</dc:creator><pubDate>Thu, 11 Mar 2004 13:22:45 -0000</pubDate><guid>https://sourceforge.net2b75c945aec67c8facb944655ff46277d037baa7</guid></item><item><title>Will not install on PHP 4.1.2</title><link>https://sourceforge.net/p/atomiccms/bugs/1/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Sourceforge uses PHP 4.1.2 and atomic CMS will not&lt;br /&gt;
install on this. &lt;/p&gt;
&lt;p&gt;Problems: &lt;br /&gt;
1) PEAR version not up to date&lt;/p&gt;
&lt;p&gt;2) Function "is_a" not defined upon working with an&lt;br /&gt;
updated PEAR version (installed locally)&lt;/p&gt;
&lt;p&gt;3) It's not possible to set the include path yourself.&lt;/p&gt;
&lt;p&gt;Notes made during getting the cms to work on sourceforge:&lt;/p&gt;
&lt;p&gt;Web absolute path:&lt;br /&gt;
/home/groups/a/at/atomiccms/&lt;/p&gt;
&lt;p&gt;Pear can be found in subdirectory:&lt;br /&gt;
pear/share/pear&lt;/p&gt;
&lt;p&gt;New function to be added to atomiccms.php:&lt;br /&gt;
if (!function_exists('is_a')) {&lt;br /&gt;
function is_a( $object, $className ) {&lt;br /&gt;
return ((strtolower($className) == get_class($object))&lt;br /&gt;
or (is_subclass_of($object, $className)));&lt;br /&gt;
}&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;(used in DB.php of PEAR).&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tom de Grunt</dc:creator><pubDate>Thu, 11 Mar 2004 13:21:23 -0000</pubDate><guid>https://sourceforge.net0e9ff18dac231c1f409eaf6d078a3f93e73fed10</guid></item></channel></rss>