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.

Tcl Errors - Quotation Marks

Old posts that have not been replied to for several years.
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

THis seems odd.

Can you paste your new script.

Some things to check. Are you editing the correct file?
Are you doing .rehash?
d
darko``
Op
Posts: 121
Joined: Sun Sep 08, 2002 5:33 pm
Location: Malta

Post by darko`` »

I've just taught of something. If stdragon's solutions doesn't help, try my regsub but dont escape quotes at all... just remove them. (I assume this will not affect functionality, because you never actualy use that sstring for output.)

regsub -all \" $text "" text
Ignorant and lazy people will save 30 minutes by chosing simple config file. Smart ones will save 3000 minutes of *everyone's* time by opting for complete config file.
User avatar
stdragon
Owner
Posts: 959
Joined: Sun Sep 23, 2001 8:00 pm
Contact:

Post by stdragon »

You replaced the one line, but you must have forgotten to delete the first one.
m
mike-c
Voice
Posts: 20
Joined: Thu Jul 25, 2002 3:40 pm

Post by mike-c »

OK, this is very weird... I realise it shouldn't be line 2, which I got afer a .rehash... so I did a .restart, and it still showed as line 2 :-? (Yes, I'm sure it is the right file)

I did remove the first one...

I'm trying a complete shutdown & startup now..

Mike
m
mike-c
Voice
Posts: 20
Joined: Thu Jul 25, 2002 3:40 pm

Post by mike-c »

OK, I removed all other scripts from the config, and started it with stdragon's method in place.

IT WORKED! :lol:

I'm assuming another similar script was interfering, but I will sort that out...

Thanks guys, you've made my day :wink:

Cheers,

Mike
Locked