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
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
Comment