Announcement

Collapse
No announcement yet.

Script Error when trying to view Products Page

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

    Script Error when trying to view Products Page

    Hiya,

    I just uploaded successfully, I think, the default store that came with the program.

    When I clicked to view the Products page, I received the following error:

    It looks like there was an error:
    Your script produced this error:
    Can't locate Socket.pm in @INC (@INC contains: . /lib /site_perl) at al000001.pm line 9.
    BEGIN failed--compilation aborted at al000001.pm line 9.

    I searched for "socket.pm" and found no such file on my machine. Then I looked in the "al000001.pm" file and line 9 reads: use Socket;

    How do i go about fixing this error?

    Can I just delete the "use Socket;" line?

    Any and all help is greatly appreciated,

    HellEden
    helleden@unitz.ca

    #2
    This could either be the path to perl entered incorrectly into your Advanced Network Setup or perl has not been installed properly on the server. Socket.pm is one of the perl library files required for al000001.pl to execute and it can't be found along the current path.

    It's probably best to have a chat with the web host and ask them for the path to perl and make sure they have at least perl 5.2 installed.

    Ben
    Ben Popplestone
    Ecommerce website software

    Comment

    Working...
    X