Announcement

Collapse
No announcement yet.

Perl issues

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Perl issues

    Guys

    Verison 7.0.6 on Linx.

    to get the catalgue to work had to chage perl path /usr/bin/perl -w

    Getting loadds of error messages in the server logs,

    Use of uninitialized value in concatenation (.) or string at px000001.pm line 262.
    Use of uninitialized value in concatenation (.) or string at px000001.pm line 262.
    Use of uninitialized value in concatenation (.) or string at px000001.pm line 262.
    Use of uninitialized value in concatenation (.) or string at px000001.pm line 281.
    Use of uninitialized value in string ne at sm000001.pm line 439.
    Argument "http://shop.########.co.uk/acatalog/" isn't numeric in numeric ne (!=) at al000001.pm line 3637.
    Use of uninitialized value in substitution (s///) at al000001.pm line 3664.
    Use of uninitialized value in substitution (s///) at al000001.pm line 3664.
    Use of uninitialized value in concatenation (.) or string at al000001.pm line 3728.
    Use of uninitialized value in string ne at al000001.pm line 1726.

    To name a few,

    Had a read through the FAQ am running 5.8.4 version of perl

    Help

    Giz

    #2
    Gizmo,

    Am looking into this, will update here shortly.

    Kind regards,
    Bruce King
    SellerDeck

    Comment


      #3
      Have you made changes to any of the perl scripts in Actinic or are you using the default scripts as they are?

      Regards,
      Bruce King
      SellerDeck

      Comment


        #4
        Gizmo,

        The path to perl using the -w is to suppress warning messages, but this has an adverse effect by generating compiler warnings.

        Are your scripts not running at all with the -w on the end of the path to perl, or are you trying to get rid of the log info being generated. Normally the warnings do not prevent the scripts from working so turning off the -w flag is enough, change perl path fro '/usr/bin/perl -w' to just '/usr/bin/perl'.

        Kind regards,
        Bruce King
        SellerDeck

        Comment

        Working...
        X