<?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/phenotype/bugs/" rel="alternate"/><link href="https://sourceforge.net/p/phenotype/bugs/feed.atom" rel="self"/><id>https://sourceforge.net/p/phenotype/bugs/</id><updated>2010-02-04T08:48:26Z</updated><subtitle>Recent changes to bugs</subtitle><entry><title>pt_debug cookie not set.</title><link href="https://sourceforge.net/p/phenotype/bugs/45/" rel="alternate"/><published>2010-02-04T08:48:26Z</published><updated>2010-02-04T08:48:26Z</updated><author><name>Sebastian Heise</name><uri>https://sourceforge.net/u/sheise/</uri></author><id>https://sourceforge.net609f2efce683dfc2f3f3f42d913769007b6c2dca</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;whenever I set PT_DEBUG to 1 I get an error message: &lt;br /&gt;
Undefined index: pt_debug in /Users/sebi/Sites/storecheck/_phenotype/system/class/PhenotypePage.class.php on line 794.&lt;/p&gt;
&lt;p&gt;Apparently the cookie is not set. !?&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Ticket with attachments: 500 internal server error</title><link href="https://sourceforge.net/p/phenotype/bugs/44/" rel="alternate"/><published>2010-01-21T18:57:07Z</published><updated>2010-01-21T18:57:07Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net25ab23abc8e7141ee266b8bf8f15b3a23a11162b</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;As of Phenotype 2.10 (maybe earlier) Tickets with attachments can not be displayed anymore. They throw an 500 error.&lt;/p&gt;
&lt;p&gt;Will update the ticket with exact verbose server error...&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>form_password not saved</title><link href="https://sourceforge.net/p/phenotype/bugs/43/" rel="alternate"/><published>2010-01-21T05:46:25Z</published><updated>2010-01-21T05:46:25Z</updated><author><name>Sebastian Heise</name><uri>https://sourceforge.net/u/sheise/</uri></author><id>https://sourceforge.netb440391c9e111a9b48e87fb65c9a860eec59a630</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;form_password not saved because it is missing in fetchForm(). interestingly it worked before 2.9 or so.... (it did in 2.6)&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Java applet for importing doesn't work</title><link href="https://sourceforge.net/p/phenotype/bugs/42/" rel="alternate"/><published>2009-12-21T01:53:49Z</published><updated>2009-12-21T01:53:49Z</updated><author><name>s0rr0w</name><uri>https://sourceforge.net/u/cynep6y6jluk/</uri></author><id>https://sourceforge.netc0caa7082410076d8d23b786d2904fd0144a19e2</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Returned error: "The document contained no data"&lt;br /&gt;
OS Win7&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Smarty function title_of_page missing language parameter</title><link href="https://sourceforge.net/p/phenotype/bugs/41/" rel="alternate"/><published>2009-12-16T22:13:01Z</published><updated>2009-12-16T22:13:01Z</updated><author><name>s0rr0w</name><uri>https://sourceforge.net/u/cynep6y6jluk/</uri></author><id>https://sourceforge.net65eb9af812a675adc14f5f77691ebac2e04d7358</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;My modifications:&lt;br /&gt;
public function title_of_page($_params)&lt;br /&gt;
{&lt;/p&gt;
&lt;p&gt;if (isset($_params["pag_id"]))&lt;br /&gt;
{&lt;br /&gt;
$pag_id = $_params["pag_id"];&lt;br /&gt;
$lang_id = isset($_params["lang_id"])? $_params["lang_id"] : null;&lt;br /&gt;
return title_of_page($pag_id, $lang_id);&lt;br /&gt;
}&lt;br /&gt;
else&lt;br /&gt;
{&lt;br /&gt;
trigger_error("Missing mandatory parameter pag_id in smarty function title_of_page",E_USER_ERROR);&lt;br /&gt;
}&lt;br /&gt;
}&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>htmlentities in PhenotypeLayout.class.php </title><link href="https://sourceforge.net/p/phenotype/bugs/40/" rel="alternate"/><published>2009-11-28T14:53:03Z</published><updated>2009-11-28T14:53:03Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net11eac1df78fc5b22623d522fde140b22d60733fd</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;ENT_COMPAT,PT_CHARSET is required for all function executions&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Installation bug. 2.92</title><link href="https://sourceforge.net/p/phenotype/bugs/39/" rel="alternate"/><published>2009-11-28T14:12:41Z</published><updated>2009-11-28T14:12:41Z</updated><author><name>s0rr0w</name><uri>https://sourceforge.net/u/cynep6y6jluk/</uri></author><id>https://sourceforge.net385ba48ce5272bbc888444b46b3c31fa85cdca4d</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;PHP Notice:  Use of undefined constant PT_PHPIDS - assumed 'PT_PHPIDS' in \\_phenotype\\system\\class\\PhenotypeRequest.class.php on line 185&lt;br /&gt;
PHP Warning:  date() [&amp;lt;a href='function.date'&amp;gt;function.date&amp;lt;/a&amp;gt;]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Helsinki' for '2.0/no DST' instead in \\htdocs\\install.php on line 416&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Package import</title><link href="https://sourceforge.net/p/phenotype/bugs/38/" rel="alternate"/><published>2009-02-25T18:01:16Z</published><updated>2009-02-25T18:01:16Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net522f8e9caa0763f16b045670b773fbde1cbb24c6</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Page Import failed in Version 2.8&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>page status change malfunctioning</title><link href="https://sourceforge.net/p/phenotype/bugs/37/" rel="alternate"/><published>2009-02-24T19:11:34Z</published><updated>2009-02-24T19:11:34Z</updated><author><name>Nils Hagemann</name><uri>https://sourceforge.net/u/nils73/</uri></author><id>https://sourceforge.net0f8c28e6e91374018accc82cb3e051c184d78713</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;I just found out, that the quick page status change reachable from the backend start page does not take care of smartURLs leading to unreachable pages :(.&lt;/p&gt;
&lt;p&gt;Gotta fix this.&lt;/p&gt;
&lt;p&gt;Never used this functions, but the visitors on demo.phenotype-cms.com obviously did ...&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Missing Translation</title><link href="https://sourceforge.net/p/phenotype/bugs/36/" rel="alternate"/><published>2008-12-12T01:11:13Z</published><updated>2008-12-12T01:11:13Z</updated><author><name>Sebastian Heise</name><uri>https://sourceforge.net/u/sheise/</uri></author><id>https://sourceforge.netbd23a1eb5e55117a1240a8a9a6a91d16db16bde9</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;contentobject -&amp;gt; form_datetime() produces a JS calendar. October is displayed like this: #Oktober#&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>