<?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/phpip/bugs/</link><description>Recent changes to bugs</description><atom:link href="https://sourceforge.net/p/phpip/bugs/feed.rss" rel="self"/><language>en</language><lastBuildDate>Mon, 02 May 2011 14:59:44 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/phpip/bugs/feed.rss" rel="self" type="application/rss+xml"/><item><title>sql install scripts do not generate the tables</title><link>https://sourceforge.net/p/phpip/bugs/27/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;on the latest version of mysql the TYPE=MyISAM syntax is not supported when creating Tables&lt;br /&gt;
therefore the phpip.sql does not get applied and the tables and entries do not get created even tho the install page says successfull &lt;/p&gt;
&lt;p&gt;i have fixed the file to use the new syntax of ENGINE=MyISAM  and then rerun the the install &lt;/p&gt;
&lt;p&gt;also as a side note - if you run the install process more than once on the same DB it will create duplicate admin accounts with the same name which will then cause the first login to show a blank page during the validate function and hang &lt;/p&gt;
&lt;p&gt;to fix this remove the duplicate row from the users table in the DB&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ari Friedman</dc:creator><pubDate>Mon, 02 May 2011 14:59:44 -0000</pubDate><guid>https://sourceforge.netebf189669bf0a456ad3c55d3e2255643f669607c</guid></item><item><title>corrupt address table</title><link>https://sourceforge.net/p/phpip/bugs/26/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;It appears that if a duplicate CIDR is added (in my case by mistake) then removed along with the associated prefix (which was removed first), you get the following error;  Table './phpip_management/addresses' is marked as crashed and last (automatic?) repair failed.  No luck up to this point trying to recover.  I have tried to repair the table with no success.  Any ideas?  I am running version phpip-4.3.2-build-200611081420 with php v5.1 and mysql 5.0.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">freepower31</dc:creator><pubDate>Tue, 30 Dec 2008 19:27:26 -0000</pubDate><guid>https://sourceforge.neta285414c5038b14ed93ae3cb4e3c6af1150cf1a7</guid></item><item><title>incorrect display networks slower than 256 ip</title><link>https://sourceforge.net/p/phpip/bugs/25/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;If i modify a description in one ip in a smal subnet (&amp;gt;/24), after the apply I see all the ip in the subnet /24.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Colonna Andrea</dc:creator><pubDate>Thu, 21 Aug 2008 11:20:05 -0000</pubDate><guid>https://sourceforge.net451f7e22c96748cb04a9504b7fc8f20337b8f4d8</guid></item><item><title>IP Sorting is not correct</title><link>https://sourceforge.net/p/phpip/bugs/24/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Trying to make some different subnets showed, that the IP sorting is not 100% correct.&lt;/p&gt;
&lt;p&gt;Creating an array with the values first and doing a natsort on it, solves the problem in box_CidrMenu.php&lt;/p&gt;
&lt;p&gt;e.g. &lt;/p&gt;
&lt;p&gt;// After the SQL Queries&lt;/p&gt;
&lt;p&gt;$values = array();&lt;/p&gt;
&lt;p&gt;# Create array of all IPs. &lt;br /&gt;
# This means there mustn't be duplicate IPs!&lt;/p&gt;
&lt;p&gt;while($row = mysql_fetch_array($sql)){&lt;br /&gt;
$values[$row[NetMenuCidr]]=$row;&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;# Sort the values by Key&lt;br /&gt;
$values = natksort($values);&lt;/p&gt;
&lt;p&gt;# uncommented:&lt;br /&gt;
# while($row = mysql_fetch_array($sql)){&lt;br /&gt;
foreach ($values as $key=&amp;gt;$row){&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">web_rene</dc:creator><pubDate>Wed, 11 Jul 2007 08:51:55 -0000</pubDate><guid>https://sourceforge.netb60c856e420ffd0c77b304d718e41f6c6d77cd84</guid></item><item><title>Blank Page when user unknown</title><link>https://sourceforge.net/p/phpip/bugs/23/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I found a bug in the Source of the login.php.&lt;br /&gt;
The else{ //Default prompt if user is unknown } case&lt;br /&gt;
is one step to early which results in a Blank page when the user is not known.&lt;/p&gt;
&lt;p&gt;Putting the whole else behind the next '}' solves the Problem.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">web_rene</dc:creator><pubDate>Wed, 11 Jul 2007 08:45:01 -0000</pubDate><guid>https://sourceforge.net108514ddb2c82e050afaca3c2a03e3761590a10f</guid></item><item><title>import csv</title><link>https://sourceforge.net/p/phpip/bugs/22/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I've made some minor changes to a previously submitted perl script that will import CSV files, primarily increasing the level of documentation and some re-ordering to make function obvious to new users.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tremaine</dc:creator><pubDate>Tue, 28 Nov 2006 19:16:18 -0000</pubDate><guid>https://sourceforge.net23b42565b3d98f19b4f30c886719aed39337a116</guid></item><item><title>search on string not working</title><link>https://sourceforge.net/p/phpip/bugs/21/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Search features do not appear to work at all?&lt;/p&gt;
&lt;p&gt;I have a host with user first name and last name defined, as well as MAC address in xx:xx form as 'Device Custom 1'&lt;/p&gt;
&lt;p&gt;when searching for the mac in : form, or for any portion of the username in a client search I get no results.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tremaine</dc:creator><pubDate>Tue, 14 Nov 2006 23:47:48 -0000</pubDate><guid>https://sourceforge.net100a7007a4712a21aa76f3b667ca3f018ca92e3c</guid></item><item><title>cidr_remove.php</title><link>https://sourceforge.net/p/phpip/bugs/20/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;In cidr_remove.php od row 46 in this $CidrRemove =&lt;br /&gt;
mysql_query("DELETE FROM `NetMenu` WHERE `NetMenuId` =&lt;br /&gt;
'$cidrremove'"); was NetMenuCidr. I think it's bug&lt;br /&gt;
because remove CIDR not make.&lt;br /&gt;
Build 200611061420.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Safranek Jaroslav</dc:creator><pubDate>Wed, 08 Nov 2006 14:08:17 -0000</pubDate><guid>https://sourceforge.neta044e840f742fd62d59f98b8f5232373e937a35a</guid></item><item><title>Preferences not applied at login</title><link>https://sourceforge.net/p/phpip/bugs/19/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Problem not applying preferences at login.&lt;br /&gt;
In login.php missing { in else statement on line 140.&lt;br /&gt;
Also moved the header &lt;br /&gt;
statement to after the closing } of the else.&lt;/p&gt;
&lt;p&gt;See attached file for code.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Adam</dc:creator><pubDate>Sun, 05 Nov 2006 16:48:27 -0000</pubDate><guid>https://sourceforge.net285768ee7497ff0aecdb1007d637f34bdace166a</guid></item><item><title>4.3: Deleting a CIDR block doesn't delete IPs in the DB</title><link>https://sourceforge.net/p/phpip/bugs/18/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I have been working with thsi program today, I created&lt;br /&gt;
a 192.168.3.0/24 CIDR block, then decided I wanted to&lt;br /&gt;
play with a smaller one, say 192.168.3.64/26 block .. &lt;/p&gt;
&lt;p&gt;So I deleted the /24 after I made the /26.&lt;/p&gt;
&lt;p&gt;When I went to search I saw duplicate IPs listed where&lt;br /&gt;
the two blocks overlapped.  Used mysql from the command&lt;br /&gt;
line and was able to verify that, yes, the CIDR&lt;br /&gt;
addresses from the deleted block still existed in the&lt;br /&gt;
database .. in fact, it did not appear the program was&lt;br /&gt;
deleting any IP addresses from the DB when the "CIDR&lt;br /&gt;
Remove" function is used from the user interface.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Max Schubert</dc:creator><pubDate>Fri, 03 Nov 2006 18:06:05 -0000</pubDate><guid>https://sourceforge.net7cfe4ff04b8b2031950b8c7fefa423522ee282b3</guid></item></channel></rss>