Welcome, Guest
Username: Password: Remember me

TOPIC: [FIXED] Important: Do NOT upgrade to Joomla 3.8 (fix here)

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

  • Romkabouter
  • Romkabouter's Avatar
  • Offline
  • Elite Member
  • Posts: 310
  • Thank you received: 131
  • Karma: 48
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'))
Last Edit: 20 Sep 2017 09:19 by Romkabouter.
The administrator has disabled public write access.
The following user(s) said Thank You: admin, vlemos, organicwebs

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

  • admin
  • admin's Avatar
  • Offline
  • Administrator
  • Chef
  • Posts: 3711
  • Thank you received: 984
  • Karma: 140
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 administrator has disabled public write access.
The following user(s) said Thank You: organicwebs

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

  • admin
  • admin's Avatar
  • Offline
  • Administrator
  • Chef
  • Posts: 3711
  • Thank you received: 984
  • Karma: 140
Fixed
Coding is now a piece of cake
The administrator has disabled public write access.
The following user(s) said Thank You: Romkabouter, organicwebs
Time to create page: 0.081 seconds

Get Started