<?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/sitemanager/bugs/" rel="alternate"/><link href="https://sourceforge.net/p/sitemanager/bugs/feed.atom" rel="self"/><id>https://sourceforge.net/p/sitemanager/bugs/</id><updated>2004-03-02T10:52:49Z</updated><subtitle>Recent changes to bugs</subtitle><entry><title>Noos Webmail</title><link href="https://sourceforge.net/p/sitemanager/bugs/65/" rel="alternate"/><published>2004-03-02T10:52:49Z</published><updated>2004-03-02T10:52:49Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net5bdde5e98461eb86c61f7eafdc538da26d724835</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Noos Webmail is always very very slow and sometimes &lt;br /&gt;
non accessible. The page of error gives to this site.&lt;br /&gt;
Sincerely.&lt;br /&gt;
Pierre de Paris&lt;br /&gt;
pierre.ernoult@noos.fr&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>can't insert integer to template</title><link href="https://sourceforge.net/p/sitemanager/bugs/64/" rel="alternate"/><published>2004-01-19T20:29:01Z</published><updated>2004-01-19T20:29:01Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.netff95ab2a05a25daaf03b82fc9896f7761e62a2bb</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;IF you try put to template, variables who is integer - &lt;br /&gt;
you don't get anything.&lt;/p&gt;
&lt;p&gt;Sample:&lt;br /&gt;
&amp;lt;!-- template.tpt --&amp;gt;&lt;br /&gt;
&amp;lt;span&amp;gt;I put here integer = '&amp;lt;sm type="area" &lt;br /&gt;
name="integer"&amp;gt;'&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;!-- end --&amp;gt;&lt;/p&gt;
&lt;p&gt;in mod file:&lt;/p&gt;
&lt;p&gt;$TEMP =&amp;amp; $this-&amp;gt;useTemplate('template');&lt;br /&gt;
$int = 293;&lt;br /&gt;
$TEMP -&amp;gt; addText($int,'integer');&lt;/p&gt;
&lt;p&gt;you get:&lt;br /&gt;
I put here integer = ''&lt;/p&gt;
&lt;p&gt;if you change mod file:&lt;br /&gt;
$TEMP -&amp;gt; addText($int.'','integer');&lt;br /&gt;
you get correct text.&lt;/p&gt;
&lt;p&gt;Greetz,&lt;br /&gt;
Kamil Kowalski&lt;br /&gt;
kowalski-kamil[at]wp[dot]pl&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Uploaded file name cannot be inserted into the database</title><link href="https://sourceforge.net/p/sitemanager/bugs/63/" rel="alternate"/><published>2003-09-24T12:56:32Z</published><updated>2003-09-24T12:56:32Z</updated><author><name>Peeter Sekavin</name><uri>https://sourceforge.net/u/peeters/</uri></author><id>https://sourceforge.neta8e1509665197da1d2050bf9135cf991b30027ad</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;There is the bugs in the file &lt;br /&gt;
contrib/lib/mainDbEditorAction.inc in the classes &lt;br /&gt;
addEditorAction and editEditorAction. The uploaded file &lt;br /&gt;
name cannot be inserted or updated into the database, &lt;br /&gt;
because of in row 57 and 182 should be $val = $this-&lt;br /&gt;
&amp;amp;gt;fileName not $val = $fileName;&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>sfbuilder has fetchrow problem.</title><link href="https://sourceforge.net/p/sitemanager/bugs/62/" rel="alternate"/><published>2003-09-04T04:17:04Z</published><updated>2003-09-04T04:17:04Z</updated><author><name>Brian Morin</name><uri>https://sourceforge.net/u/bullvi/</uri></author><id>https://sourceforge.netdbb76e48a93eb3f94019a1982b68c836adb2c2e6</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Just and FYI -&lt;/p&gt;
&lt;p&gt;2.4.2 fixed the sitemanager's problem with pear, &lt;br /&gt;
however, sfbuilder still has the same bug. &lt;/p&gt;
&lt;p&gt;Fatal error: Call to undefined function: fetchrow() in &lt;br /&gt;
C:\local\htdocs\sfbuilder\admin\modules\dbMenu.mod on &lt;br /&gt;
line 146&lt;/p&gt;
&lt;p&gt;No biggy -- only affects if your trying to use sfbuilder &lt;br /&gt;
with a database.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Minor module config</title><link href="https://sourceforge.net/p/sitemanager/bugs/61/" rel="alternate"/><published>2003-09-04T03:52:37Z</published><updated>2003-09-04T03:52:37Z</updated><author><name>Brian Morin</name><uri>https://sourceforge.net/u/bullvi/</uri></author><id>https://sourceforge.net7edd2803a553834b1d631f2b571e8c7404d8935b</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;In the &amp;amp;quot;testSite&amp;amp;quot; application bundled in 2.4.2, line 143-&lt;br /&gt;
145 are hardcoded &lt;br /&gt;
with /var/www/testSite/admin/test/test2/&lt;/p&gt;
&lt;p&gt;This causes the &amp;amp;quot;GCS Functionality Test&amp;amp;quot; to produce a &lt;br /&gt;
failure for the &amp;amp;quot;getSection() #1&amp;amp;quot; tests.&lt;/p&gt;
&lt;p&gt;I hardcoded this to the proper directory and it was fine. &lt;br /&gt;
I'm sure theres a getInVar that would help make that &lt;br /&gt;
path correct no matter where it was installed, but I &lt;br /&gt;
didn't know it.&lt;/p&gt;
&lt;p&gt;Very minor issue.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>dbSelectEntity not compatible with Oracle</title><link href="https://sourceforge.net/p/sitemanager/bugs/60/" rel="alternate"/><published>2003-08-27T12:14:12Z</published><updated>2003-08-27T12:14:12Z</updated><author><name>Tero Ykspetaja</name><uri>https://sourceforge.net/u/teroyks/</uri></author><id>https://sourceforge.net0e0deffb5efa2aea8a60ae8304f72b2e4d7ab549</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;There is a query in dbSelectEntity.inc that is illegal in &lt;br /&gt;
Oracle.&lt;/p&gt;
&lt;p&gt;On line 123, the query starts with &amp;amp;quot;SELECT &lt;br /&gt;
{$this-&amp;amp;gt;directive['dataField']} AS _id, ...&amp;amp;quot;&lt;/p&gt;
&lt;p&gt;Aliases can't start with special characters in Oracle, so &lt;br /&gt;
_id is illegal. The function doesn't seem to use the alias &lt;br /&gt;
name, though, so simply deleting &amp;amp;quot;AS _id&amp;amp;quot; from the query &lt;br /&gt;
seems to work. Another solution would be to change the &lt;br /&gt;
alias to (for example) &amp;amp;quot;my_id&amp;amp;quot;.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Wrong database handler in dbUniqueFilter</title><link href="https://sourceforge.net/p/sitemanager/bugs/59/" rel="alternate"/><published>2003-07-15T12:38:43Z</published><updated>2003-07-15T12:38:43Z</updated><author><name>Tero Ykspetaja</name><uri>https://sourceforge.net/u/teroyks/</uri></author><id>https://sourceforge.net4ba6280f6e6222e0accd55e544820baee238dd5d</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;(build 2.4.x production)&lt;/p&gt;
&lt;p&gt;in 'dbUniqueFilter.inc' on line 77, wrong data base &lt;br /&gt;
handler is used (dbH instead of what is defined in the &lt;br /&gt;
directive).&lt;/p&gt;
&lt;p&gt;The fix: replace&lt;/p&gt;
&lt;p&gt;$rr = $this-&amp;amp;gt;dbH-&amp;amp;gt;fetchRow($rh);&lt;/p&gt;
&lt;p&gt;with&lt;/p&gt;
&lt;p&gt;$rr = $this-&amp;amp;gt;dbHL-&amp;amp;gt;[$this-&amp;amp;gt;directive['dataBaseID']]&lt;br /&gt;
-&amp;amp;gt;fetchRow($rh);&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>testSite</title><link href="https://sourceforge.net/p/sitemanager/bugs/58/" rel="alternate"/><published>2003-05-04T09:19:57Z</published><updated>2003-05-04T09:19:57Z</updated><author><name>Khad</name><uri>https://sourceforge.net/u/khad/</uri></author><id>https://sourceforge.netcf597e443ab0869df2b631a7f2a7093c5eed93b5</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;testSite for v2.4.0-pre3&lt;/p&gt;
&lt;p&gt;1.&lt;br /&gt;
TITLE&lt;br /&gt;
getSection() #1&lt;/p&gt;
&lt;p&gt;DESC&lt;br /&gt;
getSection from a SECTION with single ID&lt;/p&gt;
&lt;p&gt;EXPECT&lt;br /&gt;
Array&lt;br /&gt;
(&lt;br /&gt;
[testDir] =&amp;amp;gt; /var/www/ testSite/admin/test/test2/&lt;br /&gt;
[testDir2] =&amp;amp;gt; /var/www/ testSite/admin/test/test2/ - testDir2&lt;br /&gt;
[testDir3] =&amp;amp;gt; /var/www/ testSite/admin/test/test2/ - testDir3&lt;br /&gt;
[configTest1] =&amp;amp;gt; PASSED&lt;br /&gt;
[configTest2] =&amp;amp;gt; Array&lt;br /&gt;
(&lt;br /&gt;
[0] =&amp;amp;gt; TVAL1&lt;br /&gt;
[1] =&amp;amp;gt; TVAL2&lt;br /&gt;
)&lt;br /&gt;
)&lt;/p&gt;
&lt;p&gt;ACTUAL&lt;br /&gt;
Array&lt;br /&gt;
(&lt;br /&gt;
[testDir] =&amp;amp;gt; /home/khad/ public_html/sm/testSite/admin/ test/test2/&lt;br /&gt;
[testDir2] =&amp;amp;gt; /home/khad/ public_html/sm/testSite/admin/ test/test2/ - testDir2&lt;br /&gt;
[testDir3] =&amp;amp;gt; /home/khad/ public_html/sm/testSite/admin/ test/test2/ - testDir3&lt;br /&gt;
[configTest1] =&amp;amp;gt; PASSED&lt;br /&gt;
[configTest2] =&amp;amp;gt; Array&lt;br /&gt;
(&lt;br /&gt;
[0] =&amp;amp;gt; TVAL1&lt;br /&gt;
[1] =&amp;amp;gt; TVAL2&lt;br /&gt;
)&lt;/p&gt;
&lt;p&gt;)&lt;/p&gt;
&lt;p&gt;RESULT&lt;br /&gt;
FAIL&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>postgesql7 field must be enclosed with quotes</title><link href="https://sourceforge.net/p/sitemanager/bugs/57/" rel="alternate"/><published>2003-05-04T09:17:39Z</published><updated>2003-05-04T09:17:39Z</updated><author><name>Khad</name><uri>https://sourceforge.net/u/khad/</uri></author><id>https://sourceforge.net5f1fc5c513ad75836f9a46bd34a3caf450001901</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;postgres7 (7.3?):&lt;br /&gt;
- field must be enclosed with &amp;amp;quot;&lt;br /&gt;
SELECT &amp;amp;quot;idxNum&amp;amp;quot; AS _id, &amp;amp;quot;userName&amp;amp;quot; FROM members ORDER BY &amp;amp;quot;userName&amp;amp;quot;;&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Error in editing </title><link href="https://sourceforge.net/p/sitemanager/bugs/56/" rel="alternate"/><published>2003-02-14T17:35:22Z</published><updated>2003-02-14T17:35:22Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net712afe26fd888db6c21a66ed288b440b8e0ad50d</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;I am getting the following error when I try to edit my &lt;br /&gt;
table with the smart forms&lt;/p&gt;
&lt;p&gt;Fatal error: Nesting level too deep - recursive &lt;br /&gt;
dependency? in C:\Program Files\Apache &lt;br /&gt;
Group\Apache\htdocs\siteManager\lib\sessionContainer&lt;br /&gt;
s\database_container.inc on line 109&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>