programmers, any idea what this error means?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sickkittens
    I am a meat popsicle.
    • Jul 2002
    • 25100

    #1

    programmers, any idea what this error means?

    Software error:
    Execution of add.cgi aborted due to compilation errors.

    HIGHEST PAYOUTS FOR NO-CONSOLE TOURS IN THE ENTIRE INDUSTRY!

    THIS SIG CAN BE YOURS FOR $200 - ICQ: 78881543
  • spentrent
    Confirmed User
    • Feb 2004
    • 876

    #2
    Sounds like Apache reporting a syntax error in a perl script.

    Comment

    • spentrent
      Confirmed User
      • Feb 2004
      • 876

      #3
      I'm guessing that you moved code from one server to another, and the new machine is missing a perl module the script depends on.

      Hit me up ok AT afn DOT org if you need a hand.

      Perl coders: shame on you for not using CGI::Carp... (unless of course _that's_ the missing module; in which case, Administrators: shame on you for not installing CGI::Carp by default!)

      Comment

      • Babaganoosh
        ♥♥♥ Likes Hugs ♥♥♥
        • Nov 2001
        • 15841

        #4
        Add this under the path to perl. It should show you more info on the error.

        PHP Code:
        use CGI::Carp qw(fatalsToBrowser); 
        
        I like pie.

        Comment

        Working...