Zen Cart Logo
Forums / Addon Payment Modules / LinkPoint Mod Help

LinkPoint Mod Help

Locked

Views: 1,479

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
15 Aug 2006, 20:40
#1
mudcreek avatar

mudcreek

New Zenner

Join Date:
Aug 2006
Posts:
19
Plugin Contributions:
0

LinkPoint Mod Help

Hey everyone. Thank you for such a useful site. All the info you share has helped tremendously in many regards.

However, I am having difficulty installing my LinkPoint Module. I have read the readme.txt and all it says for installation is "file are arranred in the same structure as Zen-Cart - Upload accordingly". My Zen-Cart was installed by Fantastico, so I am at a loss. I did try several different things, the last being I downloaded the module zip to my desktop, then I uploaded each individual file into the matching Zen-Cart file. After doing that & going to ZenCart Admin, in my payment modules I have an error message that reads:

Fatal error: Cannot redeclare class linkpoint_api in home/myusername/public_html/zencart/includes/modules/payment/linkpoint_api.php on line 13

Please help. Also, somehow during all this my Paypal IPN module isn't listed any longer with my payment modules?

Zen-Cart 1.3.0.1
New LinkPoint Module

Thanks in advance.

16 Aug 2006, 07:58
#2
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: LinkPoint Mod Help

If you take a careful look at the zip file contents, esp after you extract it into the folders it contains, you'll notice that there are several directories in it.

The message you're getting suggests that you've uploaded the "modules/payment" version of the file to the "languages/english" area by mistake. Note the difference:
includes/modules/payment/linkpoint_api.php
vs
includes/languages/english/modules/payment/linkpoint_api.php

These 2 files have very different contents, even though they have the same name.

Please re-upload the "languages" version of the file to the "languages" folder shown above.

17 Aug 2006, 05:32
#3
mudcreek avatar

mudcreek

New Zenner

Join Date:
Aug 2006
Posts:
19
Plugin Contributions:
0

Re: LinkPoint Mod Help

Thanks for the help. I knew I was overlooking something simple. Works well now.

Thanks again for the great site and software!