When I go "Index" and there I go to section as "Masspay" and click on "Seller reports", there comes screen where is a list of payments. Same page gives me errors like:

Notice: Undefined index: payment_method funktiossa mp_masspay_seller_form() (rivi 53 tiedostossa /home/xxxxxxxxx/domains/xxxxxxxxx.com/public_html/xxxxxxxxx/sites/all/modules/ubercart_marketplace/mp_masspay/mp_masspay.admin.inc).

Notice: Undefined index: payment_method funktiossa mp_masspay_seller_form() (rivi 53 tiedostossa /home/xxxxxxxxx/domains/xxxxxxxxx.com/public_html/xxxxxxxxx/sites/all/modules/ubercart_marketplace/mp_masspay/mp_masspay.admin.inc).

Notice: Undefined index: payment_method funktiossa mp_masspay_seller_form() (rivi 165 tiedostossa /home/xxxxxxxxx/domains/xxxxxxxxx.com/public_html/xxxxxxxxx/sites/all/modules/ubercart_marketplace/mp_masspay/mp_masspay.admin.inc).

Notice: Undefined index: payment_method funktiossa mp_masspay_seller_form() (rivi 188 tiedostossa /home/np44846/domains/jivane.com/public_html/stockme/sites/all/modules/ubercart_marketplace/mp_masspay/mp_masspay.admin.inc).

Btw, sorry of this. Some words of error messages is finnish language. Little translation for my errors:

  • Rivi (fin) = Line (eng)
  • Tiedostossa (fin) = In file (eng)
  • Funktiossa (fin) = At function (eng)

Ok that's that, but when i select some payments active and click button "Make payment", there comes new page (look image attachment), which is dead end and nothing to do. I refreshed page but nothing happens (No resposes from paypal).

Fixes?

CommentFileSizeAuthor
file1.jpg161.95 KBJere Toivanen

Comments

thatjustin’s picture

What's happening there is that the code is expecting there to be a payment method set for every user that is a possible seller. Each line there is for each user that is a possible seller without a payment_method set.

My comment is not a fix, just some detail as to what is going on there. A non-code fix would be to set a payment method for all of those users.