Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Cannot use object of type stdClass as array" in Menu creation/editing #20878

Closed
Shape77 opened this issue Jun 26, 2018 · 23 comments
Closed

"Cannot use object of type stdClass as array" in Menu creation/editing #20878

Shape77 opened this issue Jun 26, 2018 · 23 comments

Comments

@Shape77
Copy link

Shape77 commented Jun 26, 2018

Steps to reproduce the issue

I try to create a new menu item or edit a new one

Expected result

Creation form of a new item / Editing form of old items

Actual result

Error: "0 Cannot use object of type stdClass as array"

System information (as much as possible)

PHP Built On Linux es1.siteground.eu 3.12.18-clouder0 #16 SMP Wed Feb 14 15:05:16 EET 2018 x86_64
Database Type mysql
Database Version 5.6.36-82.1-log
Database Collation utf8_general_ci
Database Connection Collation utf8mb4_general_ci
PHP Version 7.2.5
Web Server Apache
WebServer to PHP Interface cgi-fcgi
Joomla! Version Joomla! 3.8.10 Stable [ Amani ] 26-June-2018 15:45 GMT
Joomla! Platform Version Joomla Platform 13.1.0 Stable [ Curiosity ] 24-Apr-2013 00:00 GMT
User Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:60.0) Gecko/20100101 Firefox/60.0

Additional comments

I have this issue after updating from Joomla! 3.8.8 to Joomla! 3.8.9, still having issue on Joomla! 3.8.10

@brianteeman
Copy link
Contributor

Are you using PWT Sitemap? They reported and confirmed that their extension caused this issue

@Shape77
Copy link
Author

Shape77 commented Jun 26, 2018

Nope, but I use JSitemap PRO

@brianteeman
Copy link
Contributor

Might be the same problem. Disable it and see and then let us know

@Shape77
Copy link
Author

Shape77 commented Jun 26, 2018

I disabled it but I have the same issue. So, JSitemap PRO is not the cause.

@SharkyKZ
Copy link
Contributor

Enable debug to see where exactly this error is coming from.

@mbabker
Copy link
Contributor

mbabker commented Jun 26, 2018

What type of menu item?

Enable debug mode and include a stack trace for the error.

@Shape77
Copy link
Author

Shape77 commented Jun 26, 2018

It's from CoalaWeb extension. Thank You for Your support!

@Shape77 Shape77 closed this as completed Jun 26, 2018
@SharkyKZ
Copy link
Contributor

This is caused by #20313.

@AlainRnet
Copy link

helix3 seems to be the cause of the problem. This solved my problem: https://www.joomshaper.com/forums/helix3-plugins-causing-joomal-menu-to-not-work-0-cannot-use-object-of-type-stdclass-as-array

@mbabker
Copy link
Contributor

mbabker commented Jun 27, 2018

As noted in #20879 it is not a bug in any extension.

@AlainRnet
Copy link

You're right. I wanted to write that on helix 3, there was a solution... the same solution as on the thread you mention. Many thanks.

@vegasls
Copy link

vegasls commented Jul 3, 2018

I got the same error but in my case it was caused by the google structured data markup plugin by tasso marinos. But after updating to the latest version 3.1.9 it was resoved...

@Krxon
Copy link

Krxon commented Jul 4, 2018

In my case it was outdated vp onepage plugin for virtuemart
After I uninstalled itm problem was solved.

@channingb
Copy link

I too had the problem. Thanks vegasls as I use Google Structured Data and updated it from 3.1.8 to 3.1.9. This solved the problem.

@vishvakarmaPerfection
Copy link

Hello everyone,
i'm getting same error when i edit/create the menu..
i'm not be use PWT Sitema, CoalaWeb, helix 3, google structured data markup Extension..
we use virtuemart extension but I disabled it but I have the same issue....
please let me what the issue i have..?
thanks.

@ghost
Copy link

ghost commented Sep 17, 2018

@vishvakarmaPerfection Please ask help on the forums as Comments on closed Issues didn't get much Notice.

Pleaes don't comment on different Issues same Comment, thanks.

@wdburgdorf
Copy link

helix3 seems to be the cause of the problem. This solved my problem: https://www.joomshaper.com/forums/helix3-plugins-causing-joomal-menu-to-not-work-0-cannot-use-object-of-type-stdclass-as-array

I use Helix3 and have the same issue. The solution is only accessible for paying customers. AlainRnet, could you share your solution, please?

@AlainRnet
Copy link

Sorry, I don't remember and I haven't access either. I seem to remember that the bug is now closed and that it is enough to update Helix.

@AlainRnet
Copy link

Perhaps you can try :

Edit file plugins\system\helix3\helix3.php

Add at about line 54
(or better at the beginning of method onContentPrepareForm)
$data = is_object($data) ? (array) $data : $data;

as described here : #20879 (comment)

@wdburgdorf
Copy link

Thank you! That helped a lot. I had to disable a few other extensions, too (SJ Mega Menu and Extra Menu Params - both by YouTech/SmartAddons). There is no update for Helix3, and the successor, Helix Ultimate seems dead, too ...

@ghost
Copy link

ghost commented May 31, 2019

Perhaps you can try :

Edit file plugins\system\helix3\helix3.php
Add at about line 54
(or better at the beginning of method onContentPrepareForm)
$data = is_object($data) ? (array) $data : $data;

as described here : #20879 (comment)

Worked for me, Thanks.

@ThakarshiSiddhiDev
Copy link

ThakarshiSiddhiDev commented May 28, 2020

Thanks buddy its working => $data = is_object($data) ? (array) $data : $data;
On plugins\system\helix3\helix3.php added in beginning of method onContentPrepareForm

@candidosa2
Copy link

Thank you
Disabled and the error is gone System - Helix3 Framework
Joomla 39.24


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/20878.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests