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.

channellog155.tcl error ?

Old posts that have not been replied to for several years.
Locked
S
Stone
Voice
Posts: 10
Joined: Mon Jul 25, 2005 5:02 am

channellog155.tcl error ?

Post by Stone »

Code: Select all

Tcl error [mel_chatter]: error getting working directory name: permission denied
Tcl error [mel_enter]: error getting working directory name: permission denied
Tcl error [mel_cmode]: error getting working directory name: permission denied
Tcl error [mel_kicked]: error getting working directory name: permission denied
Tcl error [mel_partinga]: error getting working directory name: permission denied
Tcl error [bs_timedsave]: error getting working directory name: permission denied
Tcl error [mel_signoff]: error getting working directory name: permission denied
Tcl error [mel_ctopic]: error getting working directory name: permission denied

Code: Select all

<stone> .rehash
[12:40] #stone# rehash
 Rehashing.
 [12:40] Writing user file...
 [12:40] Writing channel file...
 [12:40] Rehashing ...
 [12:40] Tcl error in file 'botfour.conf':
 [12:40] error getting working directory name: permission denied
     while executing
 "open ${statslogdir}${chan}.log a"
     (procedure "mel_event" line 48)
     invoked from within
 "mel_event part $nick $host $handle $channel $partmsg"
     (procedure "mel_partinga" line 2)
     invoked from within
 "mel_partinga $_p1 $_p2 $_p3 $_p4 $_p5"
 [12:40] * CONFIG FILE NOT LOADED (NOT FOUND, OR ERROR)
can any one help me :?: :!: :?:
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

check your directory and file permissions, you need read and write access to both in order for eggdrop to work properly
Locked