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.

can't read "var_pointer": no such variable

Old posts that have not been replied to for several years.
Locked
User avatar
Sir_Fz
Revered One
Posts: 3794
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

can't read "var_pointer": no such variable

Post by Sir_Fz »

this Error appears in PartyLine:
[06:47] Tcl error in script for 'timer522':
[06:47] can't read "var_pointer": no such variable
I found this Code in Clonepro.tcl :

Code: Select all

proc cp_expire var_exp {
        upvar $var_exp var_pointer

        if {$var_pointer > 1} {
                incr var_pointer -1
        } else {
                unset var_pointer
        }
}
what seems to be the problem ?
User avatar
stdragon
Owner
Posts: 959
Joined: Sun Sep 23, 2001 8:00 pm
Contact:

Post by stdragon »

Somewhere, it is calling "cp_expire blah" and blah doesn't exist.
User avatar
Sir_Fz
Revered One
Posts: 3794
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

ok..

Post by Sir_Fz »

ok then if i give the script... u can find the problem and fix it right ?
User avatar
stdragon
Owner
Posts: 959
Joined: Sun Sep 23, 2001 8:00 pm
Contact:

Post by stdragon »

Umm nice attitude. Yeah I could find and fix it... if I cared.
Locked