Your Cart is currently empty!
Product update
Coupon
add
Coupon code invalid! Please re-enter!
AJAX loader
You are here: HomeForum
Welcome, Guest

Can not create/edit menu items
(1 viewing) (1) Guest
  • Page:
  • 1

TOPIC: Can not create/edit menu items

Can not create/edit menu items 4 years, 11 months ago #38664

Hi, when I go to reate a new menu item in this installation, system show me this error:

0: Cannot use object of type stdClass as array

I need to create and modify the main menu.

Re: Can not create/edit menu items 4 years, 11 months ago #38665

Dear osabuena

please go to plugins/system/x_menu_params/x_menu_params.php
/system/helix3/helix3.php
and find:

if($data['id'] && $data['parent_id'] == 1) {

=> change to:

if (is_object($data))
{ $data = (array)$data; }
if($data['id'] && $data['parent_id'] == 1) {

refer www.smartaddons.com/forum/145-sj-mega-menu-module/37103-fatal-error#37104

thanks
  • Page:
  • 1
Time to create page: 0.20 seconds

Notification

Please find your issue via Suggested Posts before submitting your question. We have solved the most of issues and maybe your issue was solved before.

Latest My Topics

No posts to display.

Love all our templates?

Join our membership clubs starting at $49 only for access to all of our templates

Join Now
Home Pricing
Your Cart is currently empty!
Product update
Coupon
add
Coupon code invalid! Please re-enter!
AJAX loader
SearchSupport
Magento Themes Magento Extensions Free Magento Extensions Prestashop Themes Prestashop Modules Magento 2 Themes