Menu Composer does not save changes

Tagged: 

ThemeBurn SupportForumsOpenCart ThemesPavilion OpenCart ThemeMenu Composer does not save changes

This topic has been marked as not resolved.

Hello,

I have already installed the Theme. I imported Data using “Existing store” option.

But now, I’m trying to create my own menu. But every time I dot it:

1) Menu does not appear in Live Preview.
2) Menu is not being saved. I try to create it again and again, and it is always empty.

Waiting for help!

Thanks

February 23, 2016 at 12:18 am #45060

I am also facing the following error when I try to edit Page Builder:

“Unknown: Argument 4 passed to Theme_Admin_LayoutBuilderModel::filterRowSettings() must be an array, null given, called in …/LayoutBuilderController.php on line 358 and defined in /…/layoutBuilderModel.php on line 639

Unknown: Argument 3 passed to Theme_Admin_LayoutBuilderModel::filterAreaSettings() must be an array, null given, called in /…/layoutBuilderModel.php on line 644 and defined in /…/layoutBuilderModel.php on line 631

Unknown: Argument 1 passed to TB_ColorSchemer::filterThemeColors() must be an array, null given, called in /…/layoutBuilderModel.php on line 635 and defined in /../ColorSchemer.php on line 37

Unknown: Argument 1 passed to TB_ColorSchemer::filterColors() must be an array, null given, called in /home/casaing/public_html/loja/tb_themes/pavilion/library/ColorSchemer.php on line 39 and defined in /../ColorSchemer.php on line 66″

Also, it takes a long time with no effects in saving the page.

February 23, 2016 at 12:56 am #45064

The errors were caused by a deprecated PHP directive, called ‘magic_quotes_gpc’. You should switch it off (or ask your server support to do it).

The error can be fixed with a workaround in our code too. It will be included in our next update, but if you want to do it manually, you should open system\storage\modification\system\library\request.php and change

if (get_magic_quotes_gpc()) {

to

if (get_magic_quotes_gpc() && !version_compare(VERSION, '2.1.0.0', '>=')) {

Regards,
ThemeBurn team

February 26, 2016 at 5:49 pm #45145
Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.