This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Infobot prob

Old posts that have not been replied to for several years.
Locked
K
Klumhru

Post by Klumhru »

in line 224 in the .tcl of the script hosted on egghead's ftp there is a strange syntax error.

Kept getting this:
TCL error [!pub_ib_filter]: invalid command name "4km_debuglog"
... so I went into the script and line 224 looked like this:

Code: Select all

224     4km_debuglog 4 "Entered pub_ib_filter"
changed to this:

Code: Select all

224    ib_debuglog "Entered pub_ib_filter"
works fine.

No idea if this is what is intended, but guessing that if you can't resolve this prob you're not debugging :wink:

Anyway, thought I'd post this in case anyone else was having this problem.
Locked