×

Notice

The forum is in read only mode.
Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: Paymentform page 2 - Blank

Paymentform page 2 - Blank 10 years 9 months ago #27107

  • Martin Bjergstroem
  • Martin Bjergstroem's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 4
  • Thank you received: 0
Hi,
I have made an event with a fee, but when i click on next from page 1 nothing happens, only a blank page, does anyone have any idea of what's going on?

/Martin

Paymentform page 2 - Blank 10 years 9 months ago #27108

  • Yves Hoppe
  • Yves Hoppe's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 3519
  • Karma: 71
  • Thank you received: 556
Hi Martin,

sounds like a PHP or JavaScript error - do you have a link for me?

Kind regards,

Yves

Paymentform page 2 - Blank 10 years 9 months ago #27114

  • Martin Bjergstroem
  • Martin Bjergstroem's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 4
  • Thank you received: 0

Paymentform page 2 - Blank 10 years 9 months ago #27116

  • Yves Hoppe
  • Yves Hoppe's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 3519
  • Karma: 71
  • Thank you received: 556
Hi Martin,

you have some JavaScript problems. Your template (or an module / plugin) is loading an old version of jQuery and not is using the integrated Joomla version for that:

Correct:

<script src="/media/jui/js/jquery.min.js" type="text/javascript"></script>

The problem:

<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js" type="text/javascript"></script>

I think it's mod_ariimageslider, maybe there is an update?

Kind regards,

Yves
  • Page:
  • 1
Time to create page: 0.307 seconds