Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC:

Important: Do NOT upgrade to Joomla 3.8 (fix here) 20 Sep 2017 09:19 #15299

Hi all,

If you have any frontend editing (or any screen with Toolbar buttons) do NOT upgrade to Joomla 3.8.
The toolbar has now a different class and will NOT be rendered.

I have a fix, open up in your ftp: ROOT/includes/jdom/html/toolbar.php
change line 65 from
		if (is_object($this->bar) && strtolower(get_class($this->bar)) == 'jtoolbar')
to
		if (is_object($this->bar) && (strtolower(get_class($this->bar)) == 'jtoolbar' || strtolower(get_class($this->bar)) == 'joomla\cms\toolbar\toolbar'))
The following user(s) said Thank You: admin, vlemos, organicwebs

Please Log in or Create an account to join the conversation.

Last edit: by Romkabouter.

Important: Do NOT upgrade to Joomla 3.8 (fix here) 20 Sep 2017 10:57 #15302

  • admin
  • admin's Avatar
  • Offline
  • Administrator
  • Administrator
  • Chef
  • Posts: 3711
  • Thank you received: 986
Thank you very much.

I didn't saw this one yet.
Gonna work on that.

Thanks for your fix
K++
Coding is now a piece of cake
The following user(s) said Thank You: organicwebs

Please Log in or Create an account to join the conversation.

Important: Do NOT upgrade to Joomla 3.8 (fix here) 25 Sep 2017 13:22 #15314

  • admin
  • admin's Avatar
  • Offline
  • Administrator
  • Administrator
  • Chef
  • Posts: 3711
  • Thank you received: 986
Fixed
Coding is now a piece of cake
The following user(s) said Thank You: Romkabouter, organicwebs

Please Log in or Create an account to join the conversation.

  • Page:
  • 1
Time to create page: 0.057 seconds

First let me congratulate you on an excellent/outstanding product. Just tried for one hour but was very impressed.
Marret (Forum)

Get Started