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.

Whats wrong?

Old posts that have not been replied to for several years.
Locked
T
TheLORD

Whats wrong?

Post by TheLORD »

Script reads lines from txt file.
Under windows all works great, but when i tried to run thin on RedHet 9.0 i got a message:

Code: Select all

[11:48] Tcl error in file 'eggdrop.conf':
[11:48] error reading "file9": Success
    while executing
"gets $fileID"
    ("rehash" arm line 9)
    invoked from within
"switch -exact -- [string tolower $cmd] {
                "count" {
                        if {![info exists qpos]} { return 0 }
                        return [llength $qpos]
                }

                "rehash" {
                        if {[info..."
    (procedure "question" line 2)
    invoked from within
"question rehash"
    (in namespace eval "::tpub" script line 2)
    invoked from within
"namespace eval tpub {
        if {![set count [question count]]} { set count [question rehash] }
        putlog "3HAuKA (re)loaded, $qcount [lindex {. question ques..."
    (file "scripts/3hauka.tcl" line 1400)
    invoked from within
"source scripts/3hauka.tcl"
    (file "eggdrop.conf" line 1378)
[11:48] * CONFIG FILE NOT LOADED (NOT FOUND, OR ERROR)

file has permission: 777

;\
Locked