• Join/Login
  • Business Software
  • Open Source Software
  • For Vendors
  • Blog
  • About
  • More
    • Articles
    • Create
    • SourceForge Podcast
    • Site Documentation
    • Subscribe to our Newsletter
    • Support Request
SourceForge logo
For Vendors Help Create Join Login
SourceForge logo
Business Software
Open Source Software
SourceForge Podcast
Resources
  • Articles
  • Case Studies
  • Blog
Menu
  • Help
  • Create
  • Join
  • Login
  • Home
  • Browse
  • IPplan IP address management system
  • Bugs

Error : Search found no matching entries

Brought to you by: richarde
  • Summary
  • Files
  • Reviews
  • Support
  • Tickets ▾
    • Bugs
    • Support Requests
    • Patches
    • Feature Requests
  • News
  • Discussion
  • Donate
  • Code
Menu ▾ ▴
  • Create Ticket
  • View Stats

Group

  • v1.0 (example)

Searches

  • Changes
  • Closed Tickets
  • Open Tickets

Help

  • Formatting Help

#150 Error : Search found no matching entries

open
nobody
None
5
2011-07-20
2011-07-20
Anonymous
No

In IPPlan version 6 beta 3, some error occured on the result page when no matching entries are found:
Unknown error type: [2] natsort() [function.natsort]: The argument should be an array Line: 380 File: /var/www/ipplanv6b3/ipplanlib.php
Unknown error type: [2] Invalid argument supplied for foreach() Line: 382 File: /var/www/ipplanv6b3/ipplanlib.php

This bug can be fixed by changing the file ipplanlib.php:

line 380
natsort($array1);
--> if (is_array($array1)) natsort($array1);

line 382
foreach($array1 as $key2=>$val2) {
--> foreach((array)$array1 as $key2=>$val2) {

Hope this will help.

Discussion

  • Nobody/Anonymous

    Nobody/Anonymous - 2011-07-20
     
    Thumbnail
    ipplan_search_bug.png
    If you would like to refer to this comment somewhere else in this project, copy and paste the following link:

Log in to post a comment.

SourceForge
  • Create a Project
  • Open Source Software
  • Business Software
  • Top Downloaded Projects
Company
  • About
  • Team
  • SourceForge Headquarters
    1320 Columbia Street Suite 310
    San Diego, CA 92101
    +1 (858) 422-6466
Resources
  • Support
  • Site Documentation
  • Site Status
  • SourceForge Reviews
SourceForge logo
© 2026 Slashdot Media. All Rights Reserved.
Terms Privacy Opt Out Advertise
MongoDB Logo MongoDB