Menu

#3 Can't Connect To Server

v1.2.2
closed-fixed
nobody
9
2004-11-12
2004-10-26
Mike McKee
No

Found this on Fedora Core 2, but not on RH9.

Found I couldn't connect to the server. The bug was in
the pgst.py file in multiple locations that contained
the string:

args[1].in_ == 0

...and should be, only for Fedora Core 2, as:

args[1].in_ == 1

This permitted me to connect to notice the popdown
event, trap it, and display the possible databases.

Discussion

  • Nobody/Anonymous

    Logged In: NO

    On FC2, changing all the 0's to 1's gives me a parser error:

    parse error at or near "("

    in the database drop-down box. If there's a line number
    given, it must be truncated, because I don't see anything
    past the parenthesis.

     
  • Mike McKee

    Mike McKee - 2004-11-12
    • status: open --> closed-fixed
     
  • Mike McKee

    Mike McKee - 2004-11-12

    Logged In: YES
    user_id=561351

    Fixed in 1.3 release.

     
  • Mike McKee

    Mike McKee - 2004-11-16

    Logged In: YES
    user_id=561351

    Try 1.3 release to fix that parse problem.

     

Log in to post a comment.