Zen Cart Logo
Forums / Addon Payment Modules / includes/languages/english/modules/payment/bankdeposit.php - failed to open stream

includes/languages/english/modules/payment/bankdeposit.php - failed to open stream

Locked

Views: 3,302

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
20 Jan 2009, 11:43 PM
#1
galax avatar

galax

New Zenner

Join Date:
Jan 2009
Posts:
6
Plugin Contributions:
0

includes/languages/english/modules/payment/bankdeposit.php - failed to open stream

Got the latest ZenCart version. It's a two-language store (no and eng). I've successfully set up the Norwegian language bankdeposit module. However, the English module won't work. When I open it in the admin panel, the following errors are shown:
:dontgetit
Warning: include(/home/anukat/litenoglekker.no/includes/languages/english/modules/payment/bankdeposit.php) [function.include]: failed to open stream: No such file or directory in /home/anukat/litenoglekker.no/admin/modules.php on line 173

Warning: include() [function.include]: Failed opening '/home/anukat/litenoglekker.no/includes/languages/english/modules/payment/bankdeposit.php' for inclusion (include_path='.:/usr/local/php5/lib/php:/usr/local/lib/php') in /home/anukat/litenoglekker.no/admin/modules.php on line 173

Warning: include(/home/anukat/litenoglekker.no/includes/languages/english/modules/payment/invoice.php) [function.include]: failed to open stream: No such file or directory in /home/anukat/litenoglekker.no/admin/modules.php on line 173

Warning: include() [function.include]: Failed opening '/home/anukat/litenoglekker.no/includes/languages/english/modules/payment/invoice.php' for inclusion (include_path='.:/usr/local/php5/lib/php:/usr/local/lib/php') in /home/anukat/litenoglekker.no/admin/modules.php on line 173

All my customers will see when they get to the payment options, is: "MODULE_PAYMENT_BANKDEPOSIT_TEXT_TITLE".

How might I resolve this?:mellow:

21 Jan 2009, 4:06 AM
#2
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: includes/languages/english/modules/payment/bankdeposit.php - failed to open stream

Do you see this file on the server?
/includes/languages/english/modules/payment/bankdeposit.php

If you peek in that file do you see code or do you see define statements for the language constants?

21 Jan 2009, 11:00 AM
#3
galax avatar

galax

New Zenner

Join Date:
Jan 2009
Posts:
6
Plugin Contributions:
0

Re: includes/languages/english/modules/payment/bankdeposit.php - failed to open stream

Thank you very much for asking those questions. Discovered the file wasn't there for some reason! Now it's working.

21 Jan 2009, 3:13 PM
#4
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: includes/languages/english/modules/payment/bankdeposit.php - failed to open stream

Thanks for the update that loading the missing file to your server was able to resolve the problem ... :smile: