Forums / Addon Payment Modules / DIBS installing

DIBS installing

Results 1 to 5 of 5
18 Nov 2017, 13:16
#1
stf007 avatar

stf007

New Zenner

Join Date:
Nov 2017
Posts:
3
Plugin Contributions:
0

DIBS installing

Have downloaded module from DIBS and installed.

when choosing DIBS as payment and continue, I get error msg "Not Found, The requested URL /zen-cart-v1.5.5e-03082017/checkout_payment was not found on this server."

I hva tried copy checkout_payment.php to store folder but same result.

Anyone knows how to fix?

thanks
18 Nov 2017, 15:22
#2
mc12345678 avatar

mc12345678

Totally Zenned

Join Date:
Jul 2012
Posts:
16,907
Plugin Contributions:
1

Re: DIBS installing

For most people (including myself) providing more information would be helpful. What is DIBS? Where can it be found?

Sounds like an installation issue, but couldn't tell you without any further information of what's going on. Do any of those folders exist? What is their meaning/importance, etc...
20 Nov 2017, 20:44
#4
stf007 avatar

stf007

New Zenner

Join Date:
Nov 2017
Posts:
3
Plugin Contributions:
0

Re: DIBS installing

I have followed the installment instuctions, at least as far as I know...

Copied content in "Zen-Cart-DIBS\Zen-Cart-master\src\DIBS Payment Window\" into ROOT of store, same with FLEXwin, dont know the diffence between these though....

BUT, havent done anything with dist folder.... where to copy this?

I get the option in store to pay with DIBS, but when choosing, I get the error
"The requested URL /zen-cart-v1.5.5e-03082017/checkout_payment was not found on this server."

I appreciate all help I can get :)

Thanks
20 Nov 2017, 21:55
#5
carlwhat avatar

carlwhat

Totally Zenned

Join Date:
Nov 2005
Posts:
2,932
Plugin Contributions:
5

Re: DIBS installing

i think you are going to have a tough time with this module. they have not updated it in years. they are not releasing it through the normal zen-cart plugin review process, and there is no support of it here at the ZC forum as far as i can tell...

based on the little digging that i did, i would use only the payment window code and get rid of the flexwin code. the payment window code is the newest.

the dist directory are zip files of the releases. the latest release is:

https://github.com/DIBS-Payment-Services/Zen-Cart/blob/master/dist/ZenCart_znc1_DPW4.1.3.zip

you can remove all of the other things, download this zip file, extract the files from within the zip, and then install those as according to whatever documentation you have. if you are satisfied that you did everything proper with copying the contents of:

Zen-Cart-DIBS\Zen-Cart-master\src\DIBS Payment Window\

you can safely ignore the files in the dist directory. but definitely get rid of the flexwin ones.

with regards to your specific error, i do not have anywhere solid to point you. it looks like something maybe redirecting you to the checkout_payment page, but it is pointing to the wrong spot. do you know your directory structure on your server? does the folder:

/zen-cart-v1.5.5e-03082017/

exist on your server? the problem might be here:

includes/modules/payment/dibspw.php:104
includes/modules/payment/dibspw.php:162

i would talk to the DIBs people as they will really be the ones to help with this problem.

good luck!