Welcome, Guest. Please login or register.

Author Topic: Error in Other-Defed.php  (Read 708 times)

Pieter Hotting

  • Newbie
  • *
  • Posts: 1
    • View Profile
Error in Other-Defed.php
« on: January 29, 2023, 11:59:10 am »
I used "nedi-2.2C.zip" to do a fresh install. When creating a new SNMP (not yet existing) definition in Other-Defed.php, the screen will be empty.

This is caused by a typo on line 489.
    if( isse($src) ){

"isse" should be "isset":
   if( isset($src) ){

After correcting this, everything works fine.

Thanks

rickli

  • Administrator
  • Hero Member
  • *****
  • Posts: 2901
    • View Profile
    • NeDi
Re: Error in Other-Defed.php
« Reply #1 on: February 02, 2023, 10:56:42 am »
Thanks for finding and even posting the solution. Unfortunately I've copied this over from NeDi 2.3. A customer and I found out the hard way  :-[

Hope it will not be too annoying out there...
Please consider Other-Invoices on your NeDi installation for an annual contribution, tx!
-Remo