View Single Post
  #66  
Old 01-07-2007, 08:01 PM
_dave_ _dave_ is offline
Senior Member
 
Join Date: Feb 2005
Location: UK
Posts: 2,628
Default Re: v1.03

[ QUOTE ]
ok dave i copied the file into the folder. new error log contains this... (im importing hands atm in pokertracker not sure if that is casuing an error)

20070107154722_Stars: Permission denied
psql: warning: extra command-line argument "MAIN" ignored
psql: warning: extra command-line argument "Buddy" ignored
psql: warning: extra command-line argument "List.ahk_7048_in.txt" ignored
psql: warning: extra command-line argument "Buddy" ignored
psql: warning: extra command-line argument "List.ahk_7048_out.txt" ignored
psql: warning: extra command-line argument "Buddy" ignored
psql: warning: extra command-line argument "List.ahk_7048_error.txt" ignored
psql: FATAL: database "STARS" does not exist

[/ QUOTE ]

Now that is what I'd expect to see because of spaces in the DB names.

open your copy of Roland's Functions (functions.ahk) in notepad, scroll right to the end. IIRC the psql function is the last one in there.

change the line I posted a correction for out a few posts up ( command := psql .... ).

Hopefully fixed it (or at least gives us different errors)

dave.
Reply With Quote