<?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/atomiccms/bugs/" rel="alternate"/><link href="https://sourceforge.net/p/atomiccms/bugs/feed.atom" rel="self"/><id>https://sourceforge.net/p/atomiccms/bugs/</id><updated>2004-03-11T13:37:49Z</updated><subtitle>Recent changes to bugs</subtitle><entry><title>Session data on sourceforge</title><link href="https://sourceforge.net/p/atomiccms/bugs/3/" rel="alternate"/><published>2004-03-11T13:37:49Z</published><updated>2004-03-11T13:37:49Z</updated><author><name>Tom de Grunt</name><uri>https://sourceforge.net/u/degrunt/</uri></author><id>https://sourceforge.netafb7b1ecffcdc08a28aeb5265c7d18e8dc673fc9</id><summary type="html">&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;</summary></entry><entry><title>Modules will not load</title><link href="https://sourceforge.net/p/atomiccms/bugs/2/" rel="alternate"/><published>2004-03-11T13:22:45Z</published><updated>2004-03-11T13:22:45Z</updated><author><name>Tom de Grunt</name><uri>https://sourceforge.net/u/degrunt/</uri></author><id>https://sourceforge.net2b75c945aec67c8facb944655ff46277d037baa7</id><summary type="html">&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;</summary></entry><entry><title>Will not install on PHP 4.1.2</title><link href="https://sourceforge.net/p/atomiccms/bugs/1/" rel="alternate"/><published>2004-03-11T13:21:23Z</published><updated>2004-03-11T13:21:23Z</updated><author><name>Tom de Grunt</name><uri>https://sourceforge.net/u/degrunt/</uri></author><id>https://sourceforge.net0e9ff18dac231c1f409eaf6d078a3f93e73fed10</id><summary type="html">&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;</summary></entry></feed>