Closed (fixed)
Project:
Menu Link (Field)
Version:
7.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Dec 2011 at 16:14 UTC
Updated:
24 May 2013 at 12:20 UTC
I am seeing this error when I run the "drush cron" command after installation:
Error: Unsupported operand types in /Volumes/customer-site/html/includes/common.inc, line
2315
<div class="field field-name-menu-link field-type-menu-link field-label-hidden">
<div class="field-item even">The good news is that it otherwise works, that is, no user-facing errors. Thanks for writing this module.
Comments
Comment #1
Screenack commentedI was wrong. I am getting a user-facing error, though in a unique way:
After the close of the page the page "starts over" again, with this interesting nesting:
with the balance of the code repeating. I've updated the priority to "critical" as in, "it's broken."
Sigh. And, I can not disable the module now. Says it's a required extension.
Comment #2
casey commentedI split the module in two, which should fix the disabling problem.
Not sure about your initial issue. I don't use drush and the error message isn't telling me too much. Does it still exist with latest version?
Comment #3
Screenack commentedThe split does address the module disabling issue, I now see was reported elsewhere.
I am no longer seeing the issue I reported in #1 (which is independent of whether one uses drush) To try the new release, I did the following:
I read the README.txt and now it seems I have to add the menu link as a content type widget. Fair enough, but all existing menu links are also wiped out in the process. Adding the menu link field then showed the menu link info previously entered as missing. But perhaps I'm performing these steps out of order? My original purpose in checking this module out was to incorporate menu link and menu link titles in a view. Maybe I misunderstand the purpose of this module?
Comment #4
s_leu commentedThere wasn't any new request and the views integration is working as expected so closing. Reopen if problem is still present.