Zen Cart Logo
Forums / Built-in Shipping and Payment Modules / paypal is working but misisng in payment module

paypal is working but misisng in payment module

Locked

Views: 593

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
23 Jun 2009, 5:31 AM
#1
letsmod avatar

letsmod

New Zenner

Join Date:
Sep 2008
Posts:
42
Plugin Contributions:
0

paypal is working but misisng in payment module

I am getting this error, but paypal is workign just fine:

Warning: include(/home1/vgcrepai/public_html/zen_store/includes/languages/english/modules/payment/4_10_09_paypaldp.php) [function.include]: failed to open stream: No such file or directory in /home1/vgcrepai/public_html/zen_store/myadmin/modules.php on line 173

Warning: include() [function.include]: Failed opening '/home1/vgcrepai/public_html/zen_store/includes/languages/english/modules/payment/4_10_09_paypaldp.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home1/vgcrepai/public_html/zen_store/myadmin/modules.php on line 173

Warning: include(/home1/vgcrepai/public_html/zen_store/includes/languages/english/modules/payment/4_10_09_paypalwpp.php) [function.include]: failed to open stream: No such file or directory in /home1/vgcrepai/public_html/zen_store/myadmin/modules.php on line 173

Warning: include() [function.include]: Failed opening '/home1/vgcrepai/public_html/zen_store/includes/languages/english/modules/payment/4_10_09_paypalwpp.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home1/vgcrepai/public_html/zen_store/myadmin/modules.php on line 173

Fatal error: Cannot redeclare class paypaldp in /home1/vgcrepai/public_html/zen_store/includes/modules/payment/paypaldp.php on line 1637

EDdited the actual name of my admin folder. I have no idea what this 4_10_09 file is it does not exist on my server

23 Jun 2009, 10:37 AM
#2
drbyte avatar

drbyte

Sensei

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

Re: paypal is working but misisng in payment module

That 4_10_09_ file is being referenced because it does exist on your server.

Payment modules work in pairs: the module and its corresponding language file. If you have one but not the other, you're going to see error messages.
Check BOTH folders: /includes/modules/payment AND /includes/languages/english/modules/payment ... and correct any mismatches you've got.

23 Jun 2009, 1:26 PM
#3
letsmod avatar

letsmod

New Zenner

Join Date:
Sep 2008
Posts:
42
Plugin Contributions:
0

Re: paypal is working but misisng in payment module

YOU ARE THE MAN !!! I deleted the 4_10_09 inthe includes/modules/payment files and all is well.

Now I need to investigate how the files got there!!