RTB - first bug report. with workarounds :)

Ask questions, request features, or just complement us about our software and services.
Post Reply
dainbramage
Posts: 4
Joined: Tue Mar 05, 2002 3:44 pm
Location: NC, US.
Contact:

RTB - first bug report. with workarounds :)

Post by dainbramage »

Neat tool so far...

bug #1. When you're adding or editing a server (ip/name and port) you can't use the delete key to edit the fields. It thinks you want to delete the record. Workaround: use backspace.

bug #2. In catcher.php, there's a full path to includes.php
$fp = fopen("/www/htdocs/radiotoolbox/includes.php", "w");

$fp = fopen("includes.php", "w");
should work for most people.
User avatar
Jay
Will work for food (Administrator)
Posts: 3020
Joined: Mon Jan 14, 2002 12:48 am
Location: Next Door
Contact:

RTB - first bug report. with workarounds :)

Post by Jay »

dainbramage wrote: bug #1. When you're adding or editing a server (ip/name and port) you can't use the delete key to edit the fields. It thinks you want to delete the record. Workaround: use backspace.
Yes this is actually a bug in my delete code it does not make sure that list box control is active, this will be fixed in the next version, thanks for pointing out the workarounds :)
dainbramage wrote: bug #2. In catcher.php, there's a full path to includes.php
$fp = fopen("/www/htdocs/radiotoolbox/includes.php", "w");

$fp = fopen("includes.php", "w");
should work for most people.
Yes I should have used reletive paths when creating the scripts, will be fixed in the next version.

Jay
Post Reply