×

Notice

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

TOPIC: V2.1.1 My Bookings template

V2.1.1 My Bookings template 11 years 7 months ago #17822

  • Sebastiaan
  • Sebastiaan's Avatar Topic Author
  • Offline
  • Expert Boarder
  • Expert Boarder
  • Posts: 82
  • Thank you received: 3
With version 2.1.1 when I go to the my bookings tab, the template is broken and display's just basically a blank page with a few items on it. See attached pic.
Attachments:

V2.1.1 My Bookings template 11 years 7 months ago #17824

  • Yves Hoppe
  • Yves Hoppe's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 3519
  • Karma: 71
  • Thank you received: 556
Hmm seems like an php error, could you turn on error reporting (in Joomla and PHP), so that we can debug this?

Yves
The following user(s) said Thank You: Sebastiaan

V2.1.1 My Bookings template 11 years 7 months ago #17827

  • Sebastiaan
  • Sebastiaan's Avatar Topic Author
  • Offline
  • Expert Boarder
  • Expert Boarder
  • Posts: 82
  • Thank you received: 3
I turned error reporting on in Joomla and PHP,
and got this error:
Fatal error: Call to undefined method MatukioHelperUtilsEvents::getRandomChar() in .../administrator/components/com_matukio/helper/util_events.php on line 442

I will PM you my website settings so you can have a look.

V2.1.1 My Bookings template 11 years 7 months ago #17829

  • Sebastiaan
  • Sebastiaan's Avatar Topic Author
  • Offline
  • Expert Boarder
  • Expert Boarder
  • Posts: 82
  • Thank you received: 3
With the help of Yves this has been resolved.

Replace this code in /administrator/components/com_matukio/helper/util_events.php on line 442
$href = JURI::ROOT() . "index.php?tmpl=component&s=" . MatukioHelperUtilsEvents::getRandomChar() . "&option="

with:
$href = JURI::ROOT() . "index.php?tmpl=component&s=" . MatukioHelperUtilsBasic::getRandomChar() . "&option="
  • Page:
  • 1
Time to create page: 0.109 seconds