<?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/ibwebadmin/bugs/</link><description>Recent changes to bugs</description><atom:link href="https://sourceforge.net/p/ibwebadmin/bugs/feed.rss" rel="self"/><language>en</language><lastBuildDate>Thu, 25 Oct 2007 12:25:01 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/ibwebadmin/bugs/feed.rss" rel="self" type="application/rss+xml"/><item><title>Firebird 2.1 compatibility</title><link>https://sourceforge.net/p/ibwebadmin/bugs/27/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;ibWebAdmin 1.02 doesn't work with Firebird 2.1beta2.&lt;/p&gt;
&lt;p&gt;Error in "get_tables.inc.php, line: 156":&lt;br /&gt;
Datatype BLOB is not supported for sorting operation.&lt;/p&gt;
&lt;p&gt;It seems that error is caused by usage of "DISTINCT" in system tabbles requests.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Oleg Deribas</dc:creator><pubDate>Thu, 25 Oct 2007 12:25:01 -0000</pubDate><guid>https://sourceforge.netfec2ad9cc53b6a3001dfa8c97ede2fba712825f8</guid></item><item><title>array_combine used (since PHP 5)</title><link>https://sourceforge.net/p/ibwebadmin/bugs/26/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;On the very first page, I get the followin error:&lt;br /&gt;
Fatal error: Call to undefined function:&lt;br /&gt;
array_combine() in&lt;br /&gt;
c:\server\apache\htdocs\test\ibwebadmin\inc\panel_elements.inc.php&lt;br /&gt;
on line 503&lt;/p&gt;
&lt;p&gt;Using PHP 4.3.4. So it isnt PHP 4 compatibale as&lt;br /&gt;
mentioned in&lt;br /&gt;
&lt;a href="http://www.ibwebadmin.net/doc/requirements.html" rel="nofollow"&gt;http://www.ibwebadmin.net/doc/requirements.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Emulation can be done easily:&lt;br /&gt;
&lt;a href="http://en.php.net/array_combine" rel="nofollow"&gt;http://en.php.net/array_combine&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tobias Schlemmer</dc:creator><pubDate>Thu, 13 Jul 2006 11:09:04 -0000</pubDate><guid>https://sourceforge.net7530517eea1c98d49275feac31bb66e4e73bc3b3</guid></item><item><title>Connection message error</title><link>https://sourceforge.net/p/ibwebadmin/bugs/25/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I've got a problem with ibwebadmin 1.0 with apache 4.0&lt;br /&gt;
and interbase 6.0 opensource :&lt;br /&gt;
When I want to connect to a database, i got at the&lt;br /&gt;
bottom of the page, the "-904 connection error".&lt;/p&gt;
&lt;p&gt;But it connects and I can acces to my database.&lt;/p&gt;
&lt;p&gt;This error seems not to occurs.&lt;/p&gt;
&lt;p&gt;ch_derenne&lt;br /&gt;
(excuse my poor english)&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">chd</dc:creator><pubDate>Tue, 27 Dec 2005 16:27:57 -0000</pubDate><guid>https://sourceforge.net272ae257f8a5799a149ade93f812d74a507decea</guid></item><item><title>long lists of objects doesn't appears all</title><link>https://sourceforge.net/p/ibwebadmin/bugs/24/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;If I logon to DB from other computer (not localhost) over &lt;br /&gt;
internet and list of DB objects is longer (over +- 40 &lt;br /&gt;
items) it doesn't appear all objects. It doesn't depends &lt;br /&gt;
on SSL or not SSL, I tryed both.&lt;br /&gt;
If I open the site locally on localhost it works fine.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Webion brano</dc:creator><pubDate>Tue, 23 Aug 2005 10:38:10 -0000</pubDate><guid>https://sourceforge.net08c954ccf559485115dcf841388191001655a5f3</guid></item><item><title>"Enter data" needs value - but should be auto generated</title><link>https://sourceforge.net/p/ibwebadmin/bugs/23/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;When entering data (Data tab -&amp;gt; Enter data), the values&lt;br /&gt;
for "auto incremented" fields are not handled correctly.&lt;/p&gt;
&lt;p&gt;For example, I have a table with a field&lt;br /&gt;
"APPLICATION_ID" that should be automatically&lt;br /&gt;
incremented with trigger/generator. It works correctly&lt;br /&gt;
outside of ibWebAdmin.&lt;/p&gt;
&lt;p&gt;But when using "Enter data" section of ibWebAdmin, it&lt;br /&gt;
will not post and gives me this error:&lt;br /&gt;
-----&lt;br /&gt;
InterBase Error:&lt;br /&gt;
Parameter 1: non-empty value required&lt;/p&gt;
&lt;p&gt;Debug output:&lt;br /&gt;
&amp;lt;snipped path&amp;gt;...\data.php,127: &lt;/p&gt;
&lt;p&gt;$sql: INSERT INTO "APPLICATIONS" ("APPLICATION_ID",&lt;br /&gt;
"APPLICATION_NAME", "IS_ROLE", "SERVER_ID") VALUES (?,&lt;br /&gt;
?, ?, ?)&lt;br /&gt;
-----&lt;br /&gt;
If I enter a value for APPLICATION_ID, it does post&lt;br /&gt;
correctly - but this value should be generated&lt;br /&gt;
automatically when record is inserted.&lt;/p&gt;
&lt;p&gt;If you need any more information, please feel free to ask.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;br /&gt;
Dale&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dale Mullins</dc:creator><pubDate>Wed, 06 Jul 2005 01:47:40 -0000</pubDate><guid>https://sourceforge.net9ffe5cc7a1b634ce8a30d81df6e1e722ac38d105</guid></item><item><title>Show Trigger </title><link>https://sourceforge.net/p/ibwebadmin/bugs/22/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;PHP-Fehler:&lt;br /&gt;
Undefined offset: 17&lt;br /&gt;
in file: &lt;br /&gt;
../ibWebAdmin_0.99.2/inc/triggers.inc.php, &lt;br /&gt;
line 219&lt;/p&gt;
&lt;p&gt;Don't know, whats wrong there....&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Björn Reimer</dc:creator><pubDate>Thu, 17 Feb 2005 11:28:48 -0000</pubDate><guid>https://sourceforge.netcd172f9a797cb4a21fd400ce4457a65a6e716c91</guid></item><item><title>Endless loop during startup</title><link>https://sourceforge.net/p/ibwebadmin/bugs/21/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;1. Version 0.91 works.&lt;br /&gt;
2. Version 0.99.2 didn't.&lt;/p&gt;
&lt;p&gt;I'm getting the following message from the browser:&lt;/p&gt;
&lt;p&gt;Redirection limit for this URL exeeded. Unable to load&lt;br /&gt;
the requested page.&lt;/p&gt;
&lt;p&gt;Webserver log shows many (about 12 per connection try)&lt;br /&gt;
302 redirections.&lt;/p&gt;
&lt;p&gt;(Using PHP 5 on Solaris with Apache)&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Björn Reimer</dc:creator><pubDate>Mon, 07 Feb 2005 09:21:59 -0000</pubDate><guid>https://sourceforge.netd140c73c470f58dc454e92ea801067d5f114de4b</guid></item><item><title>Endless loop during startup</title><link>https://sourceforge.net/p/ibwebadmin/bugs/20/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;1. Version 0.91 works.&lt;br /&gt;
2. Version 0.99.2 didn't.&lt;/p&gt;
&lt;p&gt;I'm getting the following message from the browser:&lt;/p&gt;
&lt;p&gt;Redirection limit for this URL exeeded. Unable to load&lt;br /&gt;
the requested page.&lt;/p&gt;
&lt;p&gt;Webserver log shows many (about 12 per connection try)&lt;br /&gt;
302 redirections.&lt;/p&gt;
&lt;p&gt;(Using PHP 5 on Solaris with Apache)&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Björn Reimer</dc:creator><pubDate>Mon, 07 Feb 2005 08:17:27 -0000</pubDate><guid>https://sourceforge.netf7e96fd8d8022afc031e82c0dbb61e76f0ab5eb8</guid></item><item><title>Problems with some Column-Names</title><link>https://sourceforge.net/p/ibwebadmin/bugs/19/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;In Firebird I cannot use column names like USER without&lt;br /&gt;
quoting them, because they are reserved words. But i&lt;br /&gt;
have created a table with the column name "USER" which&lt;br /&gt;
works with the quotes. But i cannot edit records in&lt;br /&gt;
this table with ibwebadmin because it does not quote&lt;br /&gt;
the field names. If i try an insert on this table i get&lt;br /&gt;
the following error:&lt;br /&gt;
InterBase Error&lt;br /&gt;
file: /var/www/rhun/ibwebadmin/data.php, line: 123&lt;br /&gt;
statement: INSERT INTO TESTTABLE (USER, PASSWORD)&lt;br /&gt;
VALUES (?, ?)&lt;br /&gt;
ibase_errmsg: Dynamic SQL Error SQL error code = -104&lt;br /&gt;
Token unknown - line 1, char 24 USER&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Weissenbacher</dc:creator><pubDate>Fri, 12 Nov 2004 13:26:07 -0000</pubDate><guid>https://sourceforge.netc6cf708df092b1dc683ffa6b9c0572539b49a22d</guid></item><item><title>(NOT) NULL Status is displayed incorrectly</title><link>https://sourceforge.net/p/ibwebadmin/bugs/18/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I've discovered a small problem with ibwebadmin that is&lt;br /&gt;
in conjuction with the (NOT) NULL status of a column.&lt;br /&gt;
This was tested with Firebird 1.5 under Linux.&lt;br /&gt;
ibwebadmin displays the information diffenrently than&lt;br /&gt;
other tool like IBExpert. The problem can be reproduced&lt;br /&gt;
in the following way:&lt;br /&gt;
- Create a Table with a NULL-Column&lt;br /&gt;
- Change the NULL-Column to be a NOT NULL Column (with&lt;br /&gt;
IBExpert for example)&lt;br /&gt;
- ibwebadmin still displays the Column as a&lt;br /&gt;
NULL-Column, other tools display it correctly&lt;br /&gt;
- If i try to insert a NULL Value in the Column the&lt;br /&gt;
Server correctly gives an error&lt;/p&gt;
&lt;p&gt;It seems that ibwebadmin looks for the (NOT) NULL&lt;br /&gt;
status in another place than the other tools. I'm no&lt;br /&gt;
expert it Firebird internals, but maybe they store the&lt;br /&gt;
NOT NULL Status in two different locations and changing&lt;br /&gt;
it does only change one of the two. Maybe the other is&lt;br /&gt;
not used by anything but ibwebadmin.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Weissenbacher</dc:creator><pubDate>Fri, 12 Nov 2004 13:19:50 -0000</pubDate><guid>https://sourceforge.neta9693ac56456b2a15163bbb9af6b6950e34296b2</guid></item></channel></rss>