Warning After Update Template Helix Ultimate 2.0.13 - Question | JoomShaper

Warning After Update Template Helix Ultimate 2.0.13

BM

Bart van Munster

Template 10 months ago

Warning: Undefined variable $scssVars in /home/public/sites/www..../plugins/system/helixultimate/src/Core/HelixUltimate.php on line 1914

Warning: Trying to access array offset on value of type null in /home/public/sites/www.../plugins/system/helixultimate/src/Core/HelixUltimate.php on line 1914

'offcanvas_menu_active_menu_item_color' => $this->params->get('offcanvas_menu_active_menu_item_color') ?? $scssVars['menu_text_active_color'] <-- line 1914

    );

Does anyone have a solution? Thanx.

0
21 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 10 months ago #117937

Hi Bart,

If you downloaded and installed Helix today I would try that in Template Options:

  1. Preset > Offcanvas > Set color for active menu item
  2. Advanced > Compile SCSS to CSS : turn on or off.

If will not help, share access to admin area

1
BM
Bart van Munster
Accepted Answer
10 months ago #117939

Hi Paul,

It works. Thanx Paul.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 10 months ago #117943

I am glad that I could help, please mark topic as solved.


Yes, in next Helix update, we will fix it.

0
D
Daniel Alves Simões
Accepted Answer
10 months ago #118221

Please what is the step-by-step way so I can fix it.

0
BM
Bart van Munster
Accepted Answer
10 months ago #118227

Hi Daniel,

the problem has now been solved.

0
D
Daniel Alves Simões
Accepted Answer
10 months ago #118229

But my site still has the error.

0
BM
Bart van Munster
Accepted Answer
10 months ago #118232

Hi Daniel,

See the solution from Paul Frankowski .

1. Preset > Offcanvas > Set color for active menu item
2. Advanced > Compile SCSS to CSS : turn on or off. In my case I turn it off.
0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 10 months ago #118342

@Daniel - now your site seems to be bug free, just use my tip.

0
C
Christina
Accepted Answer
10 months ago #118899

please I have Joomla 4. how do I access the options you describe?

0
BM
Bart van Munster
Accepted Answer
10 months ago #118901

Hi Christina,

  1. go to system > templates > website templates > styles
  2. select shaper_helixultimate > templates options
  3. advanced > sccs > compiles css to scss > turn if off
  4. save and close
1
K
kroenerdesign
Accepted Answer
8 months ago #125529

Hello,

I have the same problem but your solution doesn't work:

https://ibb.co/7QR05XT

Joomla 4.3.2 / PHP 8.0

Thanks :)

0
KH
Kami Hosseinian
Accepted Answer
8 months ago #127676

Hallo,

I have a similar problem after today's update (Helix Ultimate).

Warning: Undefined variable $scssVars in /var/www/vhosts/kami2go.de/httpdocs/plugins/system/helixultimate/src/Core/HelixUltimate.php on line 1914

Warning: Trying to access array offset on value of type null in /var/www/vhosts/kami2go.de/httpdocs/plugins/system/helixultimate/src/Core/HelixUltimate.php on line 1914

PHP-Version 8.0.28 Joomla 4.3.4

Please for a solution. THX

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 8 months ago #127976

@Kami

  1. In Template Options > Advanced > SCSS > Compile SCSS > CSS - turn OFF > Save (2x)
  2. Then Clear Joomla cache
  3. If will not help: Global Configuration > Server (tab) > Error Reporting: None
0
KH
Kami Hosseinian
Accepted Answer
8 months ago #128001

THX Paul,

but the solution doesn't work. You can see here: https://kami2go.de

The error message appeared after the last helix ultimate update

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 8 months ago #128003

step 3 will work

Or

share access

0
KH
Kami Hosseinian
Accepted Answer
8 months ago #128008

OK.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 8 months ago #128017

Thanks,

Fixed.

by now I edited mentioned file and added color code manually.

info_1470_2023.gif

0
KH
Kami Hosseinian
Accepted Answer
7 months ago #128132

THX Paul for your support. Have a nice day!

0
J
jimmy
Accepted Answer
7 months ago #128474

Hello I have the same problem after a Joomla 4 upgrade the template options did not work. Can you tell me what code changes you made and where so that I may try them.

Thanks

0
J
jimmy
Accepted Answer
7 months ago #128478

I tried this - 'offcanvas_menu_active_menu_item_color' => $this->params->get('offcanvas_menu_active_menu_item_color') ?? $scssVars = array();

and I got an

0 syntax error, unexpected token ";", expecting ")"

error on my page.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 7 months ago #128492

@Jimmy, all was already written, if we talk about that same error message

HERE: plugins/system/helixultimate/src/Core/HelixUltimate.php on line 1914

and look at that image - to see what to change >> https://www.joomshaper.com/media/helpdesk/images/6cf468e63ab26fdba2608ec15d2a71b1/info_1470_2023.gif

Fixed file: HelixUltimate--UNZIP.zip

you can change color code inside, that's all you can edit.

0